Shades of Dark Magenta #A20F87
Tints of Dark Magenta #A20F87
RGB
CMYK
RGB Variations
Color information
#A20F87 (or 0xA20F87) is known color: Dark Magenta. HEX triplet: A2, 0F and 87. RGB value is (162,15,135). Sum of RGB (Red+Green+Blue) = 162+15+135=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F87 is #5DF078. Grayscale: #484848. Windows color (decimal): -6156409 or 8851362. OLE color: 8851362.
HSL color Cylindrical-coordinate representation of color #A20F87: hue angle of 311.02º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F87 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 135 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.36 |
| HSL | 311.02º | 0.83% | 0.35% | - |
| HSV(B) | 311.02º | 0.91% | 0.64% | - |
| XYZ | 19.44 | 9.77 | 23.78 | - |
| YUV | 72.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 135 | 0 | 0.91 | 0.17 | 0.36 | 311.02 | 0.83 | 0.35 |
| Hex | A2 | F | 87 | 0 | 5B | 11 | 24 | 137 | 53 | 23 |
| Octal | 242 | 17 | 207 | 0 | 133 | 21 | 44 | 467 | 123 | 43 |
| Binary | 10100010 | 1111 | 10000111 | 0 | 1011011 | 10001 | 100100 | 100110111 | 1010011 | 100011 |
Color Harmonies of #A20F87
Complementary color
Monochromatic Colors of #A20F87
Black with #A20F87
Text Example
Text Example
White with #A20F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F87; }
p { color: rgb(162,15,135); }
H1.HeaderClassName
{
color: #A20F87;
}
.AnyTagClassName
{
color: #A20F87;
}
</style>
background-color css
<style>
a { background-color: #A20F87; }
a { background-color: rgb(162,15,135); }
div.DivClassName
{
background-color: #A20F87;
}
.BgClassName
{
background-color: #A20F87;
}
</style>
border-color css
<style>
span { border-color: #A20F87; }
span { border-color: rgb(162,15,135); }
td.TdClassName
{
border-color: #A20F87;
}
.TagClassName
{
border-color: #A20F87;
}
</style>