Shades of Eggplant #AC0573
Tints of Eggplant #AC0573
RGB
CMYK
RGB Variations
Color information
#AC0573 (or 0xAC0573) is known color: Eggplant. HEX triplet: AC, 05 and 73. RGB value is (172,5,115). Sum of RGB (Red+Green+Blue) = 172+5+115=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0573 is #53FA8C. Grayscale: #434343. Windows color (decimal): -5503629 or 7538092. OLE color: 7538092.
HSL color Cylindrical-coordinate representation of color #AC0573: hue angle of 320.48º 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 #AC0573 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.33 |
| HSL | 320.48º | 0.94% | 0.35% | - |
| HSV(B) | 320.48º | 0.97% | 0.67% | - |
| XYZ | 20.16 | 10.12 | 17.11 | - |
| YUV | 67.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 115 | 0 | 0.97 | 0.33 | 0.33 | 320.48 | 0.94 | 0.35 |
| Hex | AC | 5 | 73 | 0 | 61 | 21 | 21 | 140 | 5E | 23 |
| Octal | 254 | 5 | 163 | 0 | 141 | 41 | 41 | 500 | 136 | 43 |
| Binary | 10101100 | 101 | 1110011 | 0 | 1100001 | 100001 | 100001 | 101000000 | 1011110 | 100011 |
Color Harmonies of #AC0573
Complementary color
Monochromatic Colors of #AC0573
Black with #AC0573
Text Example
Text Example
White with #AC0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0573; }
p { color: rgb(172,5,115); }
H1.HeaderClassName
{
color: #AC0573;
}
.AnyTagClassName
{
color: #AC0573;
}
</style>
background-color css
<style>
a { background-color: #AC0573; }
a { background-color: rgb(172,5,115); }
div.DivClassName
{
background-color: #AC0573;
}
.BgClassName
{
background-color: #AC0573;
}
</style>
border-color css
<style>
span { border-color: #AC0573; }
span { border-color: rgb(172,5,115); }
td.TdClassName
{
border-color: #AC0573;
}
.TagClassName
{
border-color: #AC0573;
}
</style>