Shades of Dark Magenta #A1219C
Tints of Dark Magenta #A1219C
RGB
CMYK
RGB Variations
Color information
#A1219C (or 0xA1219C) is known color: Dark Magenta. HEX triplet: A1, 21 and 9C. RGB value is (161,33,156). Sum of RGB (Red+Green+Blue) = 161+33+156=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1219C is #5EDE63. Grayscale: #545454. Windows color (decimal): -6217316 or 10232225. OLE color: 10232225.
HSL color Cylindrical-coordinate representation of color #A1219C: hue angle of 302.34º 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 #A1219C is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 156 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.37 |
| HSL | 302.34º | 0.66% | 0.38% | - |
| HSV(B) | 302.34º | 0.8% | 0.63% | - |
| XYZ | 21.24 | 11.07 | 32.47 | - |
| YUV | 85.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 156 | 0 | 0.80 | 0.03 | 0.37 | 302.34 | 0.66 | 0.38 |
| Hex | A1 | 21 | 9C | 0 | 50 | 3 | 25 | 12E | 42 | 26 |
| Octal | 241 | 41 | 234 | 0 | 120 | 3 | 45 | 456 | 102 | 46 |
| Binary | 10100001 | 100001 | 10011100 | 0 | 1010000 | 11 | 100101 | 100101110 | 1000010 | 100110 |
Color Harmonies of #A1219C
Complementary color
Monochromatic Colors of #A1219C
Black with #A1219C
Text Example
Text Example
White with #A1219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1219C; }
p { color: rgb(161,33,156); }
H1.HeaderClassName
{
color: #A1219C;
}
.AnyTagClassName
{
color: #A1219C;
}
</style>
background-color css
<style>
a { background-color: #A1219C; }
a { background-color: rgb(161,33,156); }
div.DivClassName
{
background-color: #A1219C;
}
.BgClassName
{
background-color: #A1219C;
}
</style>
border-color css
<style>
span { border-color: #A1219C; }
span { border-color: rgb(161,33,156); }
td.TdClassName
{
border-color: #A1219C;
}
.TagClassName
{
border-color: #A1219C;
}
</style>