Shades of Eggplant #A11575
Tints of Eggplant #A11575
RGB
CMYK
RGB Variations
Color information
#A11575 (or 0xA11575) is known color: Eggplant. HEX triplet: A1, 15 and 75. RGB value is (161,21,117). Sum of RGB (Red+Green+Blue) = 161+21+117=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A11575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11575 is #5EEA8A. Grayscale: #494949. Windows color (decimal): -6220427 or 7673249. OLE color: 7673249.
HSL color Cylindrical-coordinate representation of color #A11575: hue angle of 318.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11575 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 117 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.37 |
| HSL | 318.86º | 0.77% | 0.36% | - |
| HSV(B) | 318.86º | 0.87% | 0.63% | - |
| XYZ | 18.18 | 9.4 | 17.69 | - |
| YUV | 73.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 117 | 0 | 0.87 | 0.27 | 0.37 | 318.86 | 0.77 | 0.36 |
| Hex | A1 | 15 | 75 | 0 | 57 | 1B | 25 | 13F | 4D | 24 |
| Octal | 241 | 25 | 165 | 0 | 127 | 33 | 45 | 477 | 115 | 44 |
| Binary | 10100001 | 10101 | 1110101 | 0 | 1010111 | 11011 | 100101 | 100111111 | 1001101 | 100100 |
Color Harmonies of #A11575
Complementary color
Monochromatic Colors of #A11575
Black with #A11575
Text Example
Text Example
White with #A11575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11575; }
p { color: rgb(161,21,117); }
H1.HeaderClassName
{
color: #A11575;
}
.AnyTagClassName
{
color: #A11575;
}
</style>
background-color css
<style>
a { background-color: #A11575; }
a { background-color: rgb(161,21,117); }
div.DivClassName
{
background-color: #A11575;
}
.BgClassName
{
background-color: #A11575;
}
</style>
border-color css
<style>
span { border-color: #A11575; }
span { border-color: rgb(161,21,117); }
td.TdClassName
{
border-color: #A11575;
}
.TagClassName
{
border-color: #A11575;
}
</style>