Shades of Eggplant #AC0777
Tints of Eggplant #AC0777
RGB
CMYK
RGB Variations
Color information
#AC0777 (or 0xAC0777) is known color: Eggplant. HEX triplet: AC, 07 and 77. RGB value is (172,7,119). Sum of RGB (Red+Green+Blue) = 172+7+119=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0777 is #53F888. Grayscale: #444444. Windows color (decimal): -5503113 or 7800748. OLE color: 7800748.
HSL color Cylindrical-coordinate representation of color #AC0777: hue angle of 319.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0777 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.33 |
| HSL | 319.27º | 0.92% | 0.35% | - |
| HSV(B) | 319.27º | 0.96% | 0.67% | - |
| XYZ | 20.42 | 10.25 | 18.36 | - |
| YUV | 69.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 119 | 0 | 0.96 | 0.31 | 0.33 | 319.27 | 0.92 | 0.35 |
| Hex | AC | 7 | 77 | 0 | 60 | 1F | 21 | 13F | 5C | 23 |
| Octal | 254 | 7 | 167 | 0 | 140 | 37 | 41 | 477 | 134 | 43 |
| Binary | 10101100 | 111 | 1110111 | 0 | 1100000 | 11111 | 100001 | 100111111 | 1011100 | 100011 |
Color Harmonies of #AC0777
Complementary color
Monochromatic Colors of #AC0777
Black with #AC0777
Text Example
Text Example
White with #AC0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0777; }
p { color: rgb(172,7,119); }
H1.HeaderClassName
{
color: #AC0777;
}
.AnyTagClassName
{
color: #AC0777;
}
</style>
background-color css
<style>
a { background-color: #AC0777; }
a { background-color: rgb(172,7,119); }
div.DivClassName
{
background-color: #AC0777;
}
.BgClassName
{
background-color: #AC0777;
}
</style>
border-color css
<style>
span { border-color: #AC0777; }
span { border-color: rgb(172,7,119); }
td.TdClassName
{
border-color: #AC0777;
}
.TagClassName
{
border-color: #AC0777;
}
</style>