Shades of Eggplant #AC0180
Tints of Eggplant #AC0180
RGB
CMYK
RGB Variations
Color information
#AC0180 (or 0xAC0180) is known color: Eggplant. HEX triplet: AC, 01 and 80. RGB value is (172,1,128). Sum of RGB (Red+Green+Blue) = 172+1+128=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0180 is #53FE7F. Grayscale: #424242. Windows color (decimal): -5504640 or 8389036. OLE color: 8389036.
HSL color Cylindrical-coordinate representation of color #AC0180: hue angle of 315.44º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0180 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.33 |
| HSL | 315.44º | 0.99% | 0.34% | - |
| HSV(B) | 315.44º | 0.99% | 0.67% | - |
| XYZ | 20.92 | 10.35 | 21.32 | - |
| YUV | 66.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 128 | 0 | 0.99 | 0.26 | 0.33 | 315.44 | 0.99 | 0.34 |
| Hex | AC | 1 | 80 | 0 | 63 | 1A | 21 | 13B | 63 | 22 |
| Octal | 254 | 1 | 200 | 0 | 143 | 32 | 41 | 473 | 143 | 42 |
| Binary | 10101100 | 1 | 10000000 | 0 | 1100011 | 11010 | 100001 | 100111011 | 1100011 | 100010 |
Color Harmonies of #AC0180
Complementary color
Monochromatic Colors of #AC0180
Black with #AC0180
Text Example
Text Example
White with #AC0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0180; }
p { color: rgb(172,1,128); }
H1.HeaderClassName
{
color: #AC0180;
}
.AnyTagClassName
{
color: #AC0180;
}
</style>
background-color css
<style>
a { background-color: #AC0180; }
a { background-color: rgb(172,1,128); }
div.DivClassName
{
background-color: #AC0180;
}
.BgClassName
{
background-color: #AC0180;
}
</style>
border-color css
<style>
span { border-color: #AC0180; }
span { border-color: rgb(172,1,128); }
td.TdClassName
{
border-color: #AC0180;
}
.TagClassName
{
border-color: #AC0180;
}
</style>