Shades of Eggplant #A10B80
Tints of Eggplant #A10B80
RGB
CMYK
RGB Variations
Color information
#A10B80 (or 0xA10B80) is known color: Eggplant. HEX triplet: A1, 0B and 80. RGB value is (161,11,128). Sum of RGB (Red+Green+Blue) = 161+11+128=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10B80 is #5EF47F. Grayscale: #444444. Windows color (decimal): -6222976 or 8391585. OLE color: 8391585.
HSL color Cylindrical-coordinate representation of color #A10B80: hue angle of 313.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B80 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 11 | 128 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.37 |
| HSL | 313.2º | 0.87% | 0.34% | - |
| HSV(B) | 313.2º | 0.93% | 0.63% | - |
| XYZ | 18.71 | 9.37 | 21.25 | - |
| YUV | 69.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 128 | 0 | 0.93 | 0.20 | 0.37 | 313.2 | 0.87 | 0.34 |
| Hex | A1 | B | 80 | 0 | 5D | 14 | 25 | 139 | 57 | 22 |
| Octal | 241 | 13 | 200 | 0 | 135 | 24 | 45 | 471 | 127 | 42 |
| Binary | 10100001 | 1011 | 10000000 | 0 | 1011101 | 10100 | 100101 | 100111001 | 1010111 | 100010 |
Color Harmonies of #A10B80
Complementary color
Monochromatic Colors of #A10B80
Black with #A10B80
Text Example
Text Example
White with #A10B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10B80; }
p { color: rgb(161,11,128); }
H1.HeaderClassName
{
color: #A10B80;
}
.AnyTagClassName
{
color: #A10B80;
}
</style>
background-color css
<style>
a { background-color: #A10B80; }
a { background-color: rgb(161,11,128); }
div.DivClassName
{
background-color: #A10B80;
}
.BgClassName
{
background-color: #A10B80;
}
</style>
border-color css
<style>
span { border-color: #A10B80; }
span { border-color: rgb(161,11,128); }
td.TdClassName
{
border-color: #A10B80;
}
.TagClassName
{
border-color: #A10B80;
}
</style>