Shades of Dark Magenta #A20D85
Tints of Dark Magenta #A20D85
RGB
CMYK
RGB Variations
Color information
#A20D85 (or 0xA20D85) is known color: Dark Magenta. HEX triplet: A2, 0D and 85. RGB value is (162,13,133). Sum of RGB (Red+Green+Blue) = 162+13+133=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D85 is #5DF27A. Grayscale: #464646. Windows color (decimal): -6156923 or 8719778. OLE color: 8719778.
HSL color Cylindrical-coordinate representation of color #A20D85: hue angle of 311.68º 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 #A20D85 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 133 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.36 |
| HSL | 311.68º | 0.85% | 0.34% | - |
| HSV(B) | 311.68º | 0.92% | 0.64% | - |
| XYZ | 19.28 | 9.66 | 23.04 | - |
| YUV | 71.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 133 | 0 | 0.92 | 0.18 | 0.36 | 311.68 | 0.85 | 0.34 |
| Hex | A2 | D | 85 | 0 | 5C | 12 | 24 | 138 | 55 | 22 |
| Octal | 242 | 15 | 205 | 0 | 134 | 22 | 44 | 470 | 125 | 42 |
| Binary | 10100010 | 1101 | 10000101 | 0 | 1011100 | 10010 | 100100 | 100111000 | 1010101 | 100010 |
Color Harmonies of #A20D85
Complementary color
Monochromatic Colors of #A20D85
Black with #A20D85
Text Example
Text Example
White with #A20D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D85; }
p { color: rgb(162,13,133); }
H1.HeaderClassName
{
color: #A20D85;
}
.AnyTagClassName
{
color: #A20D85;
}
</style>
background-color css
<style>
a { background-color: #A20D85; }
a { background-color: rgb(162,13,133); }
div.DivClassName
{
background-color: #A20D85;
}
.BgClassName
{
background-color: #A20D85;
}
</style>
border-color css
<style>
span { border-color: #A20D85; }
span { border-color: rgb(162,13,133); }
td.TdClassName
{
border-color: #A20D85;
}
.TagClassName
{
border-color: #A20D85;
}
</style>