Shades of Dark Magenta #A20D9D
Tints of Dark Magenta #A20D9D
RGB
CMYK
RGB Variations
Color information
#A20D9D (or 0xA20D9D) is known color: Dark Magenta. HEX triplet: A2, 0D and 9D. RGB value is (162,13,157). Sum of RGB (Red+Green+Blue) = 162+13+157=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D9D is #5DF262. Grayscale: #494949. Windows color (decimal): -6156899 or 10292642. OLE color: 10292642.
HSL color Cylindrical-coordinate representation of color #A20D9D: hue angle of 302.01º 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 #A20D9D is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 157 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.36 |
| HSL | 302.01º | 0.85% | 0.34% | - |
| HSV(B) | 302.01º | 0.92% | 0.64% | - |
| XYZ | 21.13 | 10.4 | 32.79 | - |
| YUV | 73.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 157 | 0 | 0.92 | 0.03 | 0.36 | 302.01 | 0.85 | 0.34 |
| Hex | A2 | D | 9D | 0 | 5C | 3 | 24 | 12E | 55 | 22 |
| Octal | 242 | 15 | 235 | 0 | 134 | 3 | 44 | 456 | 125 | 42 |
| Binary | 10100010 | 1101 | 10011101 | 0 | 1011100 | 11 | 100100 | 100101110 | 1010101 | 100010 |
Color Harmonies of #A20D9D
Complementary color
Monochromatic Colors of #A20D9D
Black with #A20D9D
Text Example
Text Example
White with #A20D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D9D; }
p { color: rgb(162,13,157); }
H1.HeaderClassName
{
color: #A20D9D;
}
.AnyTagClassName
{
color: #A20D9D;
}
</style>
background-color css
<style>
a { background-color: #A20D9D; }
a { background-color: rgb(162,13,157); }
div.DivClassName
{
background-color: #A20D9D;
}
.BgClassName
{
background-color: #A20D9D;
}
</style>
border-color css
<style>
span { border-color: #A20D9D; }
span { border-color: rgb(162,13,157); }
td.TdClassName
{
border-color: #A20D9D;
}
.TagClassName
{
border-color: #A20D9D;
}
</style>