Shades of Dark Magenta #A10992
Tints of Dark Magenta #A10992
RGB
CMYK
RGB Variations
Color information
#A10992 (or 0xA10992) is known color: Dark Magenta. HEX triplet: A1, 09 and 92. RGB value is (161,9,146). Sum of RGB (Red+Green+Blue) = 161+9+146=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A10992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10992 is #5EF66D. Grayscale: #454545. Windows color (decimal): -6223470 or 9570721. OLE color: 9570721.
HSL color Cylindrical-coordinate representation of color #A10992: hue angle of 305.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10992 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 146 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.37 |
| HSL | 305.92º | 0.89% | 0.33% | - |
| HSV(B) | 305.92º | 0.94% | 0.63% | - |
| XYZ | 19.98 | 9.85 | 28.04 | - |
| YUV | 70.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 146 | 0 | 0.94 | 0.09 | 0.37 | 305.92 | 0.89 | 0.33 |
| Hex | A1 | 9 | 92 | 0 | 5E | 9 | 25 | 132 | 59 | 21 |
| Octal | 241 | 11 | 222 | 0 | 136 | 11 | 45 | 462 | 131 | 41 |
| Binary | 10100001 | 1001 | 10010010 | 0 | 1011110 | 1001 | 100101 | 100110010 | 1011001 | 100001 |
Color Harmonies of #A10992
Complementary color
Monochromatic Colors of #A10992
Black with #A10992
Text Example
Text Example
White with #A10992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10992; }
p { color: rgb(161,9,146); }
H1.HeaderClassName
{
color: #A10992;
}
.AnyTagClassName
{
color: #A10992;
}
</style>
background-color css
<style>
a { background-color: #A10992; }
a { background-color: rgb(161,9,146); }
div.DivClassName
{
background-color: #A10992;
}
.BgClassName
{
background-color: #A10992;
}
</style>
border-color css
<style>
span { border-color: #A10992; }
span { border-color: rgb(161,9,146); }
td.TdClassName
{
border-color: #A10992;
}
.TagClassName
{
border-color: #A10992;
}
</style>