Shades of Dark Magenta #A1109D
Tints of Dark Magenta #A1109D
RGB
CMYK
RGB Variations
Color information
#A1109D (or 0xA1109D) is known color: Dark Magenta. HEX triplet: A1, 10 and 9D. RGB value is (161,16,157). Sum of RGB (Red+Green+Blue) = 161+16+157=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1109D is #5EEF62. Grayscale: #4B4B4B. Windows color (decimal): -6221667 or 10293409. OLE color: 10293409.
HSL color Cylindrical-coordinate representation of color #A1109D: hue angle of 301.66º 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 #A1109D is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 157 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.37 |
| HSL | 301.66º | 0.82% | 0.35% | - |
| HSV(B) | 301.66º | 0.9% | 0.63% | - |
| XYZ | 20.97 | 10.38 | 32.8 | - |
| YUV | 75.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 157 | 0 | 0.90 | 0.02 | 0.37 | 301.66 | 0.82 | 0.35 |
| Hex | A1 | 10 | 9D | 0 | 5A | 2 | 25 | 12E | 52 | 23 |
| Octal | 241 | 20 | 235 | 0 | 132 | 2 | 45 | 456 | 122 | 43 |
| Binary | 10100001 | 10000 | 10011101 | 0 | 1011010 | 10 | 100101 | 100101110 | 1010010 | 100011 |
Color Harmonies of #A1109D
Complementary color
Monochromatic Colors of #A1109D
Black with #A1109D
Text Example
Text Example
White with #A1109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1109D; }
p { color: rgb(161,16,157); }
H1.HeaderClassName
{
color: #A1109D;
}
.AnyTagClassName
{
color: #A1109D;
}
</style>
background-color css
<style>
a { background-color: #A1109D; }
a { background-color: rgb(161,16,157); }
div.DivClassName
{
background-color: #A1109D;
}
.BgClassName
{
background-color: #A1109D;
}
</style>
border-color css
<style>
span { border-color: #A1109D; }
span { border-color: rgb(161,16,157); }
td.TdClassName
{
border-color: #A1109D;
}
.TagClassName
{
border-color: #A1109D;
}
</style>