Shades of Dark Magenta #A2219E
Tints of Dark Magenta #A2219E
RGB
CMYK
RGB Variations
Color information
#A2219E (or 0xA2219E) is known color: Dark Magenta. HEX triplet: A2, 21 and 9E. RGB value is (162,33,158). Sum of RGB (Red+Green+Blue) = 162+33+158=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2219E is #5DDE61. Grayscale: #555555. Windows color (decimal): -6151778 or 10363298. OLE color: 10363298.
HSL color Cylindrical-coordinate representation of color #A2219E: hue angle of 301.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2219E is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 158 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.36 |
| HSL | 301.86º | 0.66% | 0.38% | - |
| HSV(B) | 301.86º | 0.8% | 0.64% | - |
| XYZ | 21.62 | 11.24 | 33.38 | - |
| YUV | 85.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 158 | 0 | 0.80 | 0.02 | 0.36 | 301.86 | 0.66 | 0.38 |
| Hex | A2 | 21 | 9E | 0 | 50 | 2 | 24 | 12E | 42 | 26 |
| Octal | 242 | 41 | 236 | 0 | 120 | 2 | 44 | 456 | 102 | 46 |
| Binary | 10100010 | 100001 | 10011110 | 0 | 1010000 | 10 | 100100 | 100101110 | 1000010 | 100110 |
Color Harmonies of #A2219E
Complementary color
Monochromatic Colors of #A2219E
Black with #A2219E
Text Example
Text Example
White with #A2219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2219E; }
p { color: rgb(162,33,158); }
H1.HeaderClassName
{
color: #A2219E;
}
.AnyTagClassName
{
color: #A2219E;
}
</style>
background-color css
<style>
a { background-color: #A2219E; }
a { background-color: rgb(162,33,158); }
div.DivClassName
{
background-color: #A2219E;
}
.BgClassName
{
background-color: #A2219E;
}
</style>
border-color css
<style>
span { border-color: #A2219E; }
span { border-color: rgb(162,33,158); }
td.TdClassName
{
border-color: #A2219E;
}
.TagClassName
{
border-color: #A2219E;
}
</style>