Shades of Dark Magenta #A20D90
Tints of Dark Magenta #A20D90
RGB
CMYK
RGB Variations
Color information
#A20D90 (or 0xA20D90) is known color: Dark Magenta. HEX triplet: A2, 0D and 90. RGB value is (162,13,144). Sum of RGB (Red+Green+Blue) = 162+13+144=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D90 is #5DF26F. Grayscale: #484848. Windows color (decimal): -6156912 or 9440674. OLE color: 9440674.
HSL color Cylindrical-coordinate representation of color #A20D90: hue angle of 307.25º 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 #A20D90 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 144 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.36 |
| HSL | 307.25º | 0.85% | 0.34% | - |
| HSV(B) | 307.25º | 0.92% | 0.64% | - |
| XYZ | 20.08 | 9.98 | 27.25 | - |
| YUV | 72.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 144 | 0 | 0.92 | 0.11 | 0.36 | 307.25 | 0.85 | 0.34 |
| Hex | A2 | D | 90 | 0 | 5C | B | 24 | 133 | 55 | 22 |
| Octal | 242 | 15 | 220 | 0 | 134 | 13 | 44 | 463 | 125 | 42 |
| Binary | 10100010 | 1101 | 10010000 | 0 | 1011100 | 1011 | 100100 | 100110011 | 1010101 | 100010 |
Color Harmonies of #A20D90
Complementary color
Monochromatic Colors of #A20D90
Black with #A20D90
Text Example
Text Example
White with #A20D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D90; }
p { color: rgb(162,13,144); }
H1.HeaderClassName
{
color: #A20D90;
}
.AnyTagClassName
{
color: #A20D90;
}
</style>
background-color css
<style>
a { background-color: #A20D90; }
a { background-color: rgb(162,13,144); }
div.DivClassName
{
background-color: #A20D90;
}
.BgClassName
{
background-color: #A20D90;
}
</style>
border-color css
<style>
span { border-color: #A20D90; }
span { border-color: rgb(162,13,144); }
td.TdClassName
{
border-color: #A20D90;
}
.TagClassName
{
border-color: #A20D90;
}
</style>