Shades of Eggplant #A11070
Tints of Eggplant #A11070
RGB
CMYK
RGB Variations
Color information
#A11070 (or 0xA11070) is known color: Eggplant. HEX triplet: A1, 10 and 70. RGB value is (161,16,112). Sum of RGB (Red+Green+Blue) = 161+16+112=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A11070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11070 is #5EEF8F. Grayscale: #464646. Windows color (decimal): -6221712 or 7344289. OLE color: 7344289.
HSL color Cylindrical-coordinate representation of color #A11070: hue angle of 320.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11070 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 112 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.37 |
| HSL | 320.28º | 0.82% | 0.35% | - |
| HSV(B) | 320.28º | 0.9% | 0.63% | - |
| XYZ | 17.81 | 9.12 | 16.15 | - |
| YUV | 70.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 112 | 0 | 0.90 | 0.30 | 0.37 | 320.28 | 0.82 | 0.35 |
| Hex | A1 | 10 | 70 | 0 | 5A | 1E | 25 | 140 | 52 | 23 |
| Octal | 241 | 20 | 160 | 0 | 132 | 36 | 45 | 500 | 122 | 43 |
| Binary | 10100001 | 10000 | 1110000 | 0 | 1011010 | 11110 | 100101 | 101000000 | 1010010 | 100011 |
Color Harmonies of #A11070
Complementary color
Monochromatic Colors of #A11070
Black with #A11070
Text Example
Text Example
White with #A11070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11070; }
p { color: rgb(161,16,112); }
H1.HeaderClassName
{
color: #A11070;
}
.AnyTagClassName
{
color: #A11070;
}
</style>
background-color css
<style>
a { background-color: #A11070; }
a { background-color: rgb(161,16,112); }
div.DivClassName
{
background-color: #A11070;
}
.BgClassName
{
background-color: #A11070;
}
</style>
border-color css
<style>
span { border-color: #A11070; }
span { border-color: rgb(161,16,112); }
td.TdClassName
{
border-color: #A11070;
}
.TagClassName
{
border-color: #A11070;
}
</style>