Shades of Dark Magenta #A02199
Tints of Dark Magenta #A02199
RGB
CMYK
RGB Variations
Color information
#A02199 (or 0xA02199) is known color: Dark Magenta. HEX triplet: A0, 21 and 99. RGB value is (160,33,153). Sum of RGB (Red+Green+Blue) = 160+33+153=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02199 is #5FDE66. Grayscale: #545454. Windows color (decimal): -6282855 or 10035616. OLE color: 10035616.
HSL color Cylindrical-coordinate representation of color #A02199: hue angle of 303.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02199 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 153 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.37 |
| HSL | 303.31º | 0.66% | 0.38% | - |
| HSV(B) | 303.31º | 0.79% | 0.63% | - |
| XYZ | 20.79 | 10.86 | 31.14 | - |
| YUV | 84.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 153 | 0 | 0.79 | 0.04 | 0.37 | 303.31 | 0.66 | 0.38 |
| Hex | A0 | 21 | 99 | 0 | 4F | 4 | 25 | 12F | 42 | 26 |
| Octal | 240 | 41 | 231 | 0 | 117 | 4 | 45 | 457 | 102 | 46 |
| Binary | 10100000 | 100001 | 10011001 | 0 | 1001111 | 100 | 100101 | 100101111 | 1000010 | 100110 |
Color Harmonies of #A02199
Complementary color
Monochromatic Colors of #A02199
Black with #A02199
Text Example
Text Example
White with #A02199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02199; }
p { color: rgb(160,33,153); }
H1.HeaderClassName
{
color: #A02199;
}
.AnyTagClassName
{
color: #A02199;
}
</style>
background-color css
<style>
a { background-color: #A02199; }
a { background-color: rgb(160,33,153); }
div.DivClassName
{
background-color: #A02199;
}
.BgClassName
{
background-color: #A02199;
}
</style>
border-color css
<style>
span { border-color: #A02199; }
span { border-color: rgb(160,33,153); }
td.TdClassName
{
border-color: #A02199;
}
.TagClassName
{
border-color: #A02199;
}
</style>