Shades of Eggplant #A80078
Tints of Eggplant #A80078
RGB
CMYK
RGB Variations
Color information
#A80078 (or 0xA80078) is known color: Eggplant. HEX triplet: A8, 00 and 78. RGB value is (168,0,120). Sum of RGB (Red+Green+Blue) = 168+0+120=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A80078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80078 is #57FF87. Grayscale: #3F3F3F. Windows color (decimal): -5767048 or 7864488. OLE color: 7864488.
HSL color Cylindrical-coordinate representation of color #A80078: hue angle of 317.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80078 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.29 | 0.34 |
| HSL | 317.14º | 1% | 0.33% | - |
| HSV(B) | 317.14º | 1% | 0.66% | - |
| XYZ | 19.54 | 9.68 | 18.61 | - |
| YUV | 63.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 120 | 0 | 1 | 0.29 | 0.34 | 317.14 | 1 | 0.33 |
| Hex | A8 | 0 | 78 | 0 | 64 | 1D | 22 | 13D | 64 | 21 |
| Octal | 250 | 0 | 170 | 0 | 144 | 35 | 42 | 475 | 144 | 41 |
| Binary | 10101000 | 0 | 1111000 | 0 | 1100100 | 11101 | 100010 | 100111101 | 1100100 | 100001 |
Color Harmonies of #A80078
Complementary color
Monochromatic Colors of #A80078
Black with #A80078
Text Example
Text Example
White with #A80078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80078; }
p { color: rgb(168,0,120); }
H1.HeaderClassName
{
color: #A80078;
}
.AnyTagClassName
{
color: #A80078;
}
</style>
background-color css
<style>
a { background-color: #A80078; }
a { background-color: rgb(168,0,120); }
div.DivClassName
{
background-color: #A80078;
}
.BgClassName
{
background-color: #A80078;
}
</style>
border-color css
<style>
span { border-color: #A80078; }
span { border-color: rgb(168,0,120); }
td.TdClassName
{
border-color: #A80078;
}
.TagClassName
{
border-color: #A80078;
}
</style>