Shades of Eggplant #A31172
Tints of Eggplant #A31172
RGB
CMYK
RGB Variations
Color information
#A31172 (or 0xA31172) is known color: Eggplant. HEX triplet: A3, 11 and 72. RGB value is (163,17,114). Sum of RGB (Red+Green+Blue) = 163+17+114=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A31172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31172 is #5CEE8D. Grayscale: #474747. Windows color (decimal): -6090382 or 7475619. OLE color: 7475619.
HSL color Cylindrical-coordinate representation of color #A31172: hue angle of 320.14º 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 #A31172 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 114 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.36 |
| HSL | 320.14º | 0.81% | 0.35% | - |
| HSV(B) | 320.14º | 0.9% | 0.64% | - |
| XYZ | 18.34 | 9.4 | 16.77 | - |
| YUV | 71.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 114 | 0 | 0.90 | 0.30 | 0.36 | 320.14 | 0.81 | 0.35 |
| Hex | A3 | 11 | 72 | 0 | 5A | 1E | 24 | 140 | 51 | 23 |
| Octal | 243 | 21 | 162 | 0 | 132 | 36 | 44 | 500 | 121 | 43 |
| Binary | 10100011 | 10001 | 1110010 | 0 | 1011010 | 11110 | 100100 | 101000000 | 1010001 | 100011 |
Color Harmonies of #A31172
Complementary color
Monochromatic Colors of #A31172
Black with #A31172
Text Example
Text Example
White with #A31172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31172; }
p { color: rgb(163,17,114); }
H1.HeaderClassName
{
color: #A31172;
}
.AnyTagClassName
{
color: #A31172;
}
</style>
background-color css
<style>
a { background-color: #A31172; }
a { background-color: rgb(163,17,114); }
div.DivClassName
{
background-color: #A31172;
}
.BgClassName
{
background-color: #A31172;
}
</style>
border-color css
<style>
span { border-color: #A31172; }
span { border-color: rgb(163,17,114); }
td.TdClassName
{
border-color: #A31172;
}
.TagClassName
{
border-color: #A31172;
}
</style>