Shades of Eggplant #AC0270
Tints of Eggplant #AC0270
RGB
CMYK
RGB Variations
Color information
#AC0270 (or 0xAC0270) is known color: Eggplant. HEX triplet: AC, 02 and 70. RGB value is (172,2,112). Sum of RGB (Red+Green+Blue) = 172+2+112=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0270 is #53FD8F. Grayscale: #414141. Windows color (decimal): -5504400 or 7340716. OLE color: 7340716.
HSL color Cylindrical-coordinate representation of color #AC0270: hue angle of 321.18º degrees, saturation: 0.98, 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 #AC0270 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.33 |
| HSL | 321.18º | 0.98% | 0.34% | - |
| HSV(B) | 321.18º | 0.99% | 0.67% | - |
| XYZ | 19.96 | 9.98 | 16.2 | - |
| YUV | 65.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 112 | 0 | 0.99 | 0.35 | 0.33 | 321.18 | 0.98 | 0.34 |
| Hex | AC | 2 | 70 | 0 | 63 | 23 | 21 | 141 | 62 | 22 |
| Octal | 254 | 2 | 160 | 0 | 143 | 43 | 41 | 501 | 142 | 42 |
| Binary | 10101100 | 10 | 1110000 | 0 | 1100011 | 100011 | 100001 | 101000001 | 1100010 | 100010 |
Color Harmonies of #AC0270
Complementary color
Monochromatic Colors of #AC0270
Black with #AC0270
Text Example
Text Example
White with #AC0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0270; }
p { color: rgb(172,2,112); }
H1.HeaderClassName
{
color: #AC0270;
}
.AnyTagClassName
{
color: #AC0270;
}
</style>
background-color css
<style>
a { background-color: #AC0270; }
a { background-color: rgb(172,2,112); }
div.DivClassName
{
background-color: #AC0270;
}
.BgClassName
{
background-color: #AC0270;
}
</style>
border-color css
<style>
span { border-color: #AC0270; }
span { border-color: rgb(172,2,112); }
td.TdClassName
{
border-color: #AC0270;
}
.TagClassName
{
border-color: #AC0270;
}
</style>