Shades of Dark Magenta #A01997
Tints of Dark Magenta #A01997
RGB
CMYK
RGB Variations
Color information
#A01997 (or 0xA01997) is known color: Dark Magenta. HEX triplet: A0, 19 and 97. RGB value is (160,25,151). Sum of RGB (Red+Green+Blue) = 160+25+151=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A01997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01997 is #5FE668. Grayscale: #4F4F4F. Windows color (decimal): -6284905 or 9902496. OLE color: 9902496.
HSL color Cylindrical-coordinate representation of color #A01997: hue angle of 304º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01997 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 151 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.37 |
| HSL | 304º | 0.73% | 0.36% | - |
| HSV(B) | 304º | 0.84% | 0.63% | - |
| XYZ | 20.43 | 10.4 | 30.21 | - |
| YUV | 79.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 151 | 0 | 0.84 | 0.06 | 0.37 | 304 | 0.73 | 0.36 |
| Hex | A0 | 19 | 97 | 0 | 54 | 6 | 25 | 130 | 49 | 24 |
| Octal | 240 | 31 | 227 | 0 | 124 | 6 | 45 | 460 | 111 | 44 |
| Binary | 10100000 | 11001 | 10010111 | 0 | 1010100 | 110 | 100101 | 100110000 | 1001001 | 100100 |
Color Harmonies of #A01997
Complementary color
Monochromatic Colors of #A01997
Black with #A01997
Text Example
Text Example
White with #A01997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01997; }
p { color: rgb(160,25,151); }
H1.HeaderClassName
{
color: #A01997;
}
.AnyTagClassName
{
color: #A01997;
}
</style>
background-color css
<style>
a { background-color: #A01997; }
a { background-color: rgb(160,25,151); }
div.DivClassName
{
background-color: #A01997;
}
.BgClassName
{
background-color: #A01997;
}
</style>
border-color css
<style>
span { border-color: #A01997; }
span { border-color: rgb(160,25,151); }
td.TdClassName
{
border-color: #A01997;
}
.TagClassName
{
border-color: #A01997;
}
</style>