Shades of Dark Magenta #A11399
Tints of Dark Magenta #A11399
RGB
CMYK
RGB Variations
Color information
#A11399 (or 0xA11399) is known color: Dark Magenta. HEX triplet: A1, 13 and 99. RGB value is (161,19,153). Sum of RGB (Red+Green+Blue) = 161+19+153=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A11399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11399 is #5EEC66. Grayscale: #4C4C4C. Windows color (decimal): -6220903 or 10032033. OLE color: 10032033.
HSL color Cylindrical-coordinate representation of color #A11399: hue angle of 303.38º degrees, saturation: 0.79, 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 #A11399 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 153 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.37 |
| HSL | 303.38º | 0.79% | 0.35% | - |
| HSV(B) | 303.38º | 0.88% | 0.63% | - |
| XYZ | 20.68 | 10.34 | 31.04 | - |
| YUV | 76.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 153 | 0 | 0.88 | 0.05 | 0.37 | 303.38 | 0.79 | 0.35 |
| Hex | A1 | 13 | 99 | 0 | 58 | 5 | 25 | 12F | 4F | 23 |
| Octal | 241 | 23 | 231 | 0 | 130 | 5 | 45 | 457 | 117 | 43 |
| Binary | 10100001 | 10011 | 10011001 | 0 | 1011000 | 101 | 100101 | 100101111 | 1001111 | 100011 |
Color Harmonies of #A11399
Complementary color
Monochromatic Colors of #A11399
Black with #A11399
Text Example
Text Example
White with #A11399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11399; }
p { color: rgb(161,19,153); }
H1.HeaderClassName
{
color: #A11399;
}
.AnyTagClassName
{
color: #A11399;
}
</style>
background-color css
<style>
a { background-color: #A11399; }
a { background-color: rgb(161,19,153); }
div.DivClassName
{
background-color: #A11399;
}
.BgClassName
{
background-color: #A11399;
}
</style>
border-color css
<style>
span { border-color: #A11399; }
span { border-color: rgb(161,19,153); }
td.TdClassName
{
border-color: #A11399;
}
.TagClassName
{
border-color: #A11399;
}
</style>