Shades of Eggplant #AC0476
Tints of Eggplant #AC0476
RGB
CMYK
RGB Variations
Color information
#AC0476 (or 0xAC0476) is known color: Eggplant. HEX triplet: AC, 04 and 76. RGB value is (172,4,118). Sum of RGB (Red+Green+Blue) = 172+4+118=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0476 is #53FB89. Grayscale: #424242. Windows color (decimal): -5503882 or 7734444. OLE color: 7734444.
HSL color Cylindrical-coordinate representation of color #AC0476: hue angle of 319.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0476 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.33 |
| HSL | 319.29º | 0.95% | 0.35% | - |
| HSV(B) | 319.29º | 0.98% | 0.67% | - |
| XYZ | 20.33 | 10.17 | 18.03 | - |
| YUV | 67.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 118 | 0 | 0.98 | 0.31 | 0.33 | 319.29 | 0.95 | 0.35 |
| Hex | AC | 4 | 76 | 0 | 62 | 1F | 21 | 13F | 5F | 23 |
| Octal | 254 | 4 | 166 | 0 | 142 | 37 | 41 | 477 | 137 | 43 |
| Binary | 10101100 | 100 | 1110110 | 0 | 1100010 | 11111 | 100001 | 100111111 | 1011111 | 100011 |
Color Harmonies of #AC0476
Complementary color
Monochromatic Colors of #AC0476
Black with #AC0476
Text Example
Text Example
White with #AC0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0476; }
p { color: rgb(172,4,118); }
H1.HeaderClassName
{
color: #AC0476;
}
.AnyTagClassName
{
color: #AC0476;
}
</style>
background-color css
<style>
a { background-color: #AC0476; }
a { background-color: rgb(172,4,118); }
div.DivClassName
{
background-color: #AC0476;
}
.BgClassName
{
background-color: #AC0476;
}
</style>
border-color css
<style>
span { border-color: #AC0476; }
span { border-color: rgb(172,4,118); }
td.TdClassName
{
border-color: #AC0476;
}
.TagClassName
{
border-color: #AC0476;
}
</style>