Shades of Dark Magenta #A11388
Tints of Dark Magenta #A11388
RGB
CMYK
RGB Variations
Color information
#A11388 (or 0xA11388) is known color: Dark Magenta. HEX triplet: A1, 13 and 88. RGB value is (161,19,136). Sum of RGB (Red+Green+Blue) = 161+19+136=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A11388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11388 is #5EEC77. Grayscale: #4A4A4A. Windows color (decimal): -6220920 or 8917921. OLE color: 8917921.
HSL color Cylindrical-coordinate representation of color #A11388: hue angle of 310.56º 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 #A11388 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 136 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.37 |
| HSL | 310.56º | 0.79% | 0.35% | - |
| HSV(B) | 310.56º | 0.88% | 0.63% | - |
| XYZ | 19.37 | 9.82 | 24.17 | - |
| YUV | 74.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 136 | 0 | 0.88 | 0.16 | 0.37 | 310.56 | 0.79 | 0.35 |
| Hex | A1 | 13 | 88 | 0 | 58 | 10 | 25 | 137 | 4F | 23 |
| Octal | 241 | 23 | 210 | 0 | 130 | 20 | 45 | 467 | 117 | 43 |
| Binary | 10100001 | 10011 | 10001000 | 0 | 1011000 | 10000 | 100101 | 100110111 | 1001111 | 100011 |
Color Harmonies of #A11388
Complementary color
Monochromatic Colors of #A11388
Black with #A11388
Text Example
Text Example
White with #A11388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11388; }
p { color: rgb(161,19,136); }
H1.HeaderClassName
{
color: #A11388;
}
.AnyTagClassName
{
color: #A11388;
}
</style>
background-color css
<style>
a { background-color: #A11388; }
a { background-color: rgb(161,19,136); }
div.DivClassName
{
background-color: #A11388;
}
.BgClassName
{
background-color: #A11388;
}
</style>
border-color css
<style>
span { border-color: #A11388; }
span { border-color: rgb(161,19,136); }
td.TdClassName
{
border-color: #A11388;
}
.TagClassName
{
border-color: #A11388;
}
</style>