Shades of Dark Magenta #A10989
Tints of Dark Magenta #A10989
RGB
CMYK
RGB Variations
Color information
#A10989 (or 0xA10989) is known color: Dark Magenta. HEX triplet: A1, 09 and 89. RGB value is (161,9,137). Sum of RGB (Red+Green+Blue) = 161+9+137=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A10989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10989 is #5EF676. Grayscale: #444444. Windows color (decimal): -6223479 or 8980897. OLE color: 8980897.
HSL color Cylindrical-coordinate representation of color #A10989: hue angle of 309.47º 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 #A10989 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 137 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.37 |
| HSL | 309.47º | 0.89% | 0.33% | - |
| HSV(B) | 309.47º | 0.94% | 0.63% | - |
| XYZ | 19.31 | 9.58 | 24.5 | - |
| YUV | 69.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 137 | 0 | 0.94 | 0.15 | 0.37 | 309.47 | 0.89 | 0.33 |
| Hex | A1 | 9 | 89 | 0 | 5E | F | 25 | 135 | 59 | 21 |
| Octal | 241 | 11 | 211 | 0 | 136 | 17 | 45 | 465 | 131 | 41 |
| Binary | 10100001 | 1001 | 10001001 | 0 | 1011110 | 1111 | 100101 | 100110101 | 1011001 | 100001 |
Color Harmonies of #A10989
Complementary color
Monochromatic Colors of #A10989
Black with #A10989
Text Example
Text Example
White with #A10989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10989; }
p { color: rgb(161,9,137); }
H1.HeaderClassName
{
color: #A10989;
}
.AnyTagClassName
{
color: #A10989;
}
</style>
background-color css
<style>
a { background-color: #A10989; }
a { background-color: rgb(161,9,137); }
div.DivClassName
{
background-color: #A10989;
}
.BgClassName
{
background-color: #A10989;
}
</style>
border-color css
<style>
span { border-color: #A10989; }
span { border-color: rgb(161,9,137); }
td.TdClassName
{
border-color: #A10989;
}
.TagClassName
{
border-color: #A10989;
}
</style>