Shades of Eggplant #AC006F
Tints of Eggplant #AC006F
RGB
CMYK
RGB Variations
Color information
#AC006F (or 0xAC006F) is known color: Eggplant. HEX triplet: AC, 00 and 6F. RGB value is (172,0,111). Sum of RGB (Red+Green+Blue) = 172+0+111=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC006F is #53FF90. Grayscale: #3F3F3F. Windows color (decimal): -5504913 or 7274668. OLE color: 7274668.
HSL color Cylindrical-coordinate representation of color #AC006F: hue angle of 321.28º 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 #AC006F is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.35 | 0.33 |
| HSL | 321.28º | 1% | 0.34% | - |
| HSV(B) | 321.28º | 1% | 0.67% | - |
| XYZ | 19.88 | 9.92 | 15.91 | - |
| YUV | 64.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 111 | 0 | 1 | 0.35 | 0.33 | 321.28 | 1 | 0.34 |
| Hex | AC | 0 | 6F | 0 | 64 | 23 | 21 | 141 | 64 | 22 |
| Octal | 254 | 0 | 157 | 0 | 144 | 43 | 41 | 501 | 144 | 42 |
| Binary | 10101100 | 0 | 1101111 | 0 | 1100100 | 100011 | 100001 | 101000001 | 1100100 | 100010 |
Color Harmonies of #AC006F
Complementary color
Monochromatic Colors of #AC006F
Black with #AC006F
Text Example
Text Example
White with #AC006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC006F; }
p { color: rgb(172,0,111); }
H1.HeaderClassName
{
color: #AC006F;
}
.AnyTagClassName
{
color: #AC006F;
}
</style>
background-color css
<style>
a { background-color: #AC006F; }
a { background-color: rgb(172,0,111); }
div.DivClassName
{
background-color: #AC006F;
}
.BgClassName
{
background-color: #AC006F;
}
</style>
border-color css
<style>
span { border-color: #AC006F; }
span { border-color: rgb(172,0,111); }
td.TdClassName
{
border-color: #AC006F;
}
.TagClassName
{
border-color: #AC006F;
}
</style>