Shades of Dark Magenta #A00D86
Tints of Dark Magenta #A00D86
RGB
CMYK
RGB Variations
Color information
#A00D86 (or 0xA00D86) is known color: Dark Magenta. HEX triplet: A0, 0D and 86. RGB value is (160,13,134). Sum of RGB (Red+Green+Blue) = 160+13+134=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D86 is #5FF279. Grayscale: #464646. Windows color (decimal): -6287994 or 8785312. OLE color: 8785312.
HSL color Cylindrical-coordinate representation of color #A00D86: hue angle of 310.61º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D86 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 134 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.37 |
| HSL | 310.61º | 0.85% | 0.34% | - |
| HSV(B) | 310.61º | 0.92% | 0.63% | - |
| XYZ | 18.94 | 9.48 | 23.39 | - |
| YUV | 70.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 134 | 0 | 0.92 | 0.16 | 0.37 | 310.61 | 0.85 | 0.34 |
| Hex | A0 | D | 86 | 0 | 5C | 10 | 25 | 137 | 55 | 22 |
| Octal | 240 | 15 | 206 | 0 | 134 | 20 | 45 | 467 | 125 | 42 |
| Binary | 10100000 | 1101 | 10000110 | 0 | 1011100 | 10000 | 100101 | 100110111 | 1010101 | 100010 |
Color Harmonies of #A00D86
Complementary color
Monochromatic Colors of #A00D86
Black with #A00D86
Text Example
Text Example
White with #A00D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D86; }
p { color: rgb(160,13,134); }
H1.HeaderClassName
{
color: #A00D86;
}
.AnyTagClassName
{
color: #A00D86;
}
</style>
background-color css
<style>
a { background-color: #A00D86; }
a { background-color: rgb(160,13,134); }
div.DivClassName
{
background-color: #A00D86;
}
.BgClassName
{
background-color: #A00D86;
}
</style>
border-color css
<style>
span { border-color: #A00D86; }
span { border-color: rgb(160,13,134); }
td.TdClassName
{
border-color: #A00D86;
}
.TagClassName
{
border-color: #A00D86;
}
</style>