Shades of Dark Magenta #A20D87
Tints of Dark Magenta #A20D87
RGB
CMYK
RGB Variations
Color information
#A20D87 (or 0xA20D87) is known color: Dark Magenta. HEX triplet: A2, 0D and 87. RGB value is (162,13,135). Sum of RGB (Red+Green+Blue) = 162+13+135=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D87 is #5DF278. Grayscale: #474747. Windows color (decimal): -6156921 or 8850850. OLE color: 8850850.
HSL color Cylindrical-coordinate representation of color #A20D87: hue angle of 310.87º 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 #A20D87 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 135 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.36 |
| HSL | 310.87º | 0.85% | 0.34% | - |
| HSV(B) | 310.87º | 0.92% | 0.64% | - |
| XYZ | 19.42 | 9.72 | 23.77 | - |
| YUV | 71.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 135 | 0 | 0.92 | 0.17 | 0.36 | 310.87 | 0.85 | 0.34 |
| Hex | A2 | D | 87 | 0 | 5C | 11 | 24 | 137 | 55 | 22 |
| Octal | 242 | 15 | 207 | 0 | 134 | 21 | 44 | 467 | 125 | 42 |
| Binary | 10100010 | 1101 | 10000111 | 0 | 1011100 | 10001 | 100100 | 100110111 | 1010101 | 100010 |
Color Harmonies of #A20D87
Complementary color
Monochromatic Colors of #A20D87
Black with #A20D87
Text Example
Text Example
White with #A20D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D87; }
p { color: rgb(162,13,135); }
H1.HeaderClassName
{
color: #A20D87;
}
.AnyTagClassName
{
color: #A20D87;
}
</style>
background-color css
<style>
a { background-color: #A20D87; }
a { background-color: rgb(162,13,135); }
div.DivClassName
{
background-color: #A20D87;
}
.BgClassName
{
background-color: #A20D87;
}
</style>
border-color css
<style>
span { border-color: #A20D87; }
span { border-color: rgb(162,13,135); }
td.TdClassName
{
border-color: #A20D87;
}
.TagClassName
{
border-color: #A20D87;
}
</style>