Shades of Eggplant #AC0579
Tints of Eggplant #AC0579
RGB
CMYK
RGB Variations
Color information
#AC0579 (or 0xAC0579) is known color: Eggplant. HEX triplet: AC, 05 and 79. RGB value is (172,5,121). Sum of RGB (Red+Green+Blue) = 172+5+121=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0579 is #53FA86. Grayscale: #434343. Windows color (decimal): -5503623 or 7931308. OLE color: 7931308.
HSL color Cylindrical-coordinate representation of color #AC0579: hue angle of 318.32º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0579 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.33 |
| HSL | 318.32º | 0.94% | 0.35% | - |
| HSV(B) | 318.32º | 0.97% | 0.67% | - |
| XYZ | 20.52 | 10.26 | 18.99 | - |
| YUV | 68.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 121 | 0 | 0.97 | 0.30 | 0.33 | 318.32 | 0.94 | 0.35 |
| Hex | AC | 5 | 79 | 0 | 61 | 1E | 21 | 13E | 5E | 23 |
| Octal | 254 | 5 | 171 | 0 | 141 | 36 | 41 | 476 | 136 | 43 |
| Binary | 10101100 | 101 | 1111001 | 0 | 1100001 | 11110 | 100001 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AC0579
Complementary color
Monochromatic Colors of #AC0579
Black with #AC0579
Text Example
Text Example
White with #AC0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0579; }
p { color: rgb(172,5,121); }
H1.HeaderClassName
{
color: #AC0579;
}
.AnyTagClassName
{
color: #AC0579;
}
</style>
background-color css
<style>
a { background-color: #AC0579; }
a { background-color: rgb(172,5,121); }
div.DivClassName
{
background-color: #AC0579;
}
.BgClassName
{
background-color: #AC0579;
}
</style>
border-color css
<style>
span { border-color: #AC0579; }
span { border-color: rgb(172,5,121); }
td.TdClassName
{
border-color: #AC0579;
}
.TagClassName
{
border-color: #AC0579;
}
</style>