Shades of Dark Magenta #A211AA
Tints of Dark Magenta #A211AA
RGB
CMYK
RGB Variations
Color information
#A211AA (or 0xA211AA) is known color: Dark Magenta. HEX triplet: A2, 11 and AA. RGB value is (162,17,170). Sum of RGB (Red+Green+Blue) = 162+17+170=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A211AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211AA is #5DEE55. Grayscale: #4D4D4D. Windows color (decimal): -6155862 or 11145634. OLE color: 11145634.
HSL color Cylindrical-coordinate representation of color #A211AA: hue angle of 296.86º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A211AA is Cyan = 0.05, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 17 | 170 | - |
| CMYK | 0.05 | 0.9 | 0 | 0.33 |
| HSL | 296.86º | 0.82% | 0.37% | - |
| HSV(B) | 296.86º | 0.9% | 0.67% | - |
| XYZ | 22.36 | 10.98 | 38.97 | - |
| YUV | 77.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 170 | 0.05 | 0.9 | 0 | 0.33 | 296.86 | 0.82 | 0.37 |
| Hex | A2 | 11 | AA | 5 | 5A | 0 | 21 | 129 | 52 | 25 |
| Octal | 242 | 21 | 252 | 5 | 132 | 0 | 41 | 451 | 122 | 45 |
| Binary | 10100010 | 10001 | 10101010 | 101 | 1011010 | 0 | 100001 | 100101001 | 1010010 | 100101 |
Color Harmonies of #A211AA
Complementary color
Monochromatic Colors of #A211AA
Black with #A211AA
Text Example
Text Example
White with #A211AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211AA; }
p { color: rgb(162,17,170); }
H1.HeaderClassName
{
color: #A211AA;
}
.AnyTagClassName
{
color: #A211AA;
}
</style>
background-color css
<style>
a { background-color: #A211AA; }
a { background-color: rgb(162,17,170); }
div.DivClassName
{
background-color: #A211AA;
}
.BgClassName
{
background-color: #A211AA;
}
</style>
border-color css
<style>
span { border-color: #A211AA; }
span { border-color: rgb(162,17,170); }
td.TdClassName
{
border-color: #A211AA;
}
.TagClassName
{
border-color: #A211AA;
}
</style>