Shades of Eggplant #A8117C
Tints of Eggplant #A8117C
RGB
CMYK
RGB Variations
Color information
#A8117C (or 0xA8117C) is known color: Eggplant. HEX triplet: A8, 11 and 7C. RGB value is (168,17,124). Sum of RGB (Red+Green+Blue) = 168+17+124=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8117C is #57EE83. Grayscale: #4A4A4A. Windows color (decimal): -5762692 or 8130984. OLE color: 8130984.
HSL color Cylindrical-coordinate representation of color #A8117C: hue angle of 317.48º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8117C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 124 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.34 |
| HSL | 317.48º | 0.82% | 0.36% | - |
| HSV(B) | 317.48º | 0.9% | 0.66% | - |
| XYZ | 19.99 | 10.18 | 19.98 | - |
| YUV | 74.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 124 | 0 | 0.90 | 0.26 | 0.34 | 317.48 | 0.82 | 0.36 |
| Hex | A8 | 11 | 7C | 0 | 5A | 1A | 22 | 13D | 52 | 24 |
| Octal | 250 | 21 | 174 | 0 | 132 | 32 | 42 | 475 | 122 | 44 |
| Binary | 10101000 | 10001 | 1111100 | 0 | 1011010 | 11010 | 100010 | 100111101 | 1010010 | 100100 |
Color Harmonies of #A8117C
Complementary color
Monochromatic Colors of #A8117C
Black with #A8117C
Text Example
Text Example
White with #A8117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8117C; }
p { color: rgb(168,17,124); }
H1.HeaderClassName
{
color: #A8117C;
}
.AnyTagClassName
{
color: #A8117C;
}
</style>
background-color css
<style>
a { background-color: #A8117C; }
a { background-color: rgb(168,17,124); }
div.DivClassName
{
background-color: #A8117C;
}
.BgClassName
{
background-color: #A8117C;
}
</style>
border-color css
<style>
span { border-color: #A8117C; }
span { border-color: rgb(168,17,124); }
td.TdClassName
{
border-color: #A8117C;
}
.TagClassName
{
border-color: #A8117C;
}
</style>