Shades of Dark Magenta #A11891
Tints of Dark Magenta #A11891
RGB
CMYK
RGB Variations
Color information
#A11891 (or 0xA11891) is known color: Dark Magenta. HEX triplet: A1, 18 and 91. RGB value is (161,24,145). Sum of RGB (Red+Green+Blue) = 161+24+145=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A11891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11891 is #5EE76E. Grayscale: #4E4E4E. Windows color (decimal): -6219631 or 9509025. OLE color: 9509025.
HSL color Cylindrical-coordinate representation of color #A11891: hue angle of 307.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11891 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 145 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.37 |
| HSL | 307.01º | 0.74% | 0.36% | - |
| HSV(B) | 307.01º | 0.85% | 0.63% | - |
| XYZ | 20.14 | 10.27 | 27.71 | - |
| YUV | 78.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 145 | 0 | 0.85 | 0.10 | 0.37 | 307.01 | 0.74 | 0.36 |
| Hex | A1 | 18 | 91 | 0 | 55 | A | 25 | 133 | 4A | 24 |
| Octal | 241 | 30 | 221 | 0 | 125 | 12 | 45 | 463 | 112 | 44 |
| Binary | 10100001 | 11000 | 10010001 | 0 | 1010101 | 1010 | 100101 | 100110011 | 1001010 | 100100 |
Color Harmonies of #A11891
Complementary color
Monochromatic Colors of #A11891
Black with #A11891
Text Example
Text Example
White with #A11891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11891; }
p { color: rgb(161,24,145); }
H1.HeaderClassName
{
color: #A11891;
}
.AnyTagClassName
{
color: #A11891;
}
</style>
background-color css
<style>
a { background-color: #A11891; }
a { background-color: rgb(161,24,145); }
div.DivClassName
{
background-color: #A11891;
}
.BgClassName
{
background-color: #A11891;
}
</style>
border-color css
<style>
span { border-color: #A11891; }
span { border-color: rgb(161,24,145); }
td.TdClassName
{
border-color: #A11891;
}
.TagClassName
{
border-color: #A11891;
}
</style>