Shades of Dark Magenta #A20D86
Tints of Dark Magenta #A20D86
RGB
CMYK
RGB Variations
Color information
#A20D86 (or 0xA20D86) is known color: Dark Magenta. HEX triplet: A2, 0D and 86. RGB value is (162,13,134). Sum of RGB (Red+Green+Blue) = 162+13+134=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D86 is #5DF279. Grayscale: #474747. Windows color (decimal): -6156922 or 8785314. OLE color: 8785314.
HSL color Cylindrical-coordinate representation of color #A20D86: hue angle of 311.28º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D86 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 134 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.36 |
| HSL | 311.28º | 0.85% | 0.34% | - |
| HSV(B) | 311.28º | 0.92% | 0.64% | - |
| XYZ | 19.35 | 9.69 | 23.4 | - |
| YUV | 71.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 134 | 0 | 0.92 | 0.17 | 0.36 | 311.28 | 0.85 | 0.34 |
| Hex | A2 | D | 86 | 0 | 5C | 11 | 24 | 137 | 55 | 22 |
| Octal | 242 | 15 | 206 | 0 | 134 | 21 | 44 | 467 | 125 | 42 |
| Binary | 10100010 | 1101 | 10000110 | 0 | 1011100 | 10001 | 100100 | 100110111 | 1010101 | 100010 |
Color Harmonies of #A20D86
Complementary color
Monochromatic Colors of #A20D86
Black with #A20D86
Text Example
Text Example
White with #A20D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D86; }
p { color: rgb(162,13,134); }
H1.HeaderClassName
{
color: #A20D86;
}
.AnyTagClassName
{
color: #A20D86;
}
</style>
background-color css
<style>
a { background-color: #A20D86; }
a { background-color: rgb(162,13,134); }
div.DivClassName
{
background-color: #A20D86;
}
.BgClassName
{
background-color: #A20D86;
}
</style>
border-color css
<style>
span { border-color: #A20D86; }
span { border-color: rgb(162,13,134); }
td.TdClassName
{
border-color: #A20D86;
}
.TagClassName
{
border-color: #A20D86;
}
</style>