Shades of Dark Magenta #A01699
Tints of Dark Magenta #A01699
RGB
CMYK
RGB Variations
Color information
#A01699 (or 0xA01699) is known color: Dark Magenta. HEX triplet: A0, 16 and 99. RGB value is (160,22,153). Sum of RGB (Red+Green+Blue) = 160+22+153=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A01699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01699 is #5FE966. Grayscale: #4D4D4D. Windows color (decimal): -6285671 or 10032800. OLE color: 10032800.
HSL color Cylindrical-coordinate representation of color #A01699: hue angle of 303.04º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01699 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 153 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.37 |
| HSL | 303.04º | 0.76% | 0.36% | - |
| HSV(B) | 303.04º | 0.86% | 0.63% | - |
| XYZ | 20.53 | 10.35 | 31.05 | - |
| YUV | 78.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 153 | 0 | 0.86 | 0.04 | 0.37 | 303.04 | 0.76 | 0.36 |
| Hex | A0 | 16 | 99 | 0 | 56 | 4 | 25 | 12F | 4C | 24 |
| Octal | 240 | 26 | 231 | 0 | 126 | 4 | 45 | 457 | 114 | 44 |
| Binary | 10100000 | 10110 | 10011001 | 0 | 1010110 | 100 | 100101 | 100101111 | 1001100 | 100100 |
Color Harmonies of #A01699
Complementary color
Monochromatic Colors of #A01699
Black with #A01699
Text Example
Text Example
White with #A01699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01699; }
p { color: rgb(160,22,153); }
H1.HeaderClassName
{
color: #A01699;
}
.AnyTagClassName
{
color: #A01699;
}
</style>
background-color css
<style>
a { background-color: #A01699; }
a { background-color: rgb(160,22,153); }
div.DivClassName
{
background-color: #A01699;
}
.BgClassName
{
background-color: #A01699;
}
</style>
border-color css
<style>
span { border-color: #A01699; }
span { border-color: rgb(160,22,153); }
td.TdClassName
{
border-color: #A01699;
}
.TagClassName
{
border-color: #A01699;
}
</style>