Shades of Eggplant #AC0080
Tints of Eggplant #AC0080
RGB
CMYK
RGB Variations
Color information
#AC0080 (or 0xAC0080) is known color: Eggplant. HEX triplet: AC, 00 and 80. RGB value is (172,0,128). Sum of RGB (Red+Green+Blue) = 172+0+128=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0080 is #53FF7F. Grayscale: #414141. Windows color (decimal): -5504896 or 8388780. OLE color: 8388780.
HSL color Cylindrical-coordinate representation of color #AC0080: hue angle of 315.35º 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 #AC0080 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.26 | 0.33 |
| HSL | 315.35º | 1% | 0.34% | - |
| HSV(B) | 315.35º | 1% | 0.67% | - |
| XYZ | 20.91 | 10.33 | 21.31 | - |
| YUV | 66.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 128 | 0 | 1 | 0.26 | 0.33 | 315.35 | 1 | 0.34 |
| Hex | AC | 0 | 80 | 0 | 64 | 1A | 21 | 13B | 64 | 22 |
| Octal | 254 | 0 | 200 | 0 | 144 | 32 | 41 | 473 | 144 | 42 |
| Binary | 10101100 | 0 | 10000000 | 0 | 1100100 | 11010 | 100001 | 100111011 | 1100100 | 100010 |
Color Harmonies of #AC0080
Complementary color
Monochromatic Colors of #AC0080
Black with #AC0080
Text Example
Text Example
White with #AC0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0080; }
p { color: rgb(172,0,128); }
H1.HeaderClassName
{
color: #AC0080;
}
.AnyTagClassName
{
color: #AC0080;
}
</style>
background-color css
<style>
a { background-color: #AC0080; }
a { background-color: rgb(172,0,128); }
div.DivClassName
{
background-color: #AC0080;
}
.BgClassName
{
background-color: #AC0080;
}
</style>
border-color css
<style>
span { border-color: #AC0080; }
span { border-color: rgb(172,0,128); }
td.TdClassName
{
border-color: #AC0080;
}
.TagClassName
{
border-color: #AC0080;
}
</style>