Shades of Eggplant #AC0177
Tints of Eggplant #AC0177
RGB
CMYK
RGB Variations
Color information
#AC0177 (or 0xAC0177) is known color: Eggplant. HEX triplet: AC, 01 and 77. RGB value is (172,1,119). Sum of RGB (Red+Green+Blue) = 172+1+119=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0177 is #53FE88. Grayscale: #414141. Windows color (decimal): -5504649 or 7799212. OLE color: 7799212.
HSL color Cylindrical-coordinate representation of color #AC0177: hue angle of 318.6º 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 #AC0177 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.33 |
| HSL | 318.6º | 0.99% | 0.34% | - |
| HSV(B) | 318.6º | 0.99% | 0.67% | - |
| XYZ | 20.35 | 10.12 | 18.33 | - |
| YUV | 65.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 119 | 0 | 0.99 | 0.31 | 0.33 | 318.6 | 0.99 | 0.34 |
| Hex | AC | 1 | 77 | 0 | 63 | 1F | 21 | 13F | 63 | 22 |
| Octal | 254 | 1 | 167 | 0 | 143 | 37 | 41 | 477 | 143 | 42 |
| Binary | 10101100 | 1 | 1110111 | 0 | 1100011 | 11111 | 100001 | 100111111 | 1100011 | 100010 |
Color Harmonies of #AC0177
Complementary color
Monochromatic Colors of #AC0177
Black with #AC0177
Text Example
Text Example
White with #AC0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0177; }
p { color: rgb(172,1,119); }
H1.HeaderClassName
{
color: #AC0177;
}
.AnyTagClassName
{
color: #AC0177;
}
</style>
background-color css
<style>
a { background-color: #AC0177; }
a { background-color: rgb(172,1,119); }
div.DivClassName
{
background-color: #AC0177;
}
.BgClassName
{
background-color: #AC0177;
}
</style>
border-color css
<style>
span { border-color: #AC0177; }
span { border-color: rgb(172,1,119); }
td.TdClassName
{
border-color: #AC0177;
}
.TagClassName
{
border-color: #AC0177;
}
</style>