Shades of Eggplant #A10A70
Tints of Eggplant #A10A70
RGB
CMYK
RGB Variations
Color information
#A10A70 (or 0xA10A70) is known color: Eggplant. HEX triplet: A1, 0A and 70. RGB value is (161,10,112). Sum of RGB (Red+Green+Blue) = 161+10+112=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10A70 is #5EF58F. Grayscale: #424242. Windows color (decimal): -6223248 or 7342753. OLE color: 7342753.
HSL color Cylindrical-coordinate representation of color #A10A70: hue angle of 319.47º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A70 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.37 |
| HSL | 319.47º | 0.88% | 0.34% | - |
| HSV(B) | 319.47º | 0.94% | 0.63% | - |
| XYZ | 17.73 | 8.96 | 16.12 | - |
| YUV | 66.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 112 | 0 | 0.94 | 0.30 | 0.37 | 319.47 | 0.88 | 0.34 |
| Hex | A1 | A | 70 | 0 | 5E | 1E | 25 | 13F | 58 | 22 |
| Octal | 241 | 12 | 160 | 0 | 136 | 36 | 45 | 477 | 130 | 42 |
| Binary | 10100001 | 1010 | 1110000 | 0 | 1011110 | 11110 | 100101 | 100111111 | 1011000 | 100010 |
Color Harmonies of #A10A70
Complementary color
Monochromatic Colors of #A10A70
Black with #A10A70
Text Example
Text Example
White with #A10A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A70; }
p { color: rgb(161,10,112); }
H1.HeaderClassName
{
color: #A10A70;
}
.AnyTagClassName
{
color: #A10A70;
}
</style>
background-color css
<style>
a { background-color: #A10A70; }
a { background-color: rgb(161,10,112); }
div.DivClassName
{
background-color: #A10A70;
}
.BgClassName
{
background-color: #A10A70;
}
</style>
border-color css
<style>
span { border-color: #A10A70; }
span { border-color: rgb(161,10,112); }
td.TdClassName
{
border-color: #A10A70;
}
.TagClassName
{
border-color: #A10A70;
}
</style>