Shades of Eggplant #A8047E
Tints of Eggplant #A8047E
RGB
CMYK
RGB Variations
Color information
#A8047E (or 0xA8047E) is known color: Eggplant. HEX triplet: A8, 04 and 7E. RGB value is (168,4,126). Sum of RGB (Red+Green+Blue) = 168+4+126=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8047E is #57FB81. Grayscale: #424242. Windows color (decimal): -5766018 or 8258728. OLE color: 8258728.
HSL color Cylindrical-coordinate representation of color #A8047E: hue angle of 315.37º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8047E is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.34 |
| HSL | 315.37º | 0.95% | 0.34% | - |
| HSV(B) | 315.37º | 0.98% | 0.66% | - |
| XYZ | 19.96 | 9.92 | 20.6 | - |
| YUV | 66.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 126 | 0 | 0.98 | 0.25 | 0.34 | 315.37 | 0.95 | 0.34 |
| Hex | A8 | 4 | 7E | 0 | 62 | 19 | 22 | 13B | 5F | 22 |
| Octal | 250 | 4 | 176 | 0 | 142 | 31 | 42 | 473 | 137 | 42 |
| Binary | 10101000 | 100 | 1111110 | 0 | 1100010 | 11001 | 100010 | 100111011 | 1011111 | 100010 |
Color Harmonies of #A8047E
Complementary color
Monochromatic Colors of #A8047E
Black with #A8047E
Text Example
Text Example
White with #A8047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8047E; }
p { color: rgb(168,4,126); }
H1.HeaderClassName
{
color: #A8047E;
}
.AnyTagClassName
{
color: #A8047E;
}
</style>
background-color css
<style>
a { background-color: #A8047E; }
a { background-color: rgb(168,4,126); }
div.DivClassName
{
background-color: #A8047E;
}
.BgClassName
{
background-color: #A8047E;
}
</style>
border-color css
<style>
span { border-color: #A8047E; }
span { border-color: rgb(168,4,126); }
td.TdClassName
{
border-color: #A8047E;
}
.TagClassName
{
border-color: #A8047E;
}
</style>