Shades of Dark Magenta #A211AD
Tints of Dark Magenta #A211AD
RGB
CMYK
RGB Variations
Color information
#A211AD (or 0xA211AD) is known color: Dark Magenta. HEX triplet: A2, 11 and AD. RGB value is (162,17,173). Sum of RGB (Red+Green+Blue) = 162+17+173=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #A211AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211AD is #5DEE52. Grayscale: #4D4D4D. Windows color (decimal): -6155859 or 11342242. OLE color: 11342242.
HSL color Cylindrical-coordinate representation of color #A211AD: hue angle of 295.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A211AD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 17 | 173 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.32 |
| HSL | 295.77º | 0.82% | 0.37% | - |
| HSV(B) | 295.77º | 0.9% | 0.68% | - |
| XYZ | 22.64 | 11.1 | 40.48 | - |
| YUV | 78.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 173 | 0.06 | 0.90 | 0 | 0.32 | 295.77 | 0.82 | 0.37 |
| Hex | A2 | 11 | AD | 6 | 5A | 0 | 20 | 128 | 52 | 25 |
| Octal | 242 | 21 | 255 | 6 | 132 | 0 | 40 | 450 | 122 | 45 |
| Binary | 10100010 | 10001 | 10101101 | 110 | 1011010 | 0 | 100000 | 100101000 | 1010010 | 100101 |
Color Harmonies of #A211AD
Complementary color
Monochromatic Colors of #A211AD
Black with #A211AD
Text Example
Text Example
White with #A211AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211AD; }
p { color: rgb(162,17,173); }
H1.HeaderClassName
{
color: #A211AD;
}
.AnyTagClassName
{
color: #A211AD;
}
</style>
background-color css
<style>
a { background-color: #A211AD; }
a { background-color: rgb(162,17,173); }
div.DivClassName
{
background-color: #A211AD;
}
.BgClassName
{
background-color: #A211AD;
}
</style>
border-color css
<style>
span { border-color: #A211AD; }
span { border-color: rgb(162,17,173); }
td.TdClassName
{
border-color: #A211AD;
}
.TagClassName
{
border-color: #A211AD;
}
</style>