Shades of Eggplant #AC0076
Tints of Eggplant #AC0076
RGB
CMYK
RGB Variations
Color information
#AC0076 (or 0xAC0076) is known color: Eggplant. HEX triplet: AC, 00 and 76. RGB value is (172,0,118). Sum of RGB (Red+Green+Blue) = 172+0+118=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0076 is #53FF89. Grayscale: #404040. Windows color (decimal): -5504906 or 7733420. OLE color: 7733420.
HSL color Cylindrical-coordinate representation of color #AC0076: hue angle of 318.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0076 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.31 | 0.33 |
| HSL | 318.84º | 1% | 0.34% | - |
| HSV(B) | 318.84º | 1% | 0.67% | - |
| XYZ | 20.28 | 10.08 | 18.02 | - |
| YUV | 64.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 118 | 0 | 1 | 0.31 | 0.33 | 318.84 | 1 | 0.34 |
| Hex | AC | 0 | 76 | 0 | 64 | 1F | 21 | 13F | 64 | 22 |
| Octal | 254 | 0 | 166 | 0 | 144 | 37 | 41 | 477 | 144 | 42 |
| Binary | 10101100 | 0 | 1110110 | 0 | 1100100 | 11111 | 100001 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AC0076
Complementary color
Monochromatic Colors of #AC0076
Black with #AC0076
Text Example
Text Example
White with #AC0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0076; }
p { color: rgb(172,0,118); }
H1.HeaderClassName
{
color: #AC0076;
}
.AnyTagClassName
{
color: #AC0076;
}
</style>
background-color css
<style>
a { background-color: #AC0076; }
a { background-color: rgb(172,0,118); }
div.DivClassName
{
background-color: #AC0076;
}
.BgClassName
{
background-color: #AC0076;
}
</style>
border-color css
<style>
span { border-color: #AC0076; }
span { border-color: rgb(172,0,118); }
td.TdClassName
{
border-color: #AC0076;
}
.TagClassName
{
border-color: #AC0076;
}
</style>