Shades of Eggplant #AC0677
Tints of Eggplant #AC0677
RGB
CMYK
RGB Variations
Color information
#AC0677 (or 0xAC0677) is known color: Eggplant. HEX triplet: AC, 06 and 77. RGB value is (172,6,119). Sum of RGB (Red+Green+Blue) = 172+6+119=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0677 is #53F988. Grayscale: #444444. Windows color (decimal): -5503369 or 7800492. OLE color: 7800492.
HSL color Cylindrical-coordinate representation of color #AC0677: hue angle of 319.16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0677 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.33 |
| HSL | 319.16º | 0.93% | 0.35% | - |
| HSV(B) | 319.16º | 0.97% | 0.67% | - |
| XYZ | 20.41 | 10.23 | 18.35 | - |
| YUV | 68.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 119 | 0 | 0.97 | 0.31 | 0.33 | 319.16 | 0.93 | 0.35 |
| Hex | AC | 6 | 77 | 0 | 61 | 1F | 21 | 13F | 5D | 23 |
| Octal | 254 | 6 | 167 | 0 | 141 | 37 | 41 | 477 | 135 | 43 |
| Binary | 10101100 | 110 | 1110111 | 0 | 1100001 | 11111 | 100001 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AC0677
Complementary color
Monochromatic Colors of #AC0677
Black with #AC0677
Text Example
Text Example
White with #AC0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0677; }
p { color: rgb(172,6,119); }
H1.HeaderClassName
{
color: #AC0677;
}
.AnyTagClassName
{
color: #AC0677;
}
</style>
background-color css
<style>
a { background-color: #AC0677; }
a { background-color: rgb(172,6,119); }
div.DivClassName
{
background-color: #AC0677;
}
.BgClassName
{
background-color: #AC0677;
}
</style>
border-color css
<style>
span { border-color: #AC0677; }
span { border-color: rgb(172,6,119); }
td.TdClassName
{
border-color: #AC0677;
}
.TagClassName
{
border-color: #AC0677;
}
</style>