Shades of Dark Magenta #A10596
Tints of Dark Magenta #A10596
RGB
CMYK
RGB Variations
Color information
#A10596 (or 0xA10596) is known color: Dark Magenta. HEX triplet: A1, 05 and 96. RGB value is (161,5,150). Sum of RGB (Red+Green+Blue) = 161+5+150=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A10596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10596 is #5EFA69. Grayscale: #434343. Windows color (decimal): -6224490 or 9831841. OLE color: 9831841.
HSL color Cylindrical-coordinate representation of color #A10596: hue angle of 304.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10596 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 150 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.37 |
| HSL | 304.23º | 0.94% | 0.33% | - |
| HSV(B) | 304.23º | 0.97% | 0.63% | - |
| XYZ | 20.26 | 9.89 | 29.69 | - |
| YUV | 68.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 150 | 0 | 0.97 | 0.07 | 0.37 | 304.23 | 0.94 | 0.33 |
| Hex | A1 | 5 | 96 | 0 | 61 | 7 | 25 | 130 | 5E | 21 |
| Octal | 241 | 5 | 226 | 0 | 141 | 7 | 45 | 460 | 136 | 41 |
| Binary | 10100001 | 101 | 10010110 | 0 | 1100001 | 111 | 100101 | 100110000 | 1011110 | 100001 |
Color Harmonies of #A10596
Complementary color
Monochromatic Colors of #A10596
Black with #A10596
Text Example
Text Example
White with #A10596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10596; }
p { color: rgb(161,5,150); }
H1.HeaderClassName
{
color: #A10596;
}
.AnyTagClassName
{
color: #A10596;
}
</style>
background-color css
<style>
a { background-color: #A10596; }
a { background-color: rgb(161,5,150); }
div.DivClassName
{
background-color: #A10596;
}
.BgClassName
{
background-color: #A10596;
}
</style>
border-color css
<style>
span { border-color: #A10596; }
span { border-color: rgb(161,5,150); }
td.TdClassName
{
border-color: #A10596;
}
.TagClassName
{
border-color: #A10596;
}
</style>