Shades of Dark Magenta #A00F89
Tints of Dark Magenta #A00F89
RGB
CMYK
RGB Variations
Color information
#A00F89 (or 0xA00F89) is known color: Dark Magenta. HEX triplet: A0, 0F and 89. RGB value is (160,15,137). Sum of RGB (Red+Green+Blue) = 160+15+137=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F89 is #5FF076. Grayscale: #474747. Windows color (decimal): -6287479 or 8982432. OLE color: 8982432.
HSL color Cylindrical-coordinate representation of color #A00F89: hue angle of 309.52º degrees, saturation: 0.83, 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 #A00F89 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 137 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.37 |
| HSL | 309.52º | 0.83% | 0.34% | - |
| HSV(B) | 309.52º | 0.91% | 0.63% | - |
| XYZ | 19.18 | 9.62 | 24.51 | - |
| YUV | 72.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 137 | 0 | 0.91 | 0.14 | 0.37 | 309.52 | 0.83 | 0.34 |
| Hex | A0 | F | 89 | 0 | 5B | E | 25 | 136 | 53 | 22 |
| Octal | 240 | 17 | 211 | 0 | 133 | 16 | 45 | 466 | 123 | 42 |
| Binary | 10100000 | 1111 | 10001001 | 0 | 1011011 | 1110 | 100101 | 100110110 | 1010011 | 100010 |
Color Harmonies of #A00F89
Complementary color
Monochromatic Colors of #A00F89
Black with #A00F89
Text Example
Text Example
White with #A00F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F89; }
p { color: rgb(160,15,137); }
H1.HeaderClassName
{
color: #A00F89;
}
.AnyTagClassName
{
color: #A00F89;
}
</style>
background-color css
<style>
a { background-color: #A00F89; }
a { background-color: rgb(160,15,137); }
div.DivClassName
{
background-color: #A00F89;
}
.BgClassName
{
background-color: #A00F89;
}
</style>
border-color css
<style>
span { border-color: #A00F89; }
span { border-color: rgb(160,15,137); }
td.TdClassName
{
border-color: #A00F89;
}
.TagClassName
{
border-color: #A00F89;
}
</style>