Shades of Eggplant #A11075
Tints of Eggplant #A11075
RGB
CMYK
RGB Variations
Color information
#A11075 (or 0xA11075) is known color: Eggplant. HEX triplet: A1, 10 and 75. RGB value is (161,16,117). Sum of RGB (Red+Green+Blue) = 161+16+117=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A11075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11075 is #5EEF8A. Grayscale: #464646. Windows color (decimal): -6221707 or 7671969. OLE color: 7671969.
HSL color Cylindrical-coordinate representation of color #A11075: hue angle of 318.21º 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 #A11075 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 117 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.37 |
| HSL | 318.21º | 0.82% | 0.35% | - |
| HSV(B) | 318.21º | 0.9% | 0.63% | - |
| XYZ | 18.09 | 9.23 | 17.66 | - |
| YUV | 70.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 117 | 0 | 0.90 | 0.27 | 0.37 | 318.21 | 0.82 | 0.35 |
| Hex | A1 | 10 | 75 | 0 | 5A | 1B | 25 | 13E | 52 | 23 |
| Octal | 241 | 20 | 165 | 0 | 132 | 33 | 45 | 476 | 122 | 43 |
| Binary | 10100001 | 10000 | 1110101 | 0 | 1011010 | 11011 | 100101 | 100111110 | 1010010 | 100011 |
Color Harmonies of #A11075
Complementary color
Monochromatic Colors of #A11075
Black with #A11075
Text Example
Text Example
White with #A11075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11075; }
p { color: rgb(161,16,117); }
H1.HeaderClassName
{
color: #A11075;
}
.AnyTagClassName
{
color: #A11075;
}
</style>
background-color css
<style>
a { background-color: #A11075; }
a { background-color: rgb(161,16,117); }
div.DivClassName
{
background-color: #A11075;
}
.BgClassName
{
background-color: #A11075;
}
</style>
border-color css
<style>
span { border-color: #A11075; }
span { border-color: rgb(161,16,117); }
td.TdClassName
{
border-color: #A11075;
}
.TagClassName
{
border-color: #A11075;
}
</style>