Shades of Eggplant #AC006C
Tints of Eggplant #AC006C
RGB
CMYK
RGB Variations
Color information
#AC006C (or 0xAC006C) is known color: Eggplant. HEX triplet: AC, 00 and 6C. RGB value is (172,0,108). Sum of RGB (Red+Green+Blue) = 172+0+108=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC006C is #53FF93. Grayscale: #3F3F3F. Windows color (decimal): -5504916 or 7078060. OLE color: 7078060.
HSL color Cylindrical-coordinate representation of color #AC006C: hue angle of 322.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC006C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.37 | 0.33 |
| HSL | 322.33º | 1% | 0.34% | - |
| HSV(B) | 322.33º | 1% | 0.67% | - |
| XYZ | 19.72 | 9.85 | 15.05 | - |
| YUV | 63.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 108 | 0 | 1 | 0.37 | 0.33 | 322.33 | 1 | 0.34 |
| Hex | AC | 0 | 6C | 0 | 64 | 25 | 21 | 142 | 64 | 22 |
| Octal | 254 | 0 | 154 | 0 | 144 | 45 | 41 | 502 | 144 | 42 |
| Binary | 10101100 | 0 | 1101100 | 0 | 1100100 | 100101 | 100001 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AC006C
Complementary color
Monochromatic Colors of #AC006C
Black with #AC006C
Text Example
Text Example
White with #AC006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC006C; }
p { color: rgb(172,0,108); }
H1.HeaderClassName
{
color: #AC006C;
}
.AnyTagClassName
{
color: #AC006C;
}
</style>
background-color css
<style>
a { background-color: #AC006C; }
a { background-color: rgb(172,0,108); }
div.DivClassName
{
background-color: #AC006C;
}
.BgClassName
{
background-color: #AC006C;
}
</style>
border-color css
<style>
span { border-color: #AC006C; }
span { border-color: rgb(172,0,108); }
td.TdClassName
{
border-color: #AC006C;
}
.TagClassName
{
border-color: #AC006C;
}
</style>