Shades of Dark Magenta #A1149C
Tints of Dark Magenta #A1149C
RGB
CMYK
RGB Variations
Color information
#A1149C (or 0xA1149C) is known color: Dark Magenta. HEX triplet: A1, 14 and 9C. RGB value is (161,20,156). Sum of RGB (Red+Green+Blue) = 161+20+156=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1149C is #5EEB63. Grayscale: #4D4D4D. Windows color (decimal): -6220644 or 10228897. OLE color: 10228897.
HSL color Cylindrical-coordinate representation of color #A1149C: hue angle of 302.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1149C is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.37 |
| HSL | 302.13º | 0.78% | 0.35% | - |
| HSV(B) | 302.13º | 0.88% | 0.63% | - |
| XYZ | 20.95 | 10.48 | 32.37 | - |
| YUV | 77.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 156 | 0 | 0.88 | 0.03 | 0.37 | 302.13 | 0.78 | 0.35 |
| Hex | A1 | 14 | 9C | 0 | 58 | 3 | 25 | 12E | 4E | 23 |
| Octal | 241 | 24 | 234 | 0 | 130 | 3 | 45 | 456 | 116 | 43 |
| Binary | 10100001 | 10100 | 10011100 | 0 | 1011000 | 11 | 100101 | 100101110 | 1001110 | 100011 |
Color Harmonies of #A1149C
Complementary color
Monochromatic Colors of #A1149C
Black with #A1149C
Text Example
Text Example
White with #A1149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1149C; }
p { color: rgb(161,20,156); }
H1.HeaderClassName
{
color: #A1149C;
}
.AnyTagClassName
{
color: #A1149C;
}
</style>
background-color css
<style>
a { background-color: #A1149C; }
a { background-color: rgb(161,20,156); }
div.DivClassName
{
background-color: #A1149C;
}
.BgClassName
{
background-color: #A1149C;
}
</style>
border-color css
<style>
span { border-color: #A1149C; }
span { border-color: rgb(161,20,156); }
td.TdClassName
{
border-color: #A1149C;
}
.TagClassName
{
border-color: #A1149C;
}
</style>