Shades of Eggplant #A21173
Tints of Eggplant #A21173
RGB
CMYK
RGB Variations
Color information
#A21173 (or 0xA21173) is known color: Eggplant. HEX triplet: A2, 11 and 73. RGB value is (162,17,115). Sum of RGB (Red+Green+Blue) = 162+17+115=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A21173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21173 is #5DEE8C. Grayscale: #474747. Windows color (decimal): -6155917 or 7541154. OLE color: 7541154.
HSL color Cylindrical-coordinate representation of color #A21173: hue angle of 319.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21173 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 115 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.36 |
| HSL | 319.45º | 0.81% | 0.35% | - |
| HSV(B) | 319.45º | 0.9% | 0.64% | - |
| XYZ | 18.2 | 9.32 | 17.06 | - |
| YUV | 71.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 115 | 0 | 0.90 | 0.29 | 0.36 | 319.45 | 0.81 | 0.35 |
| Hex | A2 | 11 | 73 | 0 | 5A | 1D | 24 | 13F | 51 | 23 |
| Octal | 242 | 21 | 163 | 0 | 132 | 35 | 44 | 477 | 121 | 43 |
| Binary | 10100010 | 10001 | 1110011 | 0 | 1011010 | 11101 | 100100 | 100111111 | 1010001 | 100011 |
Color Harmonies of #A21173
Complementary color
Monochromatic Colors of #A21173
Black with #A21173
Text Example
Text Example
White with #A21173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21173; }
p { color: rgb(162,17,115); }
H1.HeaderClassName
{
color: #A21173;
}
.AnyTagClassName
{
color: #A21173;
}
</style>
background-color css
<style>
a { background-color: #A21173; }
a { background-color: rgb(162,17,115); }
div.DivClassName
{
background-color: #A21173;
}
.BgClassName
{
background-color: #A21173;
}
</style>
border-color css
<style>
span { border-color: #A21173; }
span { border-color: rgb(162,17,115); }
td.TdClassName
{
border-color: #A21173;
}
.TagClassName
{
border-color: #A21173;
}
</style>