Shades of Eggplant #A8117A
Tints of Eggplant #A8117A
RGB
CMYK
RGB Variations
Color information
#A8117A (or 0xA8117A) is known color: Eggplant. HEX triplet: A8, 11 and 7A. RGB value is (168,17,122). Sum of RGB (Red+Green+Blue) = 168+17+122=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A8117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8117A is #57EE85. Grayscale: #494949. Windows color (decimal): -5762694 or 7999912. OLE color: 7999912.
HSL color Cylindrical-coordinate representation of color #A8117A: hue angle of 318.28º 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 #A8117A is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 122 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.34 |
| HSL | 318.28º | 0.82% | 0.36% | - |
| HSV(B) | 318.28º | 0.9% | 0.66% | - |
| XYZ | 19.86 | 10.13 | 19.32 | - |
| YUV | 74.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 122 | 0 | 0.90 | 0.27 | 0.34 | 318.28 | 0.82 | 0.36 |
| Hex | A8 | 11 | 7A | 0 | 5A | 1B | 22 | 13E | 52 | 24 |
| Octal | 250 | 21 | 172 | 0 | 132 | 33 | 42 | 476 | 122 | 44 |
| Binary | 10101000 | 10001 | 1111010 | 0 | 1011010 | 11011 | 100010 | 100111110 | 1010010 | 100100 |
Color Harmonies of #A8117A
Complementary color
Monochromatic Colors of #A8117A
Black with #A8117A
Text Example
Text Example
White with #A8117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8117A; }
p { color: rgb(168,17,122); }
H1.HeaderClassName
{
color: #A8117A;
}
.AnyTagClassName
{
color: #A8117A;
}
</style>
background-color css
<style>
a { background-color: #A8117A; }
a { background-color: rgb(168,17,122); }
div.DivClassName
{
background-color: #A8117A;
}
.BgClassName
{
background-color: #A8117A;
}
</style>
border-color css
<style>
span { border-color: #A8117A; }
span { border-color: rgb(168,17,122); }
td.TdClassName
{
border-color: #A8117A;
}
.TagClassName
{
border-color: #A8117A;
}
</style>