Shades of Dark Magenta #A00989
Tints of Dark Magenta #A00989
RGB
CMYK
RGB Variations
Color information
#A00989 (or 0xA00989) is known color: Dark Magenta. HEX triplet: A0, 09 and 89. RGB value is (160,9,137). Sum of RGB (Red+Green+Blue) = 160+9+137=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A00989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00989 is #5FF676. Grayscale: #444444. Windows color (decimal): -6289015 or 8980896. OLE color: 8980896.
HSL color Cylindrical-coordinate representation of color #A00989: hue angle of 309.14º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00989 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 137 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.37 |
| HSL | 309.14º | 0.89% | 0.33% | - |
| HSV(B) | 309.14º | 0.94% | 0.63% | - |
| XYZ | 19.11 | 9.48 | 24.49 | - |
| YUV | 68.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 137 | 0 | 0.94 | 0.14 | 0.37 | 309.14 | 0.89 | 0.33 |
| Hex | A0 | 9 | 89 | 0 | 5E | E | 25 | 135 | 59 | 21 |
| Octal | 240 | 11 | 211 | 0 | 136 | 16 | 45 | 465 | 131 | 41 |
| Binary | 10100000 | 1001 | 10001001 | 0 | 1011110 | 1110 | 100101 | 100110101 | 1011001 | 100001 |
Color Harmonies of #A00989
Complementary color
Monochromatic Colors of #A00989
Black with #A00989
Text Example
Text Example
White with #A00989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00989; }
p { color: rgb(160,9,137); }
H1.HeaderClassName
{
color: #A00989;
}
.AnyTagClassName
{
color: #A00989;
}
</style>
background-color css
<style>
a { background-color: #A00989; }
a { background-color: rgb(160,9,137); }
div.DivClassName
{
background-color: #A00989;
}
.BgClassName
{
background-color: #A00989;
}
</style>
border-color css
<style>
span { border-color: #A00989; }
span { border-color: rgb(160,9,137); }
td.TdClassName
{
border-color: #A00989;
}
.TagClassName
{
border-color: #A00989;
}
</style>