Shades of Eggplant #A11178
Tints of Eggplant #A11178
RGB
CMYK
RGB Variations
Color information
#A11178 (or 0xA11178) is known color: Eggplant. HEX triplet: A1, 11 and 78. RGB value is (161,17,120). Sum of RGB (Red+Green+Blue) = 161+17+120=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11178 is #5EEE87. Grayscale: #474747. Windows color (decimal): -6221448 or 7868833. OLE color: 7868833.
HSL color Cylindrical-coordinate representation of color #A11178: hue angle of 317.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11178 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 120 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.37 |
| HSL | 317.08º | 0.81% | 0.35% | - |
| HSV(B) | 317.08º | 0.89% | 0.63% | - |
| XYZ | 18.29 | 9.33 | 18.61 | - |
| YUV | 71.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 120 | 0 | 0.89 | 0.25 | 0.37 | 317.08 | 0.81 | 0.35 |
| Hex | A1 | 11 | 78 | 0 | 59 | 19 | 25 | 13D | 51 | 23 |
| Octal | 241 | 21 | 170 | 0 | 131 | 31 | 45 | 475 | 121 | 43 |
| Binary | 10100001 | 10001 | 1111000 | 0 | 1011001 | 11001 | 100101 | 100111101 | 1010001 | 100011 |
Color Harmonies of #A11178
Complementary color
Monochromatic Colors of #A11178
Black with #A11178
Text Example
Text Example
White with #A11178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11178; }
p { color: rgb(161,17,120); }
H1.HeaderClassName
{
color: #A11178;
}
.AnyTagClassName
{
color: #A11178;
}
</style>
background-color css
<style>
a { background-color: #A11178; }
a { background-color: rgb(161,17,120); }
div.DivClassName
{
background-color: #A11178;
}
.BgClassName
{
background-color: #A11178;
}
</style>
border-color css
<style>
span { border-color: #A11178; }
span { border-color: rgb(161,17,120); }
td.TdClassName
{
border-color: #A11178;
}
.TagClassName
{
border-color: #A11178;
}
</style>