Shades of Eggplant #A0047B
Tints of Eggplant #A0047B
RGB
CMYK
RGB Variations
Color information
#A0047B (or 0xA0047B) is known color: Eggplant. HEX triplet: A0, 04 and 7B. RGB value is (160,4,123). Sum of RGB (Red+Green+Blue) = 160+4+123=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0047B is #5FFB84. Grayscale: #3F3F3F. Windows color (decimal): -6290309 or 8062112. OLE color: 8062112.
HSL color Cylindrical-coordinate representation of color #A0047B: hue angle of 314.23º 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 #A0047B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.37 |
| HSL | 314.23º | 0.95% | 0.32% | - |
| HSV(B) | 314.23º | 0.98% | 0.63% | - |
| XYZ | 18.12 | 8.99 | 19.52 | - |
| YUV | 64.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 123 | 0 | 0.98 | 0.23 | 0.37 | 314.23 | 0.95 | 0.32 |
| Hex | A0 | 4 | 7B | 0 | 62 | 17 | 25 | 13A | 5F | 20 |
| Octal | 240 | 4 | 173 | 0 | 142 | 27 | 45 | 472 | 137 | 40 |
| Binary | 10100000 | 100 | 1111011 | 0 | 1100010 | 10111 | 100101 | 100111010 | 1011111 | 100000 |
Color Harmonies of #A0047B
Complementary color
Monochromatic Colors of #A0047B
Black with #A0047B
Text Example
Text Example
White with #A0047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0047B; }
p { color: rgb(160,4,123); }
H1.HeaderClassName
{
color: #A0047B;
}
.AnyTagClassName
{
color: #A0047B;
}
</style>
background-color css
<style>
a { background-color: #A0047B; }
a { background-color: rgb(160,4,123); }
div.DivClassName
{
background-color: #A0047B;
}
.BgClassName
{
background-color: #A0047B;
}
</style>
border-color css
<style>
span { border-color: #A0047B; }
span { border-color: rgb(160,4,123); }
td.TdClassName
{
border-color: #A0047B;
}
.TagClassName
{
border-color: #A0047B;
}
</style>