Shades of Eggplant #A4117E
Tints of Eggplant #A4117E
RGB
CMYK
RGB Variations
Color information
#A4117E (or 0xA4117E) is known color: Eggplant. HEX triplet: A4, 11 and 7E. RGB value is (164,17,126). Sum of RGB (Red+Green+Blue) = 164+17+126=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4117E is #5BEE81. Grayscale: #494949. Windows color (decimal): -6024834 or 8262052. OLE color: 8262052.
HSL color Cylindrical-coordinate representation of color #A4117E: hue angle of 315.51º 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 #A4117E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 126 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.36 |
| HSL | 315.51º | 0.81% | 0.35% | - |
| HSV(B) | 315.51º | 0.9% | 0.64% | - |
| XYZ | 19.28 | 9.8 | 20.61 | - |
| YUV | 73.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 126 | 0 | 0.90 | 0.23 | 0.36 | 315.51 | 0.81 | 0.35 |
| Hex | A4 | 11 | 7E | 0 | 5A | 17 | 24 | 13C | 51 | 23 |
| Octal | 244 | 21 | 176 | 0 | 132 | 27 | 44 | 474 | 121 | 43 |
| Binary | 10100100 | 10001 | 1111110 | 0 | 1011010 | 10111 | 100100 | 100111100 | 1010001 | 100011 |
Color Harmonies of #A4117E
Complementary color
Monochromatic Colors of #A4117E
Black with #A4117E
Text Example
Text Example
White with #A4117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4117E; }
p { color: rgb(164,17,126); }
H1.HeaderClassName
{
color: #A4117E;
}
.AnyTagClassName
{
color: #A4117E;
}
</style>
background-color css
<style>
a { background-color: #A4117E; }
a { background-color: rgb(164,17,126); }
div.DivClassName
{
background-color: #A4117E;
}
.BgClassName
{
background-color: #A4117E;
}
</style>
border-color css
<style>
span { border-color: #A4117E; }
span { border-color: rgb(164,17,126); }
td.TdClassName
{
border-color: #A4117E;
}
.TagClassName
{
border-color: #A4117E;
}
</style>