Shades of Dark Magenta #A00F86
Tints of Dark Magenta #A00F86
RGB
CMYK
RGB Variations
Color information
#A00F86 (or 0xA00F86) is known color: Dark Magenta. HEX triplet: A0, 0F and 86. RGB value is (160,15,134). Sum of RGB (Red+Green+Blue) = 160+15+134=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F86 is #5FF079. Grayscale: #474747. Windows color (decimal): -6287482 or 8785824. OLE color: 8785824.
HSL color Cylindrical-coordinate representation of color #A00F86: hue angle of 310.76º 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 #A00F86 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 134 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.37 |
| HSL | 310.76º | 0.83% | 0.34% | - |
| HSV(B) | 310.76º | 0.91% | 0.63% | - |
| XYZ | 18.97 | 9.54 | 23.4 | - |
| YUV | 71.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 134 | 0 | 0.91 | 0.16 | 0.37 | 310.76 | 0.83 | 0.34 |
| Hex | A0 | F | 86 | 0 | 5B | 10 | 25 | 137 | 53 | 22 |
| Octal | 240 | 17 | 206 | 0 | 133 | 20 | 45 | 467 | 123 | 42 |
| Binary | 10100000 | 1111 | 10000110 | 0 | 1011011 | 10000 | 100101 | 100110111 | 1010011 | 100010 |
Color Harmonies of #A00F86
Complementary color
Monochromatic Colors of #A00F86
Black with #A00F86
Text Example
Text Example
White with #A00F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F86; }
p { color: rgb(160,15,134); }
H1.HeaderClassName
{
color: #A00F86;
}
.AnyTagClassName
{
color: #A00F86;
}
</style>
background-color css
<style>
a { background-color: #A00F86; }
a { background-color: rgb(160,15,134); }
div.DivClassName
{
background-color: #A00F86;
}
.BgClassName
{
background-color: #A00F86;
}
</style>
border-color css
<style>
span { border-color: #A00F86; }
span { border-color: rgb(160,15,134); }
td.TdClassName
{
border-color: #A00F86;
}
.TagClassName
{
border-color: #A00F86;
}
</style>