Shades of Dark Magenta #A20082
Tints of Dark Magenta #A20082
RGB
CMYK
RGB Variations
Color information
#A20082 (or 0xA20082) is known color: Dark Magenta. HEX triplet: A2, 00 and 82. RGB value is (162,0,130). Sum of RGB (Red+Green+Blue) = 162+0+130=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A20082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20082 is #5DFF7D. Grayscale: #3E3E3E. Windows color (decimal): -6160254 or 8519842. OLE color: 8519842.
HSL color Cylindrical-coordinate representation of color #A20082: hue angle of 311.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20082 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.20 | 0.36 |
| HSL | 311.85º | 1% | 0.32% | - |
| HSV(B) | 311.85º | 1% | 0.64% | - |
| XYZ | 18.93 | 9.29 | 21.92 | - |
| YUV | 63.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 130 | 0 | 1 | 0.20 | 0.36 | 311.85 | 1 | 0.32 |
| Hex | A2 | 0 | 82 | 0 | 64 | 14 | 24 | 138 | 64 | 20 |
| Octal | 242 | 0 | 202 | 0 | 144 | 24 | 44 | 470 | 144 | 40 |
| Binary | 10100010 | 0 | 10000010 | 0 | 1100100 | 10100 | 100100 | 100111000 | 1100100 | 100000 |
Color Harmonies of #A20082
Complementary color
Monochromatic Colors of #A20082
Black with #A20082
Text Example
Text Example
White with #A20082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20082; }
p { color: rgb(162,0,130); }
H1.HeaderClassName
{
color: #A20082;
}
.AnyTagClassName
{
color: #A20082;
}
</style>
background-color css
<style>
a { background-color: #A20082; }
a { background-color: rgb(162,0,130); }
div.DivClassName
{
background-color: #A20082;
}
.BgClassName
{
background-color: #A20082;
}
</style>
border-color css
<style>
span { border-color: #A20082; }
span { border-color: rgb(162,0,130); }
td.TdClassName
{
border-color: #A20082;
}
.TagClassName
{
border-color: #A20082;
}
</style>