Shades of Eggplant #AC087A
Tints of Eggplant #AC087A
RGB
CMYK
RGB Variations
Color information
#AC087A (or 0xAC087A) is known color: Eggplant. HEX triplet: AC, 08 and 7A. RGB value is (172,8,122). Sum of RGB (Red+Green+Blue) = 172+8+122=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC087A is #53F785. Grayscale: #454545. Windows color (decimal): -5502854 or 7997612. OLE color: 7997612.
HSL color Cylindrical-coordinate representation of color #AC087A: hue angle of 318.29º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC087A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 122 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.33 |
| HSL | 318.29º | 0.91% | 0.35% | - |
| HSV(B) | 318.29º | 0.95% | 0.67% | - |
| XYZ | 20.61 | 10.35 | 19.32 | - |
| YUV | 70.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 122 | 0 | 0.95 | 0.29 | 0.33 | 318.29 | 0.91 | 0.35 |
| Hex | AC | 8 | 7A | 0 | 5F | 1D | 21 | 13E | 5B | 23 |
| Octal | 254 | 10 | 172 | 0 | 137 | 35 | 41 | 476 | 133 | 43 |
| Binary | 10101100 | 1000 | 1111010 | 0 | 1011111 | 11101 | 100001 | 100111110 | 1011011 | 100011 |
Color Harmonies of #AC087A
Complementary color
Monochromatic Colors of #AC087A
Black with #AC087A
Text Example
Text Example
White with #AC087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC087A; }
p { color: rgb(172,8,122); }
H1.HeaderClassName
{
color: #AC087A;
}
.AnyTagClassName
{
color: #AC087A;
}
</style>
background-color css
<style>
a { background-color: #AC087A; }
a { background-color: rgb(172,8,122); }
div.DivClassName
{
background-color: #AC087A;
}
.BgClassName
{
background-color: #AC087A;
}
</style>
border-color css
<style>
span { border-color: #AC087A; }
span { border-color: rgb(172,8,122); }
td.TdClassName
{
border-color: #AC087A;
}
.TagClassName
{
border-color: #AC087A;
}
</style>