Shades of Eggplant #AC0A78
Tints of Eggplant #AC0A78
RGB
CMYK
RGB Variations
Color information
#AC0A78 (or 0xAC0A78) is known color: Eggplant. HEX triplet: AC, 0A and 78. RGB value is (172,10,120). Sum of RGB (Red+Green+Blue) = 172+10+120=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A78 is #53F587. Grayscale: #464646. Windows color (decimal): -5502344 or 7867052. OLE color: 7867052.
HSL color Cylindrical-coordinate representation of color #AC0A78: hue angle of 319.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A78 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 120 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.33 |
| HSL | 319.26º | 0.89% | 0.36% | - |
| HSV(B) | 319.26º | 0.94% | 0.67% | - |
| XYZ | 20.51 | 10.34 | 18.68 | - |
| YUV | 70.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 120 | 0 | 0.94 | 0.30 | 0.33 | 319.26 | 0.89 | 0.36 |
| Hex | AC | A | 78 | 0 | 5E | 1E | 21 | 13F | 59 | 24 |
| Octal | 254 | 12 | 170 | 0 | 136 | 36 | 41 | 477 | 131 | 44 |
| Binary | 10101100 | 1010 | 1111000 | 0 | 1011110 | 11110 | 100001 | 100111111 | 1011001 | 100100 |
Color Harmonies of #AC0A78
Complementary color
Monochromatic Colors of #AC0A78
Black with #AC0A78
Text Example
Text Example
White with #AC0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A78; }
p { color: rgb(172,10,120); }
H1.HeaderClassName
{
color: #AC0A78;
}
.AnyTagClassName
{
color: #AC0A78;
}
</style>
background-color css
<style>
a { background-color: #AC0A78; }
a { background-color: rgb(172,10,120); }
div.DivClassName
{
background-color: #AC0A78;
}
.BgClassName
{
background-color: #AC0A78;
}
</style>
border-color css
<style>
span { border-color: #AC0A78; }
span { border-color: rgb(172,10,120); }
td.TdClassName
{
border-color: #AC0A78;
}
.TagClassName
{
border-color: #AC0A78;
}
</style>