Shades of Eggplant #A11079
Tints of Eggplant #A11079
RGB
CMYK
RGB Variations
Color information
#A11079 (or 0xA11079) is known color: Eggplant. HEX triplet: A1, 10 and 79. RGB value is (161,16,121). Sum of RGB (Red+Green+Blue) = 161+16+121=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11079 is #5EEF86. Grayscale: #474747. Windows color (decimal): -6221703 or 7934113. OLE color: 7934113.
HSL color Cylindrical-coordinate representation of color #A11079: hue angle of 316.55º 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 #A11079 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 121 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.37 |
| HSL | 316.55º | 0.82% | 0.35% | - |
| HSV(B) | 316.55º | 0.9% | 0.63% | - |
| XYZ | 18.33 | 9.33 | 18.92 | - |
| YUV | 71.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 121 | 0 | 0.90 | 0.25 | 0.37 | 316.55 | 0.82 | 0.35 |
| Hex | A1 | 10 | 79 | 0 | 5A | 19 | 25 | 13D | 52 | 23 |
| Octal | 241 | 20 | 171 | 0 | 132 | 31 | 45 | 475 | 122 | 43 |
| Binary | 10100001 | 10000 | 1111001 | 0 | 1011010 | 11001 | 100101 | 100111101 | 1010010 | 100011 |
Color Harmonies of #A11079
Complementary color
Monochromatic Colors of #A11079
Black with #A11079
Text Example
Text Example
White with #A11079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11079; }
p { color: rgb(161,16,121); }
H1.HeaderClassName
{
color: #A11079;
}
.AnyTagClassName
{
color: #A11079;
}
</style>
background-color css
<style>
a { background-color: #A11079; }
a { background-color: rgb(161,16,121); }
div.DivClassName
{
background-color: #A11079;
}
.BgClassName
{
background-color: #A11079;
}
</style>
border-color css
<style>
span { border-color: #A11079; }
span { border-color: rgb(161,16,121); }
td.TdClassName
{
border-color: #A11079;
}
.TagClassName
{
border-color: #A11079;
}
</style>