Shades of Dark Magenta #A20982
Tints of Dark Magenta #A20982
RGB
CMYK
RGB Variations
Color information
#A20982 (or 0xA20982) is known color: Dark Magenta. HEX triplet: A2, 09 and 82. RGB value is (162,9,130). Sum of RGB (Red+Green+Blue) = 162+9+130=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20982 is #5DF67D. Grayscale: #444444. Windows color (decimal): -6157950 or 8522146. OLE color: 8522146.
HSL color Cylindrical-coordinate representation of color #A20982: hue angle of 312.55º 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 #A20982 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 130 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.36 |
| HSL | 312.55º | 0.89% | 0.34% | - |
| HSV(B) | 312.55º | 0.94% | 0.64% | - |
| XYZ | 19.03 | 9.49 | 21.95 | - |
| YUV | 68.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 130 | 0 | 0.94 | 0.20 | 0.36 | 312.55 | 0.89 | 0.34 |
| Hex | A2 | 9 | 82 | 0 | 5E | 14 | 24 | 139 | 59 | 22 |
| Octal | 242 | 11 | 202 | 0 | 136 | 24 | 44 | 471 | 131 | 42 |
| Binary | 10100010 | 1001 | 10000010 | 0 | 1011110 | 10100 | 100100 | 100111001 | 1011001 | 100010 |
Color Harmonies of #A20982
Complementary color
Monochromatic Colors of #A20982
Black with #A20982
Text Example
Text Example
White with #A20982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20982; }
p { color: rgb(162,9,130); }
H1.HeaderClassName
{
color: #A20982;
}
.AnyTagClassName
{
color: #A20982;
}
</style>
background-color css
<style>
a { background-color: #A20982; }
a { background-color: rgb(162,9,130); }
div.DivClassName
{
background-color: #A20982;
}
.BgClassName
{
background-color: #A20982;
}
</style>
border-color css
<style>
span { border-color: #A20982; }
span { border-color: rgb(162,9,130); }
td.TdClassName
{
border-color: #A20982;
}
.TagClassName
{
border-color: #A20982;
}
</style>