Shades of Dark Magenta #A91199
Tints of Dark Magenta #A91199
RGB
CMYK
RGB Variations
Color information
#A91199 (or 0xA91199) is known color: Dark Magenta. HEX triplet: A9, 11 and 99. RGB value is (169,17,153). Sum of RGB (Red+Green+Blue) = 169+17+153=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A91199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91199 is #56EE66. Grayscale: #4D4D4D. Windows color (decimal): -5697127 or 10031529. OLE color: 10031529.
HSL color Cylindrical-coordinate representation of color #A91199: hue angle of 306.32º 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 #A91199 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 153 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.34 |
| HSL | 306.32º | 0.82% | 0.36% | - |
| HSV(B) | 306.32º | 0.9% | 0.66% | - |
| XYZ | 22.31 | 11.14 | 31.11 | - |
| YUV | 77.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 153 | 0 | 0.90 | 0.09 | 0.34 | 306.32 | 0.82 | 0.36 |
| Hex | A9 | 11 | 99 | 0 | 5A | 9 | 22 | 132 | 52 | 24 |
| Octal | 251 | 21 | 231 | 0 | 132 | 11 | 42 | 462 | 122 | 44 |
| Binary | 10101001 | 10001 | 10011001 | 0 | 1011010 | 1001 | 100010 | 100110010 | 1010010 | 100100 |
Color Harmonies of #A91199
Complementary color
Monochromatic Colors of #A91199
Black with #A91199
Text Example
Text Example
White with #A91199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91199; }
p { color: rgb(169,17,153); }
H1.HeaderClassName
{
color: #A91199;
}
.AnyTagClassName
{
color: #A91199;
}
</style>
background-color css
<style>
a { background-color: #A91199; }
a { background-color: rgb(169,17,153); }
div.DivClassName
{
background-color: #A91199;
}
.BgClassName
{
background-color: #A91199;
}
</style>
border-color css
<style>
span { border-color: #A91199; }
span { border-color: rgb(169,17,153); }
td.TdClassName
{
border-color: #A91199;
}
.TagClassName
{
border-color: #A91199;
}
</style>