Shades of Eggplant #AC037C
Tints of Eggplant #AC037C
RGB
CMYK
RGB Variations
Color information
#AC037C (or 0xAC037C) is known color: Eggplant. HEX triplet: AC, 03 and 7C. RGB value is (172,3,124). Sum of RGB (Red+Green+Blue) = 172+3+124=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC037C is #53FC83. Grayscale: #434343. Windows color (decimal): -5504132 or 8127404. OLE color: 8127404.
HSL color Cylindrical-coordinate representation of color #AC037C: hue angle of 317.04º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC037C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.33 |
| HSL | 317.04º | 0.97% | 0.34% | - |
| HSV(B) | 317.04º | 0.98% | 0.67% | - |
| XYZ | 20.68 | 10.29 | 19.96 | - |
| YUV | 67.33 | 159.99 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 124 | 0 | 0.98 | 0.28 | 0.33 | 317.04 | 0.97 | 0.34 |
| Hex | AC | 3 | 7C | 0 | 62 | 1C | 21 | 13D | 61 | 22 |
| Octal | 254 | 3 | 174 | 0 | 142 | 34 | 41 | 475 | 141 | 42 |
| Binary | 10101100 | 11 | 1111100 | 0 | 1100010 | 11100 | 100001 | 100111101 | 1100001 | 100010 |
Color Harmonies of #AC037C
Complementary color
Monochromatic Colors of #AC037C
Black with #AC037C
Text Example
Text Example
White with #AC037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC037C; }
p { color: rgb(172,3,124); }
H1.HeaderClassName
{
color: #AC037C;
}
.AnyTagClassName
{
color: #AC037C;
}
</style>
background-color css
<style>
a { background-color: #AC037C; }
a { background-color: rgb(172,3,124); }
div.DivClassName
{
background-color: #AC037C;
}
.BgClassName
{
background-color: #AC037C;
}
</style>
border-color css
<style>
span { border-color: #AC037C; }
span { border-color: rgb(172,3,124); }
td.TdClassName
{
border-color: #AC037C;
}
.TagClassName
{
border-color: #AC037C;
}
</style>