Shades of Eggplant #AC0176
Tints of Eggplant #AC0176
RGB
CMYK
RGB Variations
Color information
#AC0176 (or 0xAC0176) is known color: Eggplant. HEX triplet: AC, 01 and 76. RGB value is (172,1,118). Sum of RGB (Red+Green+Blue) = 172+1+118=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0176 is #53FE89. Grayscale: #414141. Windows color (decimal): -5504650 or 7733676. OLE color: 7733676.
HSL color Cylindrical-coordinate representation of color #AC0176: hue angle of 318.95º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0176 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.33 |
| HSL | 318.95º | 0.99% | 0.34% | - |
| HSV(B) | 318.95º | 0.99% | 0.67% | - |
| XYZ | 20.29 | 10.1 | 18.02 | - |
| YUV | 65.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 118 | 0 | 0.99 | 0.31 | 0.33 | 318.95 | 0.99 | 0.34 |
| Hex | AC | 1 | 76 | 0 | 63 | 1F | 21 | 13F | 63 | 22 |
| Octal | 254 | 1 | 166 | 0 | 143 | 37 | 41 | 477 | 143 | 42 |
| Binary | 10101100 | 1 | 1110110 | 0 | 1100011 | 11111 | 100001 | 100111111 | 1100011 | 100010 |
Color Harmonies of #AC0176
Complementary color
Monochromatic Colors of #AC0176
Black with #AC0176
Text Example
Text Example
White with #AC0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0176; }
p { color: rgb(172,1,118); }
H1.HeaderClassName
{
color: #AC0176;
}
.AnyTagClassName
{
color: #AC0176;
}
</style>
background-color css
<style>
a { background-color: #AC0176; }
a { background-color: rgb(172,1,118); }
div.DivClassName
{
background-color: #AC0176;
}
.BgClassName
{
background-color: #AC0176;
}
</style>
border-color css
<style>
span { border-color: #AC0176; }
span { border-color: rgb(172,1,118); }
td.TdClassName
{
border-color: #AC0176;
}
.TagClassName
{
border-color: #AC0176;
}
</style>