Shades of Dark Magenta #A21AA0
Tints of Dark Magenta #A21AA0
RGB
CMYK
RGB Variations
Color information
#A21AA0 (or 0xA21AA0) is known color: Dark Magenta. HEX triplet: A2, 1A and A0. RGB value is (162,26,160). Sum of RGB (Red+Green+Blue) = 162+26+160=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A21AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AA0 is #5DE55F. Grayscale: #515151. Windows color (decimal): -6153568 or 10492578. OLE color: 10492578.
HSL color Cylindrical-coordinate representation of color #A21AA0: hue angle of 300.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21AA0 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 160 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.36 |
| HSL | 300.88º | 0.72% | 0.37% | - |
| HSV(B) | 300.88º | 0.84% | 0.64% | - |
| XYZ | 21.61 | 10.96 | 34.23 | - |
| YUV | 81.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 160 | 0 | 0.84 | 0.01 | 0.36 | 300.88 | 0.72 | 0.37 |
| Hex | A2 | 1A | A0 | 0 | 54 | 1 | 24 | 12D | 48 | 25 |
| Octal | 242 | 32 | 240 | 0 | 124 | 1 | 44 | 455 | 110 | 45 |
| Binary | 10100010 | 11010 | 10100000 | 0 | 1010100 | 1 | 100100 | 100101101 | 1001000 | 100101 |
Color Harmonies of #A21AA0
Complementary color
Monochromatic Colors of #A21AA0
Black with #A21AA0
Text Example
Text Example
White with #A21AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AA0; }
p { color: rgb(162,26,160); }
H1.HeaderClassName
{
color: #A21AA0;
}
.AnyTagClassName
{
color: #A21AA0;
}
</style>
background-color css
<style>
a { background-color: #A21AA0; }
a { background-color: rgb(162,26,160); }
div.DivClassName
{
background-color: #A21AA0;
}
.BgClassName
{
background-color: #A21AA0;
}
</style>
border-color css
<style>
span { border-color: #A21AA0; }
span { border-color: rgb(162,26,160); }
td.TdClassName
{
border-color: #A21AA0;
}
.TagClassName
{
border-color: #A21AA0;
}
</style>