Shades of Dark Magenta #A9199B
Tints of Dark Magenta #A9199B
RGB
CMYK
RGB Variations
Color information
#A9199B (or 0xA9199B) is known color: Dark Magenta. HEX triplet: A9, 19 and 9B. RGB value is (169,25,155). Sum of RGB (Red+Green+Blue) = 169+25+155=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9199B is #56E664. Grayscale: #525252. Windows color (decimal): -5695077 or 10164649. OLE color: 10164649.
HSL color Cylindrical-coordinate representation of color #A9199B: hue angle of 305.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9199B is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 155 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.34 |
| HSL | 305.83º | 0.74% | 0.38% | - |
| HSV(B) | 305.83º | 0.85% | 0.66% | - |
| XYZ | 22.63 | 11.5 | 32.04 | - |
| YUV | 82.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 155 | 0 | 0.85 | 0.08 | 0.34 | 305.83 | 0.74 | 0.38 |
| Hex | A9 | 19 | 9B | 0 | 55 | 8 | 22 | 132 | 4A | 26 |
| Octal | 251 | 31 | 233 | 0 | 125 | 10 | 42 | 462 | 112 | 46 |
| Binary | 10101001 | 11001 | 10011011 | 0 | 1010101 | 1000 | 100010 | 100110010 | 1001010 | 100110 |
Color Harmonies of #A9199B
Complementary color
Monochromatic Colors of #A9199B
Black with #A9199B
Text Example
Text Example
White with #A9199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9199B; }
p { color: rgb(169,25,155); }
H1.HeaderClassName
{
color: #A9199B;
}
.AnyTagClassName
{
color: #A9199B;
}
</style>
background-color css
<style>
a { background-color: #A9199B; }
a { background-color: rgb(169,25,155); }
div.DivClassName
{
background-color: #A9199B;
}
.BgClassName
{
background-color: #A9199B;
}
</style>
border-color css
<style>
span { border-color: #A9199B; }
span { border-color: rgb(169,25,155); }
td.TdClassName
{
border-color: #A9199B;
}
.TagClassName
{
border-color: #A9199B;
}
</style>