Shades of Dark Magenta #A20D8D
Tints of Dark Magenta #A20D8D
RGB
CMYK
RGB Variations
Color information
#A20D8D (or 0xA20D8D) is known color: Dark Magenta. HEX triplet: A2, 0D and 8D. RGB value is (162,13,141). Sum of RGB (Red+Green+Blue) = 162+13+141=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D8D is #5DF272. Grayscale: #474747. Windows color (decimal): -6156915 or 9244066. OLE color: 9244066.
HSL color Cylindrical-coordinate representation of color #A20D8D: hue angle of 308.46º 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 #A20D8D is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 141 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.36 |
| HSL | 308.46º | 0.85% | 0.34% | - |
| HSV(B) | 308.46º | 0.92% | 0.64% | - |
| XYZ | 19.85 | 9.89 | 26.06 | - |
| YUV | 72.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 141 | 0 | 0.92 | 0.13 | 0.36 | 308.46 | 0.85 | 0.34 |
| Hex | A2 | D | 8D | 0 | 5C | D | 24 | 134 | 55 | 22 |
| Octal | 242 | 15 | 215 | 0 | 134 | 15 | 44 | 464 | 125 | 42 |
| Binary | 10100010 | 1101 | 10001101 | 0 | 1011100 | 1101 | 100100 | 100110100 | 1010101 | 100010 |
Color Harmonies of #A20D8D
Complementary color
Monochromatic Colors of #A20D8D
Black with #A20D8D
Text Example
Text Example
White with #A20D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D8D; }
p { color: rgb(162,13,141); }
H1.HeaderClassName
{
color: #A20D8D;
}
.AnyTagClassName
{
color: #A20D8D;
}
</style>
background-color css
<style>
a { background-color: #A20D8D; }
a { background-color: rgb(162,13,141); }
div.DivClassName
{
background-color: #A20D8D;
}
.BgClassName
{
background-color: #A20D8D;
}
</style>
border-color css
<style>
span { border-color: #A20D8D; }
span { border-color: rgb(162,13,141); }
td.TdClassName
{
border-color: #A20D8D;
}
.TagClassName
{
border-color: #A20D8D;
}
</style>