Shades of Eggplant #A11377
Tints of Eggplant #A11377
RGB
CMYK
RGB Variations
Color information
#A11377 (or 0xA11377) is known color: Eggplant. HEX triplet: A1, 13 and 77. RGB value is (161,19,119). Sum of RGB (Red+Green+Blue) = 161+19+119=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A11377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11377 is #5EEC88. Grayscale: #484848. Windows color (decimal): -6220937 or 7803809. OLE color: 7803809.
HSL color Cylindrical-coordinate representation of color #A11377: hue angle of 317.75º degrees, saturation: 0.79, 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 #A11377 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 119 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.37 |
| HSL | 317.75º | 0.79% | 0.35% | - |
| HSV(B) | 317.75º | 0.88% | 0.63% | - |
| XYZ | 18.26 | 9.37 | 18.3 | - |
| YUV | 72.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 119 | 0 | 0.88 | 0.26 | 0.37 | 317.75 | 0.79 | 0.35 |
| Hex | A1 | 13 | 77 | 0 | 58 | 1A | 25 | 13E | 4F | 23 |
| Octal | 241 | 23 | 167 | 0 | 130 | 32 | 45 | 476 | 117 | 43 |
| Binary | 10100001 | 10011 | 1110111 | 0 | 1011000 | 11010 | 100101 | 100111110 | 1001111 | 100011 |
Color Harmonies of #A11377
Complementary color
Monochromatic Colors of #A11377
Black with #A11377
Text Example
Text Example
White with #A11377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11377; }
p { color: rgb(161,19,119); }
H1.HeaderClassName
{
color: #A11377;
}
.AnyTagClassName
{
color: #A11377;
}
</style>
background-color css
<style>
a { background-color: #A11377; }
a { background-color: rgb(161,19,119); }
div.DivClassName
{
background-color: #A11377;
}
.BgClassName
{
background-color: #A11377;
}
</style>
border-color css
<style>
span { border-color: #A11377; }
span { border-color: rgb(161,19,119); }
td.TdClassName
{
border-color: #A11377;
}
.TagClassName
{
border-color: #A11377;
}
</style>