Shades of Eggplant #AC0572
Tints of Eggplant #AC0572
RGB
CMYK
RGB Variations
Color information
#AC0572 (or 0xAC0572) is known color: Eggplant. HEX triplet: AC, 05 and 72. RGB value is (172,5,114). Sum of RGB (Red+Green+Blue) = 172+5+114=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0572 is #53FA8D. Grayscale: #434343. Windows color (decimal): -5503630 or 7472556. OLE color: 7472556.
HSL color Cylindrical-coordinate representation of color #AC0572: hue angle of 320.84º 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 #AC0572 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 114 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.33 |
| HSL | 320.84º | 0.94% | 0.35% | - |
| HSV(B) | 320.84º | 0.97% | 0.67% | - |
| XYZ | 20.1 | 10.09 | 16.81 | - |
| YUV | 67.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 114 | 0 | 0.97 | 0.34 | 0.33 | 320.84 | 0.94 | 0.35 |
| Hex | AC | 5 | 72 | 0 | 61 | 22 | 21 | 141 | 5E | 23 |
| Octal | 254 | 5 | 162 | 0 | 141 | 42 | 41 | 501 | 136 | 43 |
| Binary | 10101100 | 101 | 1110010 | 0 | 1100001 | 100010 | 100001 | 101000001 | 1011110 | 100011 |
Color Harmonies of #AC0572
Complementary color
Monochromatic Colors of #AC0572
Black with #AC0572
Text Example
Text Example
White with #AC0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0572; }
p { color: rgb(172,5,114); }
H1.HeaderClassName
{
color: #AC0572;
}
.AnyTagClassName
{
color: #AC0572;
}
</style>
background-color css
<style>
a { background-color: #AC0572; }
a { background-color: rgb(172,5,114); }
div.DivClassName
{
background-color: #AC0572;
}
.BgClassName
{
background-color: #AC0572;
}
</style>
border-color css
<style>
span { border-color: #AC0572; }
span { border-color: rgb(172,5,114); }
td.TdClassName
{
border-color: #AC0572;
}
.TagClassName
{
border-color: #AC0572;
}
</style>