Shades of Dark Magenta #A1139C
Tints of Dark Magenta #A1139C
RGB
CMYK
RGB Variations
Color information
#A1139C (or 0xA1139C) is known color: Dark Magenta. HEX triplet: A1, 13 and 9C. RGB value is (161,19,156). Sum of RGB (Red+Green+Blue) = 161+19+156=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1139C is #5EEC63. Grayscale: #4C4C4C. Windows color (decimal): -6220900 or 10228641. OLE color: 10228641.
HSL color Cylindrical-coordinate representation of color #A1139C: hue angle of 302.11º degrees, saturation: 0.79, 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 #A1139C is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 156 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.37 |
| HSL | 302.11º | 0.79% | 0.35% | - |
| HSV(B) | 302.11º | 0.88% | 0.63% | - |
| XYZ | 20.93 | 10.44 | 32.37 | - |
| YUV | 77.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 156 | 0 | 0.88 | 0.03 | 0.37 | 302.11 | 0.79 | 0.35 |
| Hex | A1 | 13 | 9C | 0 | 58 | 3 | 25 | 12E | 4F | 23 |
| Octal | 241 | 23 | 234 | 0 | 130 | 3 | 45 | 456 | 117 | 43 |
| Binary | 10100001 | 10011 | 10011100 | 0 | 1011000 | 11 | 100101 | 100101110 | 1001111 | 100011 |
Color Harmonies of #A1139C
Complementary color
Monochromatic Colors of #A1139C
Black with #A1139C
Text Example
Text Example
White with #A1139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1139C; }
p { color: rgb(161,19,156); }
H1.HeaderClassName
{
color: #A1139C;
}
.AnyTagClassName
{
color: #A1139C;
}
</style>
background-color css
<style>
a { background-color: #A1139C; }
a { background-color: rgb(161,19,156); }
div.DivClassName
{
background-color: #A1139C;
}
.BgClassName
{
background-color: #A1139C;
}
</style>
border-color css
<style>
span { border-color: #A1139C; }
span { border-color: rgb(161,19,156); }
td.TdClassName
{
border-color: #A1139C;
}
.TagClassName
{
border-color: #A1139C;
}
</style>