#AD046E

Color #AD046E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD046E

Tints of Jazzberry Jam #AD046E

Color information

#AD046E (or 0xAD046E) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 04 and 6E. RGB value is (173,4,110). Sum of RGB (Red+Green+Blue) = 173+4+110=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD046E is #52FB91. Grayscale: #424242. Windows color (decimal): -5438354 or 7210157. OLE color: 7210157.

HSL color Cylindrical-coordinate representation of color #AD046E: hue angle of 322.37º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD046E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB1734110-
CMYK00.980.360.32
HSL322.37º95.48%34.71%-
HSV(B)322.37º97.69%67.84%-
XYZ20.0910.115.64-
YUV66.61152.49203.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=60.28%
G=1.39%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173411000.980.360.32322.3795.4834.71
HexAD46E06224201425f23
Octal25541560142444050213743
Binary101011011001101110011000101001001000001010000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD046E; }

 p { color: rgb(173,4,110); }

 H1.HeaderClassName
 {
   color: #AD046E;
 }
 .AnyTagClassName
 {
   color: #AD046E;
 }
</style>
background-color css

<style>
 a { background-color: #AD046E; }

 a { background-color: rgb(173,4,110); }

 div.DivClassName
 {
   background-color: #AD046E;
 }
 .BgClassName
 {
   background-color: #AD046E;
 }
</style>
border-color css

<style>
 span { border-color: #AD046E; }

 span { border-color: rgb(173,4,110); }

 td.TdClassName
 {
   border-color: #AD046E;
 }
 .TagClassName
 {
   border-color: #AD046E;
 }
</style>