Shades of Eggplant #AC006D
Tints of Eggplant #AC006D
RGB
CMYK
RGB Variations
Color information
#AC006D (or 0xAC006D) is known color: Eggplant. HEX triplet: AC, 00 and 6D. RGB value is (172,0,109). Sum of RGB (Red+Green+Blue) = 172+0+109=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC006D is #53FF92. Grayscale: #3F3F3F. Windows color (decimal): -5504915 or 7143596. OLE color: 7143596.
HSL color Cylindrical-coordinate representation of color #AC006D: hue angle of 321.98º 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 #AC006D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.37 | 0.33 |
| HSL | 321.98º | 1% | 0.34% | - |
| HSV(B) | 321.98º | 1% | 0.67% | - |
| XYZ | 19.77 | 9.87 | 15.33 | - |
| YUV | 63.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 109 | 0 | 1 | 0.37 | 0.33 | 321.98 | 1 | 0.34 |
| Hex | AC | 0 | 6D | 0 | 64 | 25 | 21 | 142 | 64 | 22 |
| Octal | 254 | 0 | 155 | 0 | 144 | 45 | 41 | 502 | 144 | 42 |
| Binary | 10101100 | 0 | 1101101 | 0 | 1100100 | 100101 | 100001 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AC006D
Complementary color
Monochromatic Colors of #AC006D
Black with #AC006D
Text Example
Text Example
White with #AC006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC006D; }
p { color: rgb(172,0,109); }
H1.HeaderClassName
{
color: #AC006D;
}
.AnyTagClassName
{
color: #AC006D;
}
</style>
background-color css
<style>
a { background-color: #AC006D; }
a { background-color: rgb(172,0,109); }
div.DivClassName
{
background-color: #AC006D;
}
.BgClassName
{
background-color: #AC006D;
}
</style>
border-color css
<style>
span { border-color: #AC006D; }
span { border-color: rgb(172,0,109); }
td.TdClassName
{
border-color: #AC006D;
}
.TagClassName
{
border-color: #AC006D;
}
</style>