Shades of Dark Magenta #A20984
Tints of Dark Magenta #A20984
RGB
CMYK
RGB Variations
Color information
#A20984 (or 0xA20984) is known color: Dark Magenta. HEX triplet: A2, 09 and 84. RGB value is (162,9,132). Sum of RGB (Red+Green+Blue) = 162+9+132=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A20984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20984 is #5DF67B. Grayscale: #444444. Windows color (decimal): -6157948 or 8653218. OLE color: 8653218.
HSL color Cylindrical-coordinate representation of color #A20984: hue angle of 311.76º 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 #A20984 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 132 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.36 |
| HSL | 311.76º | 0.89% | 0.34% | - |
| HSV(B) | 311.76º | 0.94% | 0.64% | - |
| XYZ | 19.16 | 9.54 | 22.66 | - |
| YUV | 68.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 132 | 0 | 0.94 | 0.19 | 0.36 | 311.76 | 0.89 | 0.34 |
| Hex | A2 | 9 | 84 | 0 | 5E | 13 | 24 | 138 | 59 | 22 |
| Octal | 242 | 11 | 204 | 0 | 136 | 23 | 44 | 470 | 131 | 42 |
| Binary | 10100010 | 1001 | 10000100 | 0 | 1011110 | 10011 | 100100 | 100111000 | 1011001 | 100010 |
Color Harmonies of #A20984
Complementary color
Monochromatic Colors of #A20984
Black with #A20984
Text Example
Text Example
White with #A20984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20984; }
p { color: rgb(162,9,132); }
H1.HeaderClassName
{
color: #A20984;
}
.AnyTagClassName
{
color: #A20984;
}
</style>
background-color css
<style>
a { background-color: #A20984; }
a { background-color: rgb(162,9,132); }
div.DivClassName
{
background-color: #A20984;
}
.BgClassName
{
background-color: #A20984;
}
</style>
border-color css
<style>
span { border-color: #A20984; }
span { border-color: rgb(162,9,132); }
td.TdClassName
{
border-color: #A20984;
}
.TagClassName
{
border-color: #A20984;
}
</style>