Shades of Dark Magenta #A10593
Tints of Dark Magenta #A10593
RGB
CMYK
RGB Variations
Color information
#A10593 (or 0xA10593) is known color: Dark Magenta. HEX triplet: A1, 05 and 93. RGB value is (161,5,147). Sum of RGB (Red+Green+Blue) = 161+5+147=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A10593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10593 is #5EFA6C. Grayscale: #434343. Windows color (decimal): -6224493 or 9635233. OLE color: 9635233.
HSL color Cylindrical-coordinate representation of color #A10593: hue angle of 305.38º 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 #A10593 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.37 |
| HSL | 305.38º | 0.94% | 0.33% | - |
| HSV(B) | 305.38º | 0.97% | 0.63% | - |
| XYZ | 20.02 | 9.79 | 28.44 | - |
| YUV | 67.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 147 | 0 | 0.97 | 0.09 | 0.37 | 305.38 | 0.94 | 0.33 |
| Hex | A1 | 5 | 93 | 0 | 61 | 9 | 25 | 131 | 5E | 21 |
| Octal | 241 | 5 | 223 | 0 | 141 | 11 | 45 | 461 | 136 | 41 |
| Binary | 10100001 | 101 | 10010011 | 0 | 1100001 | 1001 | 100101 | 100110001 | 1011110 | 100001 |
Color Harmonies of #A10593
Complementary color
Monochromatic Colors of #A10593
Black with #A10593
Text Example
Text Example
White with #A10593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10593; }
p { color: rgb(161,5,147); }
H1.HeaderClassName
{
color: #A10593;
}
.AnyTagClassName
{
color: #A10593;
}
</style>
background-color css
<style>
a { background-color: #A10593; }
a { background-color: rgb(161,5,147); }
div.DivClassName
{
background-color: #A10593;
}
.BgClassName
{
background-color: #A10593;
}
</style>
border-color css
<style>
span { border-color: #A10593; }
span { border-color: rgb(161,5,147); }
td.TdClassName
{
border-color: #A10593;
}
.TagClassName
{
border-color: #A10593;
}
</style>