Shades of Dark Magenta #A20DAA
Tints of Dark Magenta #A20DAA
RGB
CMYK
RGB Variations
Color information
#A20DAA (or 0xA20DAA) is known color: Dark Magenta. HEX triplet: A2, 0D and AA. RGB value is (162,13,170). Sum of RGB (Red+Green+Blue) = 162+13+170=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20DAA is #5DF255. Grayscale: #4A4A4A. Windows color (decimal): -6156886 or 11144610. OLE color: 11144610.
HSL color Cylindrical-coordinate representation of color #A20DAA: hue angle of 296.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20DAA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 13 | 170 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.33 |
| HSL | 296.94º | 0.86% | 0.36% | - |
| HSV(B) | 296.94º | 0.92% | 0.67% | - |
| XYZ | 22.3 | 10.87 | 38.95 | - |
| YUV | 75.45 | 181.36 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 170 | 0.05 | 0.92 | 0 | 0.33 | 296.94 | 0.86 | 0.36 |
| Hex | A2 | D | AA | 5 | 5C | 0 | 21 | 129 | 56 | 24 |
| Octal | 242 | 15 | 252 | 5 | 134 | 0 | 41 | 451 | 126 | 44 |
| Binary | 10100010 | 1101 | 10101010 | 101 | 1011100 | 0 | 100001 | 100101001 | 1010110 | 100100 |
Color Harmonies of #A20DAA
Complementary color
Monochromatic Colors of #A20DAA
Black with #A20DAA
Text Example
Text Example
White with #A20DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DAA; }
p { color: rgb(162,13,170); }
H1.HeaderClassName
{
color: #A20DAA;
}
.AnyTagClassName
{
color: #A20DAA;
}
</style>
background-color css
<style>
a { background-color: #A20DAA; }
a { background-color: rgb(162,13,170); }
div.DivClassName
{
background-color: #A20DAA;
}
.BgClassName
{
background-color: #A20DAA;
}
</style>
border-color css
<style>
span { border-color: #A20DAA; }
span { border-color: rgb(162,13,170); }
td.TdClassName
{
border-color: #A20DAA;
}
.TagClassName
{
border-color: #A20DAA;
}
</style>