Shades of Eggplant #AC057A
Tints of Eggplant #AC057A
RGB
CMYK
RGB Variations
Color information
#AC057A (or 0xAC057A) is known color: Eggplant. HEX triplet: AC, 05 and 7A. RGB value is (172,5,122). Sum of RGB (Red+Green+Blue) = 172+5+122=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC057A is #53FA85. Grayscale: #434343. Windows color (decimal): -5503622 or 7996844. OLE color: 7996844.
HSL color Cylindrical-coordinate representation of color #AC057A: hue angle of 317.96º 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 #AC057A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.33 |
| HSL | 317.96º | 0.94% | 0.35% | - |
| HSV(B) | 317.96º | 0.97% | 0.67% | - |
| XYZ | 20.58 | 10.28 | 19.31 | - |
| YUV | 68.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 122 | 0 | 0.97 | 0.29 | 0.33 | 317.96 | 0.94 | 0.35 |
| Hex | AC | 5 | 7A | 0 | 61 | 1D | 21 | 13E | 5E | 23 |
| Octal | 254 | 5 | 172 | 0 | 141 | 35 | 41 | 476 | 136 | 43 |
| Binary | 10101100 | 101 | 1111010 | 0 | 1100001 | 11101 | 100001 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AC057A
Complementary color
Monochromatic Colors of #AC057A
Black with #AC057A
Text Example
Text Example
White with #AC057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC057A; }
p { color: rgb(172,5,122); }
H1.HeaderClassName
{
color: #AC057A;
}
.AnyTagClassName
{
color: #AC057A;
}
</style>
background-color css
<style>
a { background-color: #AC057A; }
a { background-color: rgb(172,5,122); }
div.DivClassName
{
background-color: #AC057A;
}
.BgClassName
{
background-color: #AC057A;
}
</style>
border-color css
<style>
span { border-color: #AC057A; }
span { border-color: rgb(172,5,122); }
td.TdClassName
{
border-color: #AC057A;
}
.TagClassName
{
border-color: #AC057A;
}
</style>