Shades of Dark Magenta #A10997
Tints of Dark Magenta #A10997
RGB
CMYK
RGB Variations
Color information
#A10997 (or 0xA10997) is known color: Dark Magenta. HEX triplet: A1, 09 and 97. RGB value is (161,9,151). Sum of RGB (Red+Green+Blue) = 161+9+151=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A10997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10997 is #5EF668. Grayscale: #464646. Windows color (decimal): -6223465 or 9898401. OLE color: 9898401.
HSL color Cylindrical-coordinate representation of color #A10997: hue angle of 303.95º 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 #A10997 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 151 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.37 |
| HSL | 303.95º | 0.89% | 0.33% | - |
| HSV(B) | 303.95º | 0.94% | 0.63% | - |
| XYZ | 20.38 | 10.01 | 30.14 | - |
| YUV | 70.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 151 | 0 | 0.94 | 0.06 | 0.37 | 303.95 | 0.89 | 0.33 |
| Hex | A1 | 9 | 97 | 0 | 5E | 6 | 25 | 130 | 59 | 21 |
| Octal | 241 | 11 | 227 | 0 | 136 | 6 | 45 | 460 | 131 | 41 |
| Binary | 10100001 | 1001 | 10010111 | 0 | 1011110 | 110 | 100101 | 100110000 | 1011001 | 100001 |
Color Harmonies of #A10997
Complementary color
Monochromatic Colors of #A10997
Black with #A10997
Text Example
Text Example
White with #A10997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10997; }
p { color: rgb(161,9,151); }
H1.HeaderClassName
{
color: #A10997;
}
.AnyTagClassName
{
color: #A10997;
}
</style>
background-color css
<style>
a { background-color: #A10997; }
a { background-color: rgb(161,9,151); }
div.DivClassName
{
background-color: #A10997;
}
.BgClassName
{
background-color: #A10997;
}
</style>
border-color css
<style>
span { border-color: #A10997; }
span { border-color: rgb(161,9,151); }
td.TdClassName
{
border-color: #A10997;
}
.TagClassName
{
border-color: #A10997;
}
</style>