Shades of Dark Magenta #A01992
Tints of Dark Magenta #A01992
RGB
CMYK
RGB Variations
Color information
#A01992 (or 0xA01992) is known color: Dark Magenta. HEX triplet: A0, 19 and 92. RGB value is (160,25,146). Sum of RGB (Red+Green+Blue) = 160+25+146=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A01992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01992 is #5FE66D. Grayscale: #4E4E4E. Windows color (decimal): -6284910 or 9574816. OLE color: 9574816.
HSL color Cylindrical-coordinate representation of color #A01992: hue angle of 306.22º 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 #A01992 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 146 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.37 |
| HSL | 306.22º | 0.73% | 0.36% | - |
| HSV(B) | 306.22º | 0.84% | 0.63% | - |
| XYZ | 20.03 | 10.24 | 28.12 | - |
| YUV | 79.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 146 | 0 | 0.84 | 0.09 | 0.37 | 306.22 | 0.73 | 0.36 |
| Hex | A0 | 19 | 92 | 0 | 54 | 9 | 25 | 132 | 49 | 24 |
| Octal | 240 | 31 | 222 | 0 | 124 | 11 | 45 | 462 | 111 | 44 |
| Binary | 10100000 | 11001 | 10010010 | 0 | 1010100 | 1001 | 100101 | 100110010 | 1001001 | 100100 |
Color Harmonies of #A01992
Complementary color
Monochromatic Colors of #A01992
Black with #A01992
Text Example
Text Example
White with #A01992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01992; }
p { color: rgb(160,25,146); }
H1.HeaderClassName
{
color: #A01992;
}
.AnyTagClassName
{
color: #A01992;
}
</style>
background-color css
<style>
a { background-color: #A01992; }
a { background-color: rgb(160,25,146); }
div.DivClassName
{
background-color: #A01992;
}
.BgClassName
{
background-color: #A01992;
}
</style>
border-color css
<style>
span { border-color: #A01992; }
span { border-color: rgb(160,25,146); }
td.TdClassName
{
border-color: #A01992;
}
.TagClassName
{
border-color: #A01992;
}
</style>