Shades of Dark Magenta #A1219E
Tints of Dark Magenta #A1219E
RGB
CMYK
RGB Variations
Color information
#A1219E (or 0xA1219E) is known color: Dark Magenta. HEX triplet: A1, 21 and 9E. RGB value is (161,33,158). Sum of RGB (Red+Green+Blue) = 161+33+158=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1219E is #5EDE61. Grayscale: #555555. Windows color (decimal): -6217314 or 10363297. OLE color: 10363297.
HSL color Cylindrical-coordinate representation of color #A1219E: hue angle of 301.41º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1219E is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 158 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.37 |
| HSL | 301.41º | 0.66% | 0.38% | - |
| HSV(B) | 301.41º | 0.8% | 0.63% | - |
| XYZ | 21.41 | 11.13 | 33.37 | - |
| YUV | 85.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 158 | 0 | 0.80 | 0.02 | 0.37 | 301.41 | 0.66 | 0.38 |
| Hex | A1 | 21 | 9E | 0 | 50 | 2 | 25 | 12D | 42 | 26 |
| Octal | 241 | 41 | 236 | 0 | 120 | 2 | 45 | 455 | 102 | 46 |
| Binary | 10100001 | 100001 | 10011110 | 0 | 1010000 | 10 | 100101 | 100101101 | 1000010 | 100110 |
Color Harmonies of #A1219E
Complementary color
Monochromatic Colors of #A1219E
Black with #A1219E
Text Example
Text Example
White with #A1219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1219E; }
p { color: rgb(161,33,158); }
H1.HeaderClassName
{
color: #A1219E;
}
.AnyTagClassName
{
color: #A1219E;
}
</style>
background-color css
<style>
a { background-color: #A1219E; }
a { background-color: rgb(161,33,158); }
div.DivClassName
{
background-color: #A1219E;
}
.BgClassName
{
background-color: #A1219E;
}
</style>
border-color css
<style>
span { border-color: #A1219E; }
span { border-color: rgb(161,33,158); }
td.TdClassName
{
border-color: #A1219E;
}
.TagClassName
{
border-color: #A1219E;
}
</style>