Shades of Eggplant #A8107C
Tints of Eggplant #A8107C
RGB
CMYK
RGB Variations
Color information
#A8107C (or 0xA8107C) is known color: Eggplant. HEX triplet: A8, 10 and 7C. RGB value is (168,16,124). Sum of RGB (Red+Green+Blue) = 168+16+124=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8107C is #57EF83. Grayscale: #494949. Windows color (decimal): -5762948 or 8130728. OLE color: 8130728.
HSL color Cylindrical-coordinate representation of color #A8107C: hue angle of 317.37º 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 #A8107C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 124 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.34 |
| HSL | 317.37º | 0.83% | 0.36% | - |
| HSV(B) | 317.37º | 0.9% | 0.66% | - |
| XYZ | 19.97 | 10.15 | 19.98 | - |
| YUV | 73.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 124 | 0 | 0.90 | 0.26 | 0.34 | 317.37 | 0.83 | 0.36 |
| Hex | A8 | 10 | 7C | 0 | 5A | 1A | 22 | 13D | 53 | 24 |
| Octal | 250 | 20 | 174 | 0 | 132 | 32 | 42 | 475 | 123 | 44 |
| Binary | 10101000 | 10000 | 1111100 | 0 | 1011010 | 11010 | 100010 | 100111101 | 1010011 | 100100 |
Color Harmonies of #A8107C
Complementary color
Monochromatic Colors of #A8107C
Black with #A8107C
Text Example
Text Example
White with #A8107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8107C; }
p { color: rgb(168,16,124); }
H1.HeaderClassName
{
color: #A8107C;
}
.AnyTagClassName
{
color: #A8107C;
}
</style>
background-color css
<style>
a { background-color: #A8107C; }
a { background-color: rgb(168,16,124); }
div.DivClassName
{
background-color: #A8107C;
}
.BgClassName
{
background-color: #A8107C;
}
</style>
border-color css
<style>
span { border-color: #A8107C; }
span { border-color: rgb(168,16,124); }
td.TdClassName
{
border-color: #A8107C;
}
.TagClassName
{
border-color: #A8107C;
}
</style>