Shades of Dark Magenta #A1109C
Tints of Dark Magenta #A1109C
RGB
CMYK
RGB Variations
Color information
#A1109C (or 0xA1109C) is known color: Dark Magenta. HEX triplet: A1, 10 and 9C. RGB value is (161,16,156). Sum of RGB (Red+Green+Blue) = 161+16+156=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1109C is #5EEF63. Grayscale: #4A4A4A. Windows color (decimal): -6221668 or 10227873. OLE color: 10227873.
HSL color Cylindrical-coordinate representation of color #A1109C: hue angle of 302.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1109C is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 156 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.37 |
| HSL | 302.07º | 0.82% | 0.35% | - |
| HSV(B) | 302.07º | 0.9% | 0.63% | - |
| XYZ | 20.88 | 10.35 | 32.35 | - |
| YUV | 75.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 156 | 0 | 0.90 | 0.03 | 0.37 | 302.07 | 0.82 | 0.35 |
| Hex | A1 | 10 | 9C | 0 | 5A | 3 | 25 | 12E | 52 | 23 |
| Octal | 241 | 20 | 234 | 0 | 132 | 3 | 45 | 456 | 122 | 43 |
| Binary | 10100001 | 10000 | 10011100 | 0 | 1011010 | 11 | 100101 | 100101110 | 1010010 | 100011 |
Color Harmonies of #A1109C
Complementary color
Monochromatic Colors of #A1109C
Black with #A1109C
Text Example
Text Example
White with #A1109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1109C; }
p { color: rgb(161,16,156); }
H1.HeaderClassName
{
color: #A1109C;
}
.AnyTagClassName
{
color: #A1109C;
}
</style>
background-color css
<style>
a { background-color: #A1109C; }
a { background-color: rgb(161,16,156); }
div.DivClassName
{
background-color: #A1109C;
}
.BgClassName
{
background-color: #A1109C;
}
</style>
border-color css
<style>
span { border-color: #A1109C; }
span { border-color: rgb(161,16,156); }
td.TdClassName
{
border-color: #A1109C;
}
.TagClassName
{
border-color: #A1109C;
}
</style>