Shades of Dark Magenta #A1059C
Tints of Dark Magenta #A1059C
RGB
CMYK
RGB Variations
Color information
#A1059C (or 0xA1059C) is known color: Dark Magenta. HEX triplet: A1, 05 and 9C. RGB value is (161,5,156). Sum of RGB (Red+Green+Blue) = 161+5+156=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1059C is #5EFA63. Grayscale: #444444. Windows color (decimal): -6224484 or 10225057. OLE color: 10225057.
HSL color Cylindrical-coordinate representation of color #A1059C: hue angle of 301.92º 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 #A1059C is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.37 |
| HSL | 301.92º | 0.94% | 0.33% | - |
| HSV(B) | 301.92º | 0.97% | 0.63% | - |
| XYZ | 20.75 | 10.09 | 32.31 | - |
| YUV | 68.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 156 | 0 | 0.97 | 0.03 | 0.37 | 301.92 | 0.94 | 0.33 |
| Hex | A1 | 5 | 9C | 0 | 61 | 3 | 25 | 12E | 5E | 21 |
| Octal | 241 | 5 | 234 | 0 | 141 | 3 | 45 | 456 | 136 | 41 |
| Binary | 10100001 | 101 | 10011100 | 0 | 1100001 | 11 | 100101 | 100101110 | 1011110 | 100001 |
Color Harmonies of #A1059C
Complementary color
Monochromatic Colors of #A1059C
Black with #A1059C
Text Example
Text Example
White with #A1059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1059C; }
p { color: rgb(161,5,156); }
H1.HeaderClassName
{
color: #A1059C;
}
.AnyTagClassName
{
color: #A1059C;
}
</style>
background-color css
<style>
a { background-color: #A1059C; }
a { background-color: rgb(161,5,156); }
div.DivClassName
{
background-color: #A1059C;
}
.BgClassName
{
background-color: #A1059C;
}
</style>
border-color css
<style>
span { border-color: #A1059C; }
span { border-color: rgb(161,5,156); }
td.TdClassName
{
border-color: #A1059C;
}
.TagClassName
{
border-color: #A1059C;
}
</style>