Shades of Eggplant #A11472
Tints of Eggplant #A11472
RGB
CMYK
RGB Variations
Color information
#A11472 (or 0xA11472) is known color: Eggplant. HEX triplet: A1, 14 and 72. RGB value is (161,20,114). Sum of RGB (Red+Green+Blue) = 161+20+114=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A11472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11472 is #5EEB8D. Grayscale: #484848. Windows color (decimal): -6220686 or 7476385. OLE color: 7476385.
HSL color Cylindrical-coordinate representation of color #A11472: hue angle of 320º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11472 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 114 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.37 |
| HSL | 320º | 0.78% | 0.35% | - |
| HSV(B) | 320º | 0.88% | 0.63% | - |
| XYZ | 17.99 | 9.29 | 16.77 | - |
| YUV | 72.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 114 | 0 | 0.88 | 0.29 | 0.37 | 320 | 0.78 | 0.35 |
| Hex | A1 | 14 | 72 | 0 | 58 | 1D | 25 | 140 | 4E | 23 |
| Octal | 241 | 24 | 162 | 0 | 130 | 35 | 45 | 500 | 116 | 43 |
| Binary | 10100001 | 10100 | 1110010 | 0 | 1011000 | 11101 | 100101 | 101000000 | 1001110 | 100011 |
Color Harmonies of #A11472
Complementary color
Monochromatic Colors of #A11472
Black with #A11472
Text Example
Text Example
White with #A11472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11472; }
p { color: rgb(161,20,114); }
H1.HeaderClassName
{
color: #A11472;
}
.AnyTagClassName
{
color: #A11472;
}
</style>
background-color css
<style>
a { background-color: #A11472; }
a { background-color: rgb(161,20,114); }
div.DivClassName
{
background-color: #A11472;
}
.BgClassName
{
background-color: #A11472;
}
</style>
border-color css
<style>
span { border-color: #A11472; }
span { border-color: rgb(161,20,114); }
td.TdClassName
{
border-color: #A11472;
}
.TagClassName
{
border-color: #A11472;
}
</style>