Shades of Eggplant #AC0878
Tints of Eggplant #AC0878
RGB
CMYK
RGB Variations
Color information
#AC0878 (or 0xAC0878) is known color: Eggplant. HEX triplet: AC, 08 and 78. RGB value is (172,8,120). Sum of RGB (Red+Green+Blue) = 172+8+120=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0878 is #53F787. Grayscale: #454545. Windows color (decimal): -5502856 or 7866540. OLE color: 7866540.
HSL color Cylindrical-coordinate representation of color #AC0878: hue angle of 319.02º degrees, saturation: 0.91, 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 #AC0878 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 120 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.33 |
| HSL | 319.02º | 0.91% | 0.35% | - |
| HSV(B) | 319.02º | 0.95% | 0.67% | - |
| XYZ | 20.49 | 10.3 | 18.68 | - |
| YUV | 69.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 120 | 0 | 0.95 | 0.30 | 0.33 | 319.02 | 0.91 | 0.35 |
| Hex | AC | 8 | 78 | 0 | 5F | 1E | 21 | 13F | 5B | 23 |
| Octal | 254 | 10 | 170 | 0 | 137 | 36 | 41 | 477 | 133 | 43 |
| Binary | 10101100 | 1000 | 1111000 | 0 | 1011111 | 11110 | 100001 | 100111111 | 1011011 | 100011 |
Color Harmonies of #AC0878
Complementary color
Monochromatic Colors of #AC0878
Black with #AC0878
Text Example
Text Example
White with #AC0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0878; }
p { color: rgb(172,8,120); }
H1.HeaderClassName
{
color: #AC0878;
}
.AnyTagClassName
{
color: #AC0878;
}
</style>
background-color css
<style>
a { background-color: #AC0878; }
a { background-color: rgb(172,8,120); }
div.DivClassName
{
background-color: #AC0878;
}
.BgClassName
{
background-color: #AC0878;
}
</style>
border-color css
<style>
span { border-color: #AC0878; }
span { border-color: rgb(172,8,120); }
td.TdClassName
{
border-color: #AC0878;
}
.TagClassName
{
border-color: #AC0878;
}
</style>