Shades of Dark Magenta #A11A91
Tints of Dark Magenta #A11A91
RGB
CMYK
RGB Variations
Color information
#A11A91 (or 0xA11A91) is known color: Dark Magenta. HEX triplet: A1, 1A and 91. RGB value is (161,26,145). Sum of RGB (Red+Green+Blue) = 161+26+145=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A91 is #5EE56E. Grayscale: #4F4F4F. Windows color (decimal): -6219119 or 9509537. OLE color: 9509537.
HSL color Cylindrical-coordinate representation of color #A11A91: hue angle of 307.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A91 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 145 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.37 |
| HSL | 307.11º | 0.72% | 0.37% | - |
| HSV(B) | 307.11º | 0.84% | 0.63% | - |
| XYZ | 20.18 | 10.36 | 27.72 | - |
| YUV | 79.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 145 | 0 | 0.84 | 0.10 | 0.37 | 307.11 | 0.72 | 0.37 |
| Hex | A1 | 1A | 91 | 0 | 54 | A | 25 | 133 | 48 | 25 |
| Octal | 241 | 32 | 221 | 0 | 124 | 12 | 45 | 463 | 110 | 45 |
| Binary | 10100001 | 11010 | 10010001 | 0 | 1010100 | 1010 | 100101 | 100110011 | 1001000 | 100101 |
Color Harmonies of #A11A91
Complementary color
Monochromatic Colors of #A11A91
Black with #A11A91
Text Example
Text Example
White with #A11A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A91; }
p { color: rgb(161,26,145); }
H1.HeaderClassName
{
color: #A11A91;
}
.AnyTagClassName
{
color: #A11A91;
}
</style>
background-color css
<style>
a { background-color: #A11A91; }
a { background-color: rgb(161,26,145); }
div.DivClassName
{
background-color: #A11A91;
}
.BgClassName
{
background-color: #A11A91;
}
</style>
border-color css
<style>
span { border-color: #A11A91; }
span { border-color: rgb(161,26,145); }
td.TdClassName
{
border-color: #A11A91;
}
.TagClassName
{
border-color: #A11A91;
}
</style>