Shades of Eggplant #A8107E
Tints of Eggplant #A8107E
RGB
CMYK
RGB Variations
Color information
#A8107E (or 0xA8107E) is known color: Eggplant. HEX triplet: A8, 10 and 7E. RGB value is (168,16,126). Sum of RGB (Red+Green+Blue) = 168+16+126=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8107E is #57EF81. Grayscale: #494949. Windows color (decimal): -5762946 or 8261800. OLE color: 8261800.
HSL color Cylindrical-coordinate representation of color #A8107E: hue angle of 316.58º degrees, saturation: 0.83, 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 #A8107E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 126 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.34 |
| HSL | 316.58º | 0.83% | 0.36% | - |
| HSV(B) | 316.58º | 0.9% | 0.66% | - |
| XYZ | 20.1 | 10.2 | 20.65 | - |
| YUV | 73.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 126 | 0 | 0.90 | 0.25 | 0.34 | 316.58 | 0.83 | 0.36 |
| Hex | A8 | 10 | 7E | 0 | 5A | 19 | 22 | 13D | 53 | 24 |
| Octal | 250 | 20 | 176 | 0 | 132 | 31 | 42 | 475 | 123 | 44 |
| Binary | 10101000 | 10000 | 1111110 | 0 | 1011010 | 11001 | 100010 | 100111101 | 1010011 | 100100 |
Color Harmonies of #A8107E
Complementary color
Monochromatic Colors of #A8107E
Black with #A8107E
Text Example
Text Example
White with #A8107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8107E; }
p { color: rgb(168,16,126); }
H1.HeaderClassName
{
color: #A8107E;
}
.AnyTagClassName
{
color: #A8107E;
}
</style>
background-color css
<style>
a { background-color: #A8107E; }
a { background-color: rgb(168,16,126); }
div.DivClassName
{
background-color: #A8107E;
}
.BgClassName
{
background-color: #A8107E;
}
</style>
border-color css
<style>
span { border-color: #A8107E; }
span { border-color: rgb(168,16,126); }
td.TdClassName
{
border-color: #A8107E;
}
.TagClassName
{
border-color: #A8107E;
}
</style>