Shades of Eggplant #A80778
Tints of Eggplant #A80778
RGB
CMYK
RGB Variations
Color information
#A80778 (or 0xA80778) is known color: Eggplant. HEX triplet: A8, 07 and 78. RGB value is (168,7,120). Sum of RGB (Red+Green+Blue) = 168+7+120=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A80778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80778 is #57F887. Grayscale: #434343. Windows color (decimal): -5765256 or 7866280. OLE color: 7866280.
HSL color Cylindrical-coordinate representation of color #A80778: hue angle of 317.89º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80778 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 120 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.34 |
| HSL | 317.89º | 0.92% | 0.34% | - |
| HSV(B) | 317.89º | 0.96% | 0.66% | - |
| XYZ | 19.61 | 9.83 | 18.63 | - |
| YUV | 68.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 120 | 0 | 0.96 | 0.29 | 0.34 | 317.89 | 0.92 | 0.34 |
| Hex | A8 | 7 | 78 | 0 | 60 | 1D | 22 | 13E | 5C | 22 |
| Octal | 250 | 7 | 170 | 0 | 140 | 35 | 42 | 476 | 134 | 42 |
| Binary | 10101000 | 111 | 1111000 | 0 | 1100000 | 11101 | 100010 | 100111110 | 1011100 | 100010 |
Color Harmonies of #A80778
Complementary color
Monochromatic Colors of #A80778
Black with #A80778
Text Example
Text Example
White with #A80778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80778; }
p { color: rgb(168,7,120); }
H1.HeaderClassName
{
color: #A80778;
}
.AnyTagClassName
{
color: #A80778;
}
</style>
background-color css
<style>
a { background-color: #A80778; }
a { background-color: rgb(168,7,120); }
div.DivClassName
{
background-color: #A80778;
}
.BgClassName
{
background-color: #A80778;
}
</style>
border-color css
<style>
span { border-color: #A80778; }
span { border-color: rgb(168,7,120); }
td.TdClassName
{
border-color: #A80778;
}
.TagClassName
{
border-color: #A80778;
}
</style>