Shades of Dark Magenta #A20D84
Tints of Dark Magenta #A20D84
RGB
CMYK
RGB Variations
Color information
#A20D84 (or 0xA20D84) is known color: Dark Magenta. HEX triplet: A2, 0D and 84. RGB value is (162,13,132). Sum of RGB (Red+Green+Blue) = 162+13+132=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D84 is #5DF27B. Grayscale: #464646. Windows color (decimal): -6156924 or 8654242. OLE color: 8654242.
HSL color Cylindrical-coordinate representation of color #A20D84: hue angle of 312.08º 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 #A20D84 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 132 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.36 |
| HSL | 312.08º | 0.85% | 0.34% | - |
| HSV(B) | 312.08º | 0.92% | 0.64% | - |
| XYZ | 19.21 | 9.64 | 22.68 | - |
| YUV | 71.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 132 | 0 | 0.92 | 0.19 | 0.36 | 312.08 | 0.85 | 0.34 |
| Hex | A2 | D | 84 | 0 | 5C | 13 | 24 | 138 | 55 | 22 |
| Octal | 242 | 15 | 204 | 0 | 134 | 23 | 44 | 470 | 125 | 42 |
| Binary | 10100010 | 1101 | 10000100 | 0 | 1011100 | 10011 | 100100 | 100111000 | 1010101 | 100010 |
Color Harmonies of #A20D84
Complementary color
Monochromatic Colors of #A20D84
Black with #A20D84
Text Example
Text Example
White with #A20D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D84; }
p { color: rgb(162,13,132); }
H1.HeaderClassName
{
color: #A20D84;
}
.AnyTagClassName
{
color: #A20D84;
}
</style>
background-color css
<style>
a { background-color: #A20D84; }
a { background-color: rgb(162,13,132); }
div.DivClassName
{
background-color: #A20D84;
}
.BgClassName
{
background-color: #A20D84;
}
</style>
border-color css
<style>
span { border-color: #A20D84; }
span { border-color: rgb(162,13,132); }
td.TdClassName
{
border-color: #A20D84;
}
.TagClassName
{
border-color: #A20D84;
}
</style>