Shades of Dark Magenta #A10F86
Tints of Dark Magenta #A10F86
RGB
CMYK
RGB Variations
Color information
#A10F86 (or 0xA10F86) is known color: Dark Magenta. HEX triplet: A1, 0F and 86. RGB value is (161,15,134). Sum of RGB (Red+Green+Blue) = 161+15+134=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F86 is #5EF079. Grayscale: #474747. Windows color (decimal): -6221946 or 8785825. OLE color: 8785825.
HSL color Cylindrical-coordinate representation of color #A10F86: hue angle of 311.1º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F86 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 134 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.37 |
| HSL | 311.1º | 0.83% | 0.35% | - |
| HSV(B) | 311.1º | 0.91% | 0.63% | - |
| XYZ | 19.17 | 9.64 | 23.4 | - |
| YUV | 72.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 134 | 0 | 0.91 | 0.17 | 0.37 | 311.1 | 0.83 | 0.35 |
| Hex | A1 | F | 86 | 0 | 5B | 11 | 25 | 137 | 53 | 23 |
| Octal | 241 | 17 | 206 | 0 | 133 | 21 | 45 | 467 | 123 | 43 |
| Binary | 10100001 | 1111 | 10000110 | 0 | 1011011 | 10001 | 100101 | 100110111 | 1010011 | 100011 |
Color Harmonies of #A10F86
Complementary color
Monochromatic Colors of #A10F86
Black with #A10F86
Text Example
Text Example
White with #A10F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F86; }
p { color: rgb(161,15,134); }
H1.HeaderClassName
{
color: #A10F86;
}
.AnyTagClassName
{
color: #A10F86;
}
</style>
background-color css
<style>
a { background-color: #A10F86; }
a { background-color: rgb(161,15,134); }
div.DivClassName
{
background-color: #A10F86;
}
.BgClassName
{
background-color: #A10F86;
}
</style>
border-color css
<style>
span { border-color: #A10F86; }
span { border-color: rgb(161,15,134); }
td.TdClassName
{
border-color: #A10F86;
}
.TagClassName
{
border-color: #A10F86;
}
</style>