Shades of Dark Magenta #A11894
Tints of Dark Magenta #A11894
RGB
CMYK
RGB Variations
Color information
#A11894 (or 0xA11894) is known color: Dark Magenta. HEX triplet: A1, 18 and 94. RGB value is (161,24,148). Sum of RGB (Red+Green+Blue) = 161+24+148=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A11894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11894 is #5EE76B. Grayscale: #4E4E4E. Windows color (decimal): -6219628 or 9705633. OLE color: 9705633.
HSL color Cylindrical-coordinate representation of color #A11894: hue angle of 305.69º 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 #A11894 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 148 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.37 |
| HSL | 305.69º | 0.74% | 0.36% | - |
| HSV(B) | 305.69º | 0.85% | 0.63% | - |
| XYZ | 20.37 | 10.37 | 28.94 | - |
| YUV | 79.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 148 | 0 | 0.85 | 0.08 | 0.37 | 305.69 | 0.74 | 0.36 |
| Hex | A1 | 18 | 94 | 0 | 55 | 8 | 25 | 132 | 4A | 24 |
| Octal | 241 | 30 | 224 | 0 | 125 | 10 | 45 | 462 | 112 | 44 |
| Binary | 10100001 | 11000 | 10010100 | 0 | 1010101 | 1000 | 100101 | 100110010 | 1001010 | 100100 |
Color Harmonies of #A11894
Complementary color
Monochromatic Colors of #A11894
Black with #A11894
Text Example
Text Example
White with #A11894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11894; }
p { color: rgb(161,24,148); }
H1.HeaderClassName
{
color: #A11894;
}
.AnyTagClassName
{
color: #A11894;
}
</style>
background-color css
<style>
a { background-color: #A11894; }
a { background-color: rgb(161,24,148); }
div.DivClassName
{
background-color: #A11894;
}
.BgClassName
{
background-color: #A11894;
}
</style>
border-color css
<style>
span { border-color: #A11894; }
span { border-color: rgb(161,24,148); }
td.TdClassName
{
border-color: #A11894;
}
.TagClassName
{
border-color: #A11894;
}
</style>