Shades of Dark Magenta #A00997
Tints of Dark Magenta #A00997
RGB
CMYK
RGB Variations
Color information
#A00997 (or 0xA00997) is known color: Dark Magenta. HEX triplet: A0, 09 and 97. RGB value is (160,9,151). Sum of RGB (Red+Green+Blue) = 160+9+151=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A00997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00997 is #5FF668. Grayscale: #454545. Windows color (decimal): -6289001 or 9898400. OLE color: 9898400.
HSL color Cylindrical-coordinate representation of color #A00997: hue angle of 303.58º 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 #A00997 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 151 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.37 |
| HSL | 303.58º | 0.89% | 0.33% | - |
| HSV(B) | 303.58º | 0.94% | 0.63% | - |
| XYZ | 20.18 | 9.9 | 30.13 | - |
| YUV | 70.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 151 | 0 | 0.94 | 0.06 | 0.37 | 303.58 | 0.89 | 0.33 |
| Hex | A0 | 9 | 97 | 0 | 5E | 6 | 25 | 130 | 59 | 21 |
| Octal | 240 | 11 | 227 | 0 | 136 | 6 | 45 | 460 | 131 | 41 |
| Binary | 10100000 | 1001 | 10010111 | 0 | 1011110 | 110 | 100101 | 100110000 | 1011001 | 100001 |
Color Harmonies of #A00997
Complementary color
Monochromatic Colors of #A00997
Black with #A00997
Text Example
Text Example
White with #A00997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00997; }
p { color: rgb(160,9,151); }
H1.HeaderClassName
{
color: #A00997;
}
.AnyTagClassName
{
color: #A00997;
}
</style>
background-color css
<style>
a { background-color: #A00997; }
a { background-color: rgb(160,9,151); }
div.DivClassName
{
background-color: #A00997;
}
.BgClassName
{
background-color: #A00997;
}
</style>
border-color css
<style>
span { border-color: #A00997; }
span { border-color: rgb(160,9,151); }
td.TdClassName
{
border-color: #A00997;
}
.TagClassName
{
border-color: #A00997;
}
</style>