Shades of Eggplant #AC0075
Tints of Eggplant #AC0075
RGB
CMYK
RGB Variations
Color information
#AC0075 (or 0xAC0075) is known color: Eggplant. HEX triplet: AC, 00 and 75. RGB value is (172,0,117). Sum of RGB (Red+Green+Blue) = 172+0+117=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0075 is #53FF8A. Grayscale: #404040. Windows color (decimal): -5504907 or 7667884. OLE color: 7667884.
HSL color Cylindrical-coordinate representation of color #AC0075: hue angle of 319.19º 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 #AC0075 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.32 | 0.33 |
| HSL | 319.19º | 1% | 0.34% | - |
| HSV(B) | 319.19º | 1% | 0.67% | - |
| XYZ | 20.22 | 10.06 | 17.7 | - |
| YUV | 64.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 117 | 0 | 1 | 0.32 | 0.33 | 319.19 | 1 | 0.34 |
| Hex | AC | 0 | 75 | 0 | 64 | 20 | 21 | 13F | 64 | 22 |
| Octal | 254 | 0 | 165 | 0 | 144 | 40 | 41 | 477 | 144 | 42 |
| Binary | 10101100 | 0 | 1110101 | 0 | 1100100 | 100000 | 100001 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AC0075
Complementary color
Monochromatic Colors of #AC0075
Black with #AC0075
Text Example
Text Example
White with #AC0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0075; }
p { color: rgb(172,0,117); }
H1.HeaderClassName
{
color: #AC0075;
}
.AnyTagClassName
{
color: #AC0075;
}
</style>
background-color css
<style>
a { background-color: #AC0075; }
a { background-color: rgb(172,0,117); }
div.DivClassName
{
background-color: #AC0075;
}
.BgClassName
{
background-color: #AC0075;
}
</style>
border-color css
<style>
span { border-color: #AC0075; }
span { border-color: rgb(172,0,117); }
td.TdClassName
{
border-color: #AC0075;
}
.TagClassName
{
border-color: #AC0075;
}
</style>