Shades of Eggplant #AC0082
Tints of Eggplant #AC0082
RGB
CMYK
RGB Variations
Color information
#AC0082 (or 0xAC0082) is known color: Eggplant. HEX triplet: AC, 00 and 82. RGB value is (172,0,130). Sum of RGB (Red+Green+Blue) = 172+0+130=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0082 is #53FF7D. Grayscale: #414141. Windows color (decimal): -5504894 or 8519852. OLE color: 8519852.
HSL color Cylindrical-coordinate representation of color #AC0082: hue angle of 314.65º 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 #AC0082 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.24 | 0.33 |
| HSL | 314.65º | 1% | 0.34% | - |
| HSV(B) | 314.65º | 1% | 0.67% | - |
| XYZ | 21.04 | 10.38 | 22.01 | - |
| YUV | 66.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 130 | 0 | 1 | 0.24 | 0.33 | 314.65 | 1 | 0.34 |
| Hex | AC | 0 | 82 | 0 | 64 | 18 | 21 | 13B | 64 | 22 |
| Octal | 254 | 0 | 202 | 0 | 144 | 30 | 41 | 473 | 144 | 42 |
| Binary | 10101100 | 0 | 10000010 | 0 | 1100100 | 11000 | 100001 | 100111011 | 1100100 | 100010 |
Color Harmonies of #AC0082
Complementary color
Monochromatic Colors of #AC0082
Black with #AC0082
Text Example
Text Example
White with #AC0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0082; }
p { color: rgb(172,0,130); }
H1.HeaderClassName
{
color: #AC0082;
}
.AnyTagClassName
{
color: #AC0082;
}
</style>
background-color css
<style>
a { background-color: #AC0082; }
a { background-color: rgb(172,0,130); }
div.DivClassName
{
background-color: #AC0082;
}
.BgClassName
{
background-color: #AC0082;
}
</style>
border-color css
<style>
span { border-color: #AC0082; }
span { border-color: rgb(172,0,130); }
td.TdClassName
{
border-color: #AC0082;
}
.TagClassName
{
border-color: #AC0082;
}
</style>