Shades of Eggplant #A11173
Tints of Eggplant #A11173
RGB
CMYK
RGB Variations
Color information
#A11173 (or 0xA11173) is known color: Eggplant. HEX triplet: A1, 11 and 73. RGB value is (161,17,115). Sum of RGB (Red+Green+Blue) = 161+17+115=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A11173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11173 is #5EEE8C. Grayscale: #464646. Windows color (decimal): -6221453 or 7541153. OLE color: 7541153.
HSL color Cylindrical-coordinate representation of color #A11173: hue angle of 319.17º 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 #A11173 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 115 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.37 |
| HSL | 319.17º | 0.81% | 0.35% | - |
| HSV(B) | 319.17º | 0.89% | 0.63% | - |
| XYZ | 17.99 | 9.22 | 17.05 | - |
| YUV | 71.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 115 | 0 | 0.89 | 0.29 | 0.37 | 319.17 | 0.81 | 0.35 |
| Hex | A1 | 11 | 73 | 0 | 59 | 1D | 25 | 13F | 51 | 23 |
| Octal | 241 | 21 | 163 | 0 | 131 | 35 | 45 | 477 | 121 | 43 |
| Binary | 10100001 | 10001 | 1110011 | 0 | 1011001 | 11101 | 100101 | 100111111 | 1010001 | 100011 |
Color Harmonies of #A11173
Complementary color
Monochromatic Colors of #A11173
Black with #A11173
Text Example
Text Example
White with #A11173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11173; }
p { color: rgb(161,17,115); }
H1.HeaderClassName
{
color: #A11173;
}
.AnyTagClassName
{
color: #A11173;
}
</style>
background-color css
<style>
a { background-color: #A11173; }
a { background-color: rgb(161,17,115); }
div.DivClassName
{
background-color: #A11173;
}
.BgClassName
{
background-color: #A11173;
}
</style>
border-color css
<style>
span { border-color: #A11173; }
span { border-color: rgb(161,17,115); }
td.TdClassName
{
border-color: #A11173;
}
.TagClassName
{
border-color: #A11173;
}
</style>