Shades of Dark Magenta #A00E89
Tints of Dark Magenta #A00E89
RGB
CMYK
RGB Variations
Color information
#A00E89 (or 0xA00E89) is known color: Dark Magenta. HEX triplet: A0, 0E and 89. RGB value is (160,14,137). Sum of RGB (Red+Green+Blue) = 160+14+137=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00E89 is #5FF176. Grayscale: #474747. Windows color (decimal): -6287735 or 8982176. OLE color: 8982176.
HSL color Cylindrical-coordinate representation of color #A00E89: hue angle of 309.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E89 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 137 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.37 |
| HSL | 309.45º | 0.84% | 0.34% | - |
| HSV(B) | 309.45º | 0.91% | 0.63% | - |
| XYZ | 19.17 | 9.59 | 24.51 | - |
| YUV | 71.68 | 164.87 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 137 | 0 | 0.91 | 0.14 | 0.37 | 309.45 | 0.84 | 0.34 |
| Hex | A0 | E | 89 | 0 | 5B | E | 25 | 135 | 54 | 22 |
| Octal | 240 | 16 | 211 | 0 | 133 | 16 | 45 | 465 | 124 | 42 |
| Binary | 10100000 | 1110 | 10001001 | 0 | 1011011 | 1110 | 100101 | 100110101 | 1010100 | 100010 |
Color Harmonies of #A00E89
Complementary color
Monochromatic Colors of #A00E89
Black with #A00E89
Text Example
Text Example
White with #A00E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E89; }
p { color: rgb(160,14,137); }
H1.HeaderClassName
{
color: #A00E89;
}
.AnyTagClassName
{
color: #A00E89;
}
</style>
background-color css
<style>
a { background-color: #A00E89; }
a { background-color: rgb(160,14,137); }
div.DivClassName
{
background-color: #A00E89;
}
.BgClassName
{
background-color: #A00E89;
}
</style>
border-color css
<style>
span { border-color: #A00E89; }
span { border-color: rgb(160,14,137); }
td.TdClassName
{
border-color: #A00E89;
}
.TagClassName
{
border-color: #A00E89;
}
</style>