Shades of Eggplant #AC0070
Tints of Eggplant #AC0070
RGB
CMYK
RGB Variations
Color information
#AC0070 (or 0xAC0070) is known color: Eggplant. HEX triplet: AC, 00 and 70. RGB value is (172,0,112). Sum of RGB (Red+Green+Blue) = 172+0+112=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0070 is #53FF8F. Grayscale: #3F3F3F. Windows color (decimal): -5504912 or 7340204. OLE color: 7340204.
HSL color Cylindrical-coordinate representation of color #AC0070: hue angle of 320.93º 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 #AC0070 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.35 | 0.33 |
| HSL | 320.93º | 1% | 0.34% | - |
| HSV(B) | 320.93º | 1% | 0.67% | - |
| XYZ | 19.94 | 9.94 | 16.2 | - |
| YUV | 64.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 112 | 0 | 1 | 0.35 | 0.33 | 320.93 | 1 | 0.34 |
| Hex | AC | 0 | 70 | 0 | 64 | 23 | 21 | 141 | 64 | 22 |
| Octal | 254 | 0 | 160 | 0 | 144 | 43 | 41 | 501 | 144 | 42 |
| Binary | 10101100 | 0 | 1110000 | 0 | 1100100 | 100011 | 100001 | 101000001 | 1100100 | 100010 |
Color Harmonies of #AC0070
Complementary color
Monochromatic Colors of #AC0070
Black with #AC0070
Text Example
Text Example
White with #AC0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0070; }
p { color: rgb(172,0,112); }
H1.HeaderClassName
{
color: #AC0070;
}
.AnyTagClassName
{
color: #AC0070;
}
</style>
background-color css
<style>
a { background-color: #AC0070; }
a { background-color: rgb(172,0,112); }
div.DivClassName
{
background-color: #AC0070;
}
.BgClassName
{
background-color: #AC0070;
}
</style>
border-color css
<style>
span { border-color: #AC0070; }
span { border-color: rgb(172,0,112); }
td.TdClassName
{
border-color: #AC0070;
}
.TagClassName
{
border-color: #AC0070;
}
</style>