Shades of Dark Magenta #A20587
Tints of Dark Magenta #A20587
RGB
CMYK
RGB Variations
Color information
#A20587 (or 0xA20587) is known color: Dark Magenta. HEX triplet: A2, 05 and 87. RGB value is (162,5,135). Sum of RGB (Red+Green+Blue) = 162+5+135=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A20587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20587 is #5DFA78. Grayscale: #424242. Windows color (decimal): -6158969 or 8848802. OLE color: 8848802.
HSL color Cylindrical-coordinate representation of color #A20587: hue angle of 310.32º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20587 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 135 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.36 |
| HSL | 310.32º | 0.94% | 0.33% | - |
| HSV(B) | 310.32º | 0.97% | 0.64% | - |
| XYZ | 19.33 | 9.54 | 23.74 | - |
| YUV | 66.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 135 | 0 | 0.97 | 0.17 | 0.36 | 310.32 | 0.94 | 0.33 |
| Hex | A2 | 5 | 87 | 0 | 61 | 11 | 24 | 136 | 5E | 21 |
| Octal | 242 | 5 | 207 | 0 | 141 | 21 | 44 | 466 | 136 | 41 |
| Binary | 10100010 | 101 | 10000111 | 0 | 1100001 | 10001 | 100100 | 100110110 | 1011110 | 100001 |
Color Harmonies of #A20587
Complementary color
Monochromatic Colors of #A20587
Black with #A20587
Text Example
Text Example
White with #A20587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20587; }
p { color: rgb(162,5,135); }
H1.HeaderClassName
{
color: #A20587;
}
.AnyTagClassName
{
color: #A20587;
}
</style>
background-color css
<style>
a { background-color: #A20587; }
a { background-color: rgb(162,5,135); }
div.DivClassName
{
background-color: #A20587;
}
.BgClassName
{
background-color: #A20587;
}
</style>
border-color css
<style>
span { border-color: #A20587; }
span { border-color: rgb(162,5,135); }
td.TdClassName
{
border-color: #A20587;
}
.TagClassName
{
border-color: #A20587;
}
</style>