Shades of Eggplant #A8127A
Tints of Eggplant #A8127A
RGB
CMYK
RGB Variations
Color information
#A8127A (or 0xA8127A) is known color: Eggplant. HEX triplet: A8, 12 and 7A. RGB value is (168,18,122). Sum of RGB (Red+Green+Blue) = 168+18+122=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8127A is #57ED85. Grayscale: #4A4A4A. Windows color (decimal): -5762438 or 8000168. OLE color: 8000168.
HSL color Cylindrical-coordinate representation of color #A8127A: hue angle of 318.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8127A is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 122 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.34 |
| HSL | 318.4º | 0.81% | 0.36% | - |
| HSV(B) | 318.4º | 0.89% | 0.66% | - |
| XYZ | 19.88 | 10.16 | 19.33 | - |
| YUV | 74.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 122 | 0 | 0.89 | 0.27 | 0.34 | 318.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 7A | 0 | 59 | 1B | 22 | 13E | 51 | 24 |
| Octal | 250 | 22 | 172 | 0 | 131 | 33 | 42 | 476 | 121 | 44 |
| Binary | 10101000 | 10010 | 1111010 | 0 | 1011001 | 11011 | 100010 | 100111110 | 1010001 | 100100 |
Color Harmonies of #A8127A
Complementary color
Monochromatic Colors of #A8127A
Black with #A8127A
Text Example
Text Example
White with #A8127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8127A; }
p { color: rgb(168,18,122); }
H1.HeaderClassName
{
color: #A8127A;
}
.AnyTagClassName
{
color: #A8127A;
}
</style>
background-color css
<style>
a { background-color: #A8127A; }
a { background-color: rgb(168,18,122); }
div.DivClassName
{
background-color: #A8127A;
}
.BgClassName
{
background-color: #A8127A;
}
</style>
border-color css
<style>
span { border-color: #A8127A; }
span { border-color: rgb(168,18,122); }
td.TdClassName
{
border-color: #A8127A;
}
.TagClassName
{
border-color: #A8127A;
}
</style>