Shades of Eggplant #A0047E
Tints of Eggplant #A0047E
RGB
CMYK
RGB Variations
Color information
#A0047E (or 0xA0047E) is known color: Eggplant. HEX triplet: A0, 04 and 7E. RGB value is (160,4,126). Sum of RGB (Red+Green+Blue) = 160+4+126=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0047E is #5FFB81. Grayscale: #404040. Windows color (decimal): -6290306 or 8258720. OLE color: 8258720.
HSL color Cylindrical-coordinate representation of color #A0047E: hue angle of 313.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0047E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.37 |
| HSL | 313.08º | 0.95% | 0.32% | - |
| HSV(B) | 313.08º | 0.98% | 0.63% | - |
| XYZ | 18.31 | 9.07 | 20.52 | - |
| YUV | 64.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 126 | 0 | 0.98 | 0.21 | 0.37 | 313.08 | 0.95 | 0.32 |
| Hex | A0 | 4 | 7E | 0 | 62 | 15 | 25 | 139 | 5F | 20 |
| Octal | 240 | 4 | 176 | 0 | 142 | 25 | 45 | 471 | 137 | 40 |
| Binary | 10100000 | 100 | 1111110 | 0 | 1100010 | 10101 | 100101 | 100111001 | 1011111 | 100000 |
Color Harmonies of #A0047E
Complementary color
Monochromatic Colors of #A0047E
Black with #A0047E
Text Example
Text Example
White with #A0047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0047E; }
p { color: rgb(160,4,126); }
H1.HeaderClassName
{
color: #A0047E;
}
.AnyTagClassName
{
color: #A0047E;
}
</style>
background-color css
<style>
a { background-color: #A0047E; }
a { background-color: rgb(160,4,126); }
div.DivClassName
{
background-color: #A0047E;
}
.BgClassName
{
background-color: #A0047E;
}
</style>
border-color css
<style>
span { border-color: #A0047E; }
span { border-color: rgb(160,4,126); }
td.TdClassName
{
border-color: #A0047E;
}
.TagClassName
{
border-color: #A0047E;
}
</style>