Shades of Eggplant #A80281
Tints of Eggplant #A80281
RGB
CMYK
RGB Variations
Color information
#A80281 (or 0xA80281) is known color: Eggplant. HEX triplet: A8, 02 and 81. RGB value is (168,2,129). Sum of RGB (Red+Green+Blue) = 168+2+129=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A80281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80281 is #57FD7E. Grayscale: #414141. Windows color (decimal): -5766527 or 8454824. OLE color: 8454824.
HSL color Cylindrical-coordinate representation of color #A80281: hue angle of 314.1º 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 #A80281 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.34 |
| HSL | 314.1º | 0.98% | 0.33% | - |
| HSV(B) | 314.1º | 0.99% | 0.66% | - |
| XYZ | 20.13 | 9.95 | 21.63 | - |
| YUV | 66.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 129 | 0 | 0.99 | 0.23 | 0.34 | 314.1 | 0.98 | 0.33 |
| Hex | A8 | 2 | 81 | 0 | 63 | 17 | 22 | 13A | 62 | 21 |
| Octal | 250 | 2 | 201 | 0 | 143 | 27 | 42 | 472 | 142 | 41 |
| Binary | 10101000 | 10 | 10000001 | 0 | 1100011 | 10111 | 100010 | 100111010 | 1100010 | 100001 |
Color Harmonies of #A80281
Complementary color
Monochromatic Colors of #A80281
Black with #A80281
Text Example
Text Example
White with #A80281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80281; }
p { color: rgb(168,2,129); }
H1.HeaderClassName
{
color: #A80281;
}
.AnyTagClassName
{
color: #A80281;
}
</style>
background-color css
<style>
a { background-color: #A80281; }
a { background-color: rgb(168,2,129); }
div.DivClassName
{
background-color: #A80281;
}
.BgClassName
{
background-color: #A80281;
}
</style>
border-color css
<style>
span { border-color: #A80281; }
span { border-color: rgb(168,2,129); }
td.TdClassName
{
border-color: #A80281;
}
.TagClassName
{
border-color: #A80281;
}
</style>