Shades of Eggplant #AC0778
Tints of Eggplant #AC0778
RGB
CMYK
RGB Variations
Color information
#AC0778 (or 0xAC0778) is known color: Eggplant. HEX triplet: AC, 07 and 78. RGB value is (172,7,120). Sum of RGB (Red+Green+Blue) = 172+7+120=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0778 is #53F887. Grayscale: #444444. Windows color (decimal): -5503112 or 7866284. OLE color: 7866284.
HSL color Cylindrical-coordinate representation of color #AC0778: hue angle of 318.91º 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 #AC0778 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 120 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.33 |
| HSL | 318.91º | 0.92% | 0.35% | - |
| HSV(B) | 318.91º | 0.96% | 0.67% | - |
| XYZ | 20.48 | 10.28 | 18.67 | - |
| YUV | 69.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 120 | 0 | 0.96 | 0.30 | 0.33 | 318.91 | 0.92 | 0.35 |
| Hex | AC | 7 | 78 | 0 | 60 | 1E | 21 | 13F | 5C | 23 |
| Octal | 254 | 7 | 170 | 0 | 140 | 36 | 41 | 477 | 134 | 43 |
| Binary | 10101100 | 111 | 1111000 | 0 | 1100000 | 11110 | 100001 | 100111111 | 1011100 | 100011 |
Color Harmonies of #AC0778
Complementary color
Monochromatic Colors of #AC0778
Black with #AC0778
Text Example
Text Example
White with #AC0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0778; }
p { color: rgb(172,7,120); }
H1.HeaderClassName
{
color: #AC0778;
}
.AnyTagClassName
{
color: #AC0778;
}
</style>
background-color css
<style>
a { background-color: #AC0778; }
a { background-color: rgb(172,7,120); }
div.DivClassName
{
background-color: #AC0778;
}
.BgClassName
{
background-color: #AC0778;
}
</style>
border-color css
<style>
span { border-color: #AC0778; }
span { border-color: rgb(172,7,120); }
td.TdClassName
{
border-color: #AC0778;
}
.TagClassName
{
border-color: #AC0778;
}
</style>