Shades of Dark Magenta #A10993
Tints of Dark Magenta #A10993
RGB
CMYK
RGB Variations
Color information
#A10993 (or 0xA10993) is known color: Dark Magenta. HEX triplet: A1, 09 and 93. RGB value is (161,9,147). Sum of RGB (Red+Green+Blue) = 161+9+147=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A10993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10993 is #5EF66C. Grayscale: #454545. Windows color (decimal): -6223469 or 9636257. OLE color: 9636257.
HSL color Cylindrical-coordinate representation of color #A10993: hue angle of 305.53º 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 #A10993 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 147 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.37 |
| HSL | 305.53º | 0.89% | 0.33% | - |
| HSV(B) | 305.53º | 0.94% | 0.63% | - |
| XYZ | 20.06 | 9.88 | 28.45 | - |
| YUV | 70.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 147 | 0 | 0.94 | 0.09 | 0.37 | 305.53 | 0.89 | 0.33 |
| Hex | A1 | 9 | 93 | 0 | 5E | 9 | 25 | 132 | 59 | 21 |
| Octal | 241 | 11 | 223 | 0 | 136 | 11 | 45 | 462 | 131 | 41 |
| Binary | 10100001 | 1001 | 10010011 | 0 | 1011110 | 1001 | 100101 | 100110010 | 1011001 | 100001 |
Color Harmonies of #A10993
Complementary color
Monochromatic Colors of #A10993
Black with #A10993
Text Example
Text Example
White with #A10993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10993; }
p { color: rgb(161,9,147); }
H1.HeaderClassName
{
color: #A10993;
}
.AnyTagClassName
{
color: #A10993;
}
</style>
background-color css
<style>
a { background-color: #A10993; }
a { background-color: rgb(161,9,147); }
div.DivClassName
{
background-color: #A10993;
}
.BgClassName
{
background-color: #A10993;
}
</style>
border-color css
<style>
span { border-color: #A10993; }
span { border-color: rgb(161,9,147); }
td.TdClassName
{
border-color: #A10993;
}
.TagClassName
{
border-color: #A10993;
}
</style>