Shades of Eggplant #AC027D
Tints of Eggplant #AC027D
RGB
CMYK
RGB Variations
Color information
#AC027D (or 0xAC027D) is known color: Eggplant. HEX triplet: AC, 02 and 7D. RGB value is (172,2,125). Sum of RGB (Red+Green+Blue) = 172+2+125=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC027D is #53FD82. Grayscale: #424242. Windows color (decimal): -5504387 or 8192684. OLE color: 8192684.
HSL color Cylindrical-coordinate representation of color #AC027D: hue angle of 316.59º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC027D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.33 |
| HSL | 316.59º | 0.98% | 0.34% | - |
| HSV(B) | 316.59º | 0.99% | 0.67% | - |
| XYZ | 20.74 | 10.29 | 20.3 | - |
| YUV | 66.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 125 | 0 | 0.99 | 0.27 | 0.33 | 316.59 | 0.98 | 0.34 |
| Hex | AC | 2 | 7D | 0 | 63 | 1B | 21 | 13D | 62 | 22 |
| Octal | 254 | 2 | 175 | 0 | 143 | 33 | 41 | 475 | 142 | 42 |
| Binary | 10101100 | 10 | 1111101 | 0 | 1100011 | 11011 | 100001 | 100111101 | 1100010 | 100010 |
Color Harmonies of #AC027D
Complementary color
Monochromatic Colors of #AC027D
Black with #AC027D
Text Example
Text Example
White with #AC027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC027D; }
p { color: rgb(172,2,125); }
H1.HeaderClassName
{
color: #AC027D;
}
.AnyTagClassName
{
color: #AC027D;
}
</style>
background-color css
<style>
a { background-color: #AC027D; }
a { background-color: rgb(172,2,125); }
div.DivClassName
{
background-color: #AC027D;
}
.BgClassName
{
background-color: #AC027D;
}
</style>
border-color css
<style>
span { border-color: #AC027D; }
span { border-color: rgb(172,2,125); }
td.TdClassName
{
border-color: #AC027D;
}
.TagClassName
{
border-color: #AC027D;
}
</style>