#AC0978

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

Shades of Eggplant #AC0978

Tints of Eggplant #AC0978

Color information

#AC0978 (or 0xAC0978) is unknown color: approx Eggplant. HEX triplet: AC, 09 and 78. RGB value is (172,9,120). Sum of RGB (Red+Green+Blue) = 172+9+120=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0978 is #53F687. Grayscale: #464646. Windows color (decimal): -5502600 or 7866796. OLE color: 7866796.

HSL color Cylindrical-coordinate representation of color #AC0978: hue angle of 319.14º 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 #AC0978 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB1729120-
CMYK00.950.300.33
HSL319.14º90.06%35.49%-
HSV(B)319.14º94.77%67.45%-
XYZ20.510.3218.68-
YUV70.39156200.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 2.99%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=57.14%
G=2.99%
B=39.87%

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
Decimal172912000.950.300.33319.1490.0635.49
HexAC97805F1E2113f5a23
Octal254111700137364147713243
Binary101011001001111100001011111111101000011001111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0978; }

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

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

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

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

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

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

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

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