Shades of Dark Magenta #A11E9E
Tints of Dark Magenta #A11E9E
RGB
CMYK
RGB Variations
Color information
#A11E9E (or 0xA11E9E) is known color: Dark Magenta. HEX triplet: A1, 1E and 9E. RGB value is (161,30,158). Sum of RGB (Red+Green+Blue) = 161+30+158=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E9E is #5EE161. Grayscale: #535353. Windows color (decimal): -6218082 or 10362529. OLE color: 10362529.
HSL color Cylindrical-coordinate representation of color #A11E9E: hue angle of 301.37º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E9E is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 158 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.37 |
| HSL | 301.37º | 0.69% | 0.37% | - |
| HSV(B) | 301.37º | 0.81% | 0.63% | - |
| XYZ | 21.33 | 10.97 | 33.34 | - |
| YUV | 83.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 158 | 0 | 0.81 | 0.02 | 0.37 | 301.37 | 0.69 | 0.37 |
| Hex | A1 | 1E | 9E | 0 | 51 | 2 | 25 | 12D | 45 | 25 |
| Octal | 241 | 36 | 236 | 0 | 121 | 2 | 45 | 455 | 105 | 45 |
| Binary | 10100001 | 11110 | 10011110 | 0 | 1010001 | 10 | 100101 | 100101101 | 1000101 | 100101 |
Color Harmonies of #A11E9E
Complementary color
Monochromatic Colors of #A11E9E
Black with #A11E9E
Text Example
Text Example
White with #A11E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E9E; }
p { color: rgb(161,30,158); }
H1.HeaderClassName
{
color: #A11E9E;
}
.AnyTagClassName
{
color: #A11E9E;
}
</style>
background-color css
<style>
a { background-color: #A11E9E; }
a { background-color: rgb(161,30,158); }
div.DivClassName
{
background-color: #A11E9E;
}
.BgClassName
{
background-color: #A11E9E;
}
</style>
border-color css
<style>
span { border-color: #A11E9E; }
span { border-color: rgb(161,30,158); }
td.TdClassName
{
border-color: #A11E9E;
}
.TagClassName
{
border-color: #A11E9E;
}
</style>