Shades of Dark Magenta #A1059D
Tints of Dark Magenta #A1059D
RGB
CMYK
RGB Variations
Color information
#A1059D (or 0xA1059D) is known color: Dark Magenta. HEX triplet: A1, 05 and 9D. RGB value is (161,5,157). Sum of RGB (Red+Green+Blue) = 161+5+157=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1059D is #5EFA62. Grayscale: #444444. Windows color (decimal): -6224483 or 10290593. OLE color: 10290593.
HSL color Cylindrical-coordinate representation of color #A1059D: hue angle of 301.54º 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 #A1059D is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.37 |
| HSL | 301.54º | 0.94% | 0.33% | - |
| HSV(B) | 301.54º | 0.97% | 0.63% | - |
| XYZ | 20.84 | 10.12 | 32.75 | - |
| YUV | 68.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 157 | 0 | 0.97 | 0.02 | 0.37 | 301.54 | 0.94 | 0.33 |
| Hex | A1 | 5 | 9D | 0 | 61 | 2 | 25 | 12E | 5E | 21 |
| Octal | 241 | 5 | 235 | 0 | 141 | 2 | 45 | 456 | 136 | 41 |
| Binary | 10100001 | 101 | 10011101 | 0 | 1100001 | 10 | 100101 | 100101110 | 1011110 | 100001 |
Color Harmonies of #A1059D
Complementary color
Monochromatic Colors of #A1059D
Black with #A1059D
Text Example
Text Example
White with #A1059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1059D; }
p { color: rgb(161,5,157); }
H1.HeaderClassName
{
color: #A1059D;
}
.AnyTagClassName
{
color: #A1059D;
}
</style>
background-color css
<style>
a { background-color: #A1059D; }
a { background-color: rgb(161,5,157); }
div.DivClassName
{
background-color: #A1059D;
}
.BgClassName
{
background-color: #A1059D;
}
</style>
border-color css
<style>
span { border-color: #A1059D; }
span { border-color: rgb(161,5,157); }
td.TdClassName
{
border-color: #A1059D;
}
.TagClassName
{
border-color: #A1059D;
}
</style>