Shades of Eggplant #AC0577
Tints of Eggplant #AC0577
RGB
CMYK
RGB Variations
Color information
#AC0577 (or 0xAC0577) is known color: Eggplant. HEX triplet: AC, 05 and 77. RGB value is (172,5,119). Sum of RGB (Red+Green+Blue) = 172+5+119=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0577 is #53FA88. Grayscale: #434343. Windows color (decimal): -5503625 or 7800236. OLE color: 7800236.
HSL color Cylindrical-coordinate representation of color #AC0577: hue angle of 319.04º 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 #AC0577 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.33 |
| HSL | 319.04º | 0.94% | 0.35% | - |
| HSV(B) | 319.04º | 0.97% | 0.67% | - |
| XYZ | 20.4 | 10.21 | 18.35 | - |
| YUV | 67.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 119 | 0 | 0.97 | 0.31 | 0.33 | 319.04 | 0.94 | 0.35 |
| Hex | AC | 5 | 77 | 0 | 61 | 1F | 21 | 13F | 5E | 23 |
| Octal | 254 | 5 | 167 | 0 | 141 | 37 | 41 | 477 | 136 | 43 |
| Binary | 10101100 | 101 | 1110111 | 0 | 1100001 | 11111 | 100001 | 100111111 | 1011110 | 100011 |
Color Harmonies of #AC0577
Complementary color
Monochromatic Colors of #AC0577
Black with #AC0577
Text Example
Text Example
White with #AC0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0577; }
p { color: rgb(172,5,119); }
H1.HeaderClassName
{
color: #AC0577;
}
.AnyTagClassName
{
color: #AC0577;
}
</style>
background-color css
<style>
a { background-color: #AC0577; }
a { background-color: rgb(172,5,119); }
div.DivClassName
{
background-color: #AC0577;
}
.BgClassName
{
background-color: #AC0577;
}
</style>
border-color css
<style>
span { border-color: #AC0577; }
span { border-color: rgb(172,5,119); }
td.TdClassName
{
border-color: #AC0577;
}
.TagClassName
{
border-color: #AC0577;
}
</style>