#AD0A79

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

Shades of Eggplant #AD0A79

Tints of Eggplant #AD0A79

Color information

#AD0A79 (or 0xAD0A79) is unknown color: approx Eggplant. HEX triplet: AD, 0A and 79. RGB value is (173,10,121). Sum of RGB (Red+Green+Blue) = 173+10+121=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0A79 is #52F586. Grayscale: #474747. Windows color (decimal): -5436807 or 7932589. OLE color: 7932589.

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

Color convert

RGB17310121-
CMYK00.940.300.32
HSL319.14º89.07%35.88%-
HSV(B)319.14º94.22%67.84%-
XYZ20.7910.4819.02-
YUV71.39156200.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=56.91%
G=3.29%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731012100.940.300.32319.1489.0735.88
HexADA7905E1E2013f5924
Octal255121710136364047713144
Binary101011011010111100101011110111101000001001111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A79; }

 p { color: rgb(173,10,121); }

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

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

 a { background-color: rgb(173,10,121); }

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

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

 span { border-color: rgb(173,10,121); }

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