Shades of Eggplant #A10880
Tints of Eggplant #A10880
RGB
CMYK
RGB Variations
Color information
#A10880 (or 0xA10880) is known color: Eggplant. HEX triplet: A1, 08 and 80. RGB value is (161,8,128). Sum of RGB (Red+Green+Blue) = 161+8+128=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A10880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10880 is #5EF77F. Grayscale: #434343. Windows color (decimal): -6223744 or 8390817. OLE color: 8390817.
HSL color Cylindrical-coordinate representation of color #A10880: hue angle of 312.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10880 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 128 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.37 |
| HSL | 312.94º | 0.91% | 0.33% | - |
| HSV(B) | 312.94º | 0.95% | 0.63% | - |
| XYZ | 18.68 | 9.31 | 21.23 | - |
| YUV | 67.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 128 | 0 | 0.95 | 0.20 | 0.37 | 312.94 | 0.91 | 0.33 |
| Hex | A1 | 8 | 80 | 0 | 5F | 14 | 25 | 139 | 5B | 21 |
| Octal | 241 | 10 | 200 | 0 | 137 | 24 | 45 | 471 | 133 | 41 |
| Binary | 10100001 | 1000 | 10000000 | 0 | 1011111 | 10100 | 100101 | 100111001 | 1011011 | 100001 |
Color Harmonies of #A10880
Complementary color
Monochromatic Colors of #A10880
Black with #A10880
Text Example
Text Example
White with #A10880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10880; }
p { color: rgb(161,8,128); }
H1.HeaderClassName
{
color: #A10880;
}
.AnyTagClassName
{
color: #A10880;
}
</style>
background-color css
<style>
a { background-color: #A10880; }
a { background-color: rgb(161,8,128); }
div.DivClassName
{
background-color: #A10880;
}
.BgClassName
{
background-color: #A10880;
}
</style>
border-color css
<style>
span { border-color: #A10880; }
span { border-color: rgb(161,8,128); }
td.TdClassName
{
border-color: #A10880;
}
.TagClassName
{
border-color: #A10880;
}
</style>