Shades of Dark Magenta #A91196
Tints of Dark Magenta #A91196
RGB
CMYK
RGB Variations
Color information
#A91196 (or 0xA91196) is known color: Dark Magenta. HEX triplet: A9, 11 and 96. RGB value is (169,17,150). Sum of RGB (Red+Green+Blue) = 169+17+150=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A91196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91196 is #56EE69. Grayscale: #4D4D4D. Windows color (decimal): -5697130 or 9834921. OLE color: 9834921.
HSL color Cylindrical-coordinate representation of color #A91196: hue angle of 307.5º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91196 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 150 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.34 |
| HSL | 307.5º | 0.82% | 0.36% | - |
| HSV(B) | 307.5º | 0.9% | 0.66% | - |
| XYZ | 22.07 | 11.04 | 29.82 | - |
| YUV | 77.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 150 | 0 | 0.90 | 0.11 | 0.34 | 307.5 | 0.82 | 0.36 |
| Hex | A9 | 11 | 96 | 0 | 5A | B | 22 | 134 | 52 | 24 |
| Octal | 251 | 21 | 226 | 0 | 132 | 13 | 42 | 464 | 122 | 44 |
| Binary | 10101001 | 10001 | 10010110 | 0 | 1011010 | 1011 | 100010 | 100110100 | 1010010 | 100100 |
Color Harmonies of #A91196
Complementary color
Monochromatic Colors of #A91196
Black with #A91196
Text Example
Text Example
White with #A91196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91196; }
p { color: rgb(169,17,150); }
H1.HeaderClassName
{
color: #A91196;
}
.AnyTagClassName
{
color: #A91196;
}
</style>
background-color css
<style>
a { background-color: #A91196; }
a { background-color: rgb(169,17,150); }
div.DivClassName
{
background-color: #A91196;
}
.BgClassName
{
background-color: #A91196;
}
</style>
border-color css
<style>
span { border-color: #A91196; }
span { border-color: rgb(169,17,150); }
td.TdClassName
{
border-color: #A91196;
}
.TagClassName
{
border-color: #A91196;
}
</style>