Shades of Eggplant #AC0478
Tints of Eggplant #AC0478
RGB
CMYK
RGB Variations
Color information
#AC0478 (or 0xAC0478) is known color: Eggplant. HEX triplet: AC, 04 and 78. RGB value is (172,4,120). Sum of RGB (Red+Green+Blue) = 172+4+120=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0478 is #53FB87. Grayscale: #434343. Windows color (decimal): -5503880 or 7865516. OLE color: 7865516.
HSL color Cylindrical-coordinate representation of color #AC0478: hue angle of 318.57º 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 #AC0478 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.33 |
| HSL | 318.57º | 0.95% | 0.35% | - |
| HSV(B) | 318.57º | 0.98% | 0.67% | - |
| XYZ | 20.45 | 10.21 | 18.66 | - |
| YUV | 67.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 120 | 0 | 0.98 | 0.30 | 0.33 | 318.57 | 0.95 | 0.35 |
| Hex | AC | 4 | 78 | 0 | 62 | 1E | 21 | 13F | 5F | 23 |
| Octal | 254 | 4 | 170 | 0 | 142 | 36 | 41 | 477 | 137 | 43 |
| Binary | 10101100 | 100 | 1111000 | 0 | 1100010 | 11110 | 100001 | 100111111 | 1011111 | 100011 |
Color Harmonies of #AC0478
Complementary color
Monochromatic Colors of #AC0478
Black with #AC0478
Text Example
Text Example
White with #AC0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0478; }
p { color: rgb(172,4,120); }
H1.HeaderClassName
{
color: #AC0478;
}
.AnyTagClassName
{
color: #AC0478;
}
</style>
background-color css
<style>
a { background-color: #AC0478; }
a { background-color: rgb(172,4,120); }
div.DivClassName
{
background-color: #AC0478;
}
.BgClassName
{
background-color: #AC0478;
}
</style>
border-color css
<style>
span { border-color: #AC0478; }
span { border-color: rgb(172,4,120); }
td.TdClassName
{
border-color: #AC0478;
}
.TagClassName
{
border-color: #AC0478;
}
</style>