Shades of Dark Magenta #A1219D
Tints of Dark Magenta #A1219D
RGB
CMYK
RGB Variations
Color information
#A1219D (or 0xA1219D) is known color: Dark Magenta. HEX triplet: A1, 21 and 9D. RGB value is (161,33,157). Sum of RGB (Red+Green+Blue) = 161+33+157=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1219D is #5EDE62. Grayscale: #555555. Windows color (decimal): -6217315 or 10297761. OLE color: 10297761.
HSL color Cylindrical-coordinate representation of color #A1219D: hue angle of 301.88º 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 #A1219D is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 157 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.37 |
| HSL | 301.88º | 0.66% | 0.38% | - |
| HSV(B) | 301.88º | 0.8% | 0.63% | - |
| XYZ | 21.33 | 11.1 | 32.92 | - |
| YUV | 85.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 157 | 0 | 0.80 | 0.02 | 0.37 | 301.88 | 0.66 | 0.38 |
| Hex | A1 | 21 | 9D | 0 | 50 | 2 | 25 | 12E | 42 | 26 |
| Octal | 241 | 41 | 235 | 0 | 120 | 2 | 45 | 456 | 102 | 46 |
| Binary | 10100001 | 100001 | 10011101 | 0 | 1010000 | 10 | 100101 | 100101110 | 1000010 | 100110 |
Color Harmonies of #A1219D
Complementary color
Monochromatic Colors of #A1219D
Black with #A1219D
Text Example
Text Example
White with #A1219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1219D; }
p { color: rgb(161,33,157); }
H1.HeaderClassName
{
color: #A1219D;
}
.AnyTagClassName
{
color: #A1219D;
}
</style>
background-color css
<style>
a { background-color: #A1219D; }
a { background-color: rgb(161,33,157); }
div.DivClassName
{
background-color: #A1219D;
}
.BgClassName
{
background-color: #A1219D;
}
</style>
border-color css
<style>
span { border-color: #A1219D; }
span { border-color: rgb(161,33,157); }
td.TdClassName
{
border-color: #A1219D;
}
.TagClassName
{
border-color: #A1219D;
}
</style>