Shades of Dark Magenta #A91192
Tints of Dark Magenta #A91192
RGB
CMYK
RGB Variations
Color information
#A91192 (or 0xA91192) is known color: Dark Magenta. HEX triplet: A9, 11 and 92. RGB value is (169,17,146). Sum of RGB (Red+Green+Blue) = 169+17+146=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A91192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91192 is #56EE6D. Grayscale: #4C4C4C. Windows color (decimal): -5697134 or 9572777. OLE color: 9572777.
HSL color Cylindrical-coordinate representation of color #A91192: hue angle of 309.08º 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 #A91192 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 146 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.34 |
| HSL | 309.08º | 0.82% | 0.36% | - |
| HSV(B) | 309.08º | 0.9% | 0.66% | - |
| XYZ | 21.75 | 10.91 | 28.15 | - |
| YUV | 77.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 146 | 0 | 0.90 | 0.14 | 0.34 | 309.08 | 0.82 | 0.36 |
| Hex | A9 | 11 | 92 | 0 | 5A | E | 22 | 135 | 52 | 24 |
| Octal | 251 | 21 | 222 | 0 | 132 | 16 | 42 | 465 | 122 | 44 |
| Binary | 10101001 | 10001 | 10010010 | 0 | 1011010 | 1110 | 100010 | 100110101 | 1010010 | 100100 |
Color Harmonies of #A91192
Complementary color
Monochromatic Colors of #A91192
Black with #A91192
Text Example
Text Example
White with #A91192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91192; }
p { color: rgb(169,17,146); }
H1.HeaderClassName
{
color: #A91192;
}
.AnyTagClassName
{
color: #A91192;
}
</style>
background-color css
<style>
a { background-color: #A91192; }
a { background-color: rgb(169,17,146); }
div.DivClassName
{
background-color: #A91192;
}
.BgClassName
{
background-color: #A91192;
}
</style>
border-color css
<style>
span { border-color: #A91192; }
span { border-color: rgb(169,17,146); }
td.TdClassName
{
border-color: #A91192;
}
.TagClassName
{
border-color: #A91192;
}
</style>