Shades of Eggplant #AC0978
Tints of Eggplant #AC0978
RGB
CMYK
RGB Variations
Color information
#AC0978 (or 0xAC0978) is known color: 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
| RGB | 172 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.33 |
| HSL | 319.14º | 0.9% | 0.35% | - |
| HSV(B) | 319.14º | 0.95% | 0.67% | - |
| XYZ | 20.5 | 10.32 | 18.68 | - |
| YUV | 70.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 120 | 0 | 0.95 | 0.30 | 0.33 | 319.14 | 0.9 | 0.35 |
| Hex | AC | 9 | 78 | 0 | 5F | 1E | 21 | 13F | 5A | 23 |
| Octal | 254 | 11 | 170 | 0 | 137 | 36 | 41 | 477 | 132 | 43 |
| Binary | 10101100 | 1001 | 1111000 | 0 | 1011111 | 11110 | 100001 | 100111111 | 1011010 | 100011 |
Color Harmonies of #AC0978
Complementary color
Monochromatic Colors of #AC0978
Black with #AC0978
Text Example
Text Example
White with #AC0978
Text Example
Text Example
HTML Codes & Css Web 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>