#AC0C79

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

Shades of Eggplant #AC0C79

Tints of Eggplant #AC0C79

Color information

#AC0C79 (or 0xAC0C79) is unknown color: approx Eggplant. HEX triplet: AC, 0C and 79. RGB value is (172,12,121). Sum of RGB (Red+Green+Blue) = 172+12+121=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C79 is #53F386. Grayscale: #474747. Windows color (decimal): -5501831 or 7933100. OLE color: 7933100.

HSL color Cylindrical-coordinate representation of color #AC0C79: hue angle of 319.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C79 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17212121-
CMYK00.930.300.33
HSL319.12º86.96%36.08%-
HSV(B)319.12º93.02%67.45%-
XYZ20.610.4119.01-
YUV72.27155.51199.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=56.39%
G=3.93%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721212100.930.300.33319.1286.9636.08
HexACC7905D1E2113f5724
Octal254141710135364147712744
Binary101011001100111100101011101111101000011001111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C79; }

 p { color: rgb(172,12,121); }

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

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

 a { background-color: rgb(172,12,121); }

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

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

 span { border-color: rgb(172,12,121); }

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