Shades of Dark Magenta #A20990
Tints of Dark Magenta #A20990
RGB
CMYK
RGB Variations
Color information
#A20990 (or 0xA20990) is known color: Dark Magenta. HEX triplet: A2, 09 and 90. RGB value is (162,9,144). Sum of RGB (Red+Green+Blue) = 162+9+144=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20990 is #5DF66F. Grayscale: #454545. Windows color (decimal): -6157936 or 9439650. OLE color: 9439650.
HSL color Cylindrical-coordinate representation of color #A20990: hue angle of 307.06º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20990 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 144 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.36 |
| HSL | 307.06º | 0.89% | 0.34% | - |
| HSV(B) | 307.06º | 0.94% | 0.64% | - |
| XYZ | 20.03 | 9.89 | 27.24 | - |
| YUV | 70.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 144 | 0 | 0.94 | 0.11 | 0.36 | 307.06 | 0.89 | 0.34 |
| Hex | A2 | 9 | 90 | 0 | 5E | B | 24 | 133 | 59 | 22 |
| Octal | 242 | 11 | 220 | 0 | 136 | 13 | 44 | 463 | 131 | 42 |
| Binary | 10100010 | 1001 | 10010000 | 0 | 1011110 | 1011 | 100100 | 100110011 | 1011001 | 100010 |
Color Harmonies of #A20990
Complementary color
Monochromatic Colors of #A20990
Black with #A20990
Text Example
Text Example
White with #A20990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20990; }
p { color: rgb(162,9,144); }
H1.HeaderClassName
{
color: #A20990;
}
.AnyTagClassName
{
color: #A20990;
}
</style>
background-color css
<style>
a { background-color: #A20990; }
a { background-color: rgb(162,9,144); }
div.DivClassName
{
background-color: #A20990;
}
.BgClassName
{
background-color: #A20990;
}
</style>
border-color css
<style>
span { border-color: #A20990; }
span { border-color: rgb(162,9,144); }
td.TdClassName
{
border-color: #A20990;
}
.TagClassName
{
border-color: #A20990;
}
</style>