#AC0979

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

Shades of Eggplant #AC0979

Tints of Eggplant #AC0979

Color information

#AC0979 (or 0xAC0979) is unknown color: approx Eggplant. HEX triplet: AC, 09 and 79. RGB value is (172,9,121). Sum of RGB (Red+Green+Blue) = 172+9+121=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0979 is #53F686. Grayscale: #464646. Windows color (decimal): -5502599 or 7932332. OLE color: 7932332.

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

Color convert

RGB1729121-
CMYK00.950.300.33
HSL318.77º90.06%35.49%-
HSV(B)318.77º94.77%67.45%-
XYZ20.5610.3519-
YUV70.5156.5200.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 9 (3.91% from 255) = 2.98%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=56.95%
G=2.98%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172912100.950.300.33318.7790.0635.49
HexAC97905F1E2113f5a23
Octal254111710137364147713243
Binary101011001001111100101011111111101000011001111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0979; }

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

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

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

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

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

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

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

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