Shades of Eggplant #A80278
Tints of Eggplant #A80278
RGB
CMYK
RGB Variations
Color information
#A80278 (or 0xA80278) is known color: Eggplant. HEX triplet: A8, 02 and 78. RGB value is (168,2,120). Sum of RGB (Red+Green+Blue) = 168+2+120=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A80278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80278 is #57FD87. Grayscale: #404040. Windows color (decimal): -5766536 or 7865000. OLE color: 7865000.
HSL color Cylindrical-coordinate representation of color #A80278: hue angle of 317.35º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80278 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.34 |
| HSL | 317.35º | 0.98% | 0.33% | - |
| HSV(B) | 317.35º | 0.99% | 0.66% | - |
| XYZ | 19.56 | 9.72 | 18.62 | - |
| YUV | 65.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 120 | 0 | 0.99 | 0.29 | 0.34 | 317.35 | 0.98 | 0.33 |
| Hex | A8 | 2 | 78 | 0 | 63 | 1D | 22 | 13D | 62 | 21 |
| Octal | 250 | 2 | 170 | 0 | 143 | 35 | 42 | 475 | 142 | 41 |
| Binary | 10101000 | 10 | 1111000 | 0 | 1100011 | 11101 | 100010 | 100111101 | 1100010 | 100001 |
Color Harmonies of #A80278
Complementary color
Monochromatic Colors of #A80278
Black with #A80278
Text Example
Text Example
White with #A80278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80278; }
p { color: rgb(168,2,120); }
H1.HeaderClassName
{
color: #A80278;
}
.AnyTagClassName
{
color: #A80278;
}
</style>
background-color css
<style>
a { background-color: #A80278; }
a { background-color: rgb(168,2,120); }
div.DivClassName
{
background-color: #A80278;
}
.BgClassName
{
background-color: #A80278;
}
</style>
border-color css
<style>
span { border-color: #A80278; }
span { border-color: rgb(168,2,120); }
td.TdClassName
{
border-color: #A80278;
}
.TagClassName
{
border-color: #A80278;
}
</style>