Shades of Dark Magenta #A11491
Tints of Dark Magenta #A11491
RGB
CMYK
RGB Variations
Color information
#A11491 (or 0xA11491) is known color: Dark Magenta. HEX triplet: A1, 14 and 91. RGB value is (161,20,145). Sum of RGB (Red+Green+Blue) = 161+20+145=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A11491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11491 is #5EEB6E. Grayscale: #4C4C4C. Windows color (decimal): -6220655 or 9508001. OLE color: 9508001.
HSL color Cylindrical-coordinate representation of color #A11491: hue angle of 306.81º 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 #A11491 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 145 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.37 |
| HSL | 306.81º | 0.78% | 0.35% | - |
| HSV(B) | 306.81º | 0.88% | 0.63% | - |
| XYZ | 20.06 | 10.12 | 27.68 | - |
| YUV | 76.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 145 | 0 | 0.88 | 0.10 | 0.37 | 306.81 | 0.78 | 0.35 |
| Hex | A1 | 14 | 91 | 0 | 58 | A | 25 | 133 | 4E | 23 |
| Octal | 241 | 24 | 221 | 0 | 130 | 12 | 45 | 463 | 116 | 43 |
| Binary | 10100001 | 10100 | 10010001 | 0 | 1011000 | 1010 | 100101 | 100110011 | 1001110 | 100011 |
Color Harmonies of #A11491
Complementary color
Monochromatic Colors of #A11491
Black with #A11491
Text Example
Text Example
White with #A11491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11491; }
p { color: rgb(161,20,145); }
H1.HeaderClassName
{
color: #A11491;
}
.AnyTagClassName
{
color: #A11491;
}
</style>
background-color css
<style>
a { background-color: #A11491; }
a { background-color: rgb(161,20,145); }
div.DivClassName
{
background-color: #A11491;
}
.BgClassName
{
background-color: #A11491;
}
</style>
border-color css
<style>
span { border-color: #A11491; }
span { border-color: rgb(161,20,145); }
td.TdClassName
{
border-color: #A11491;
}
.TagClassName
{
border-color: #A11491;
}
</style>