Shades of Dark Magenta #A02099
Tints of Dark Magenta #A02099
RGB
CMYK
RGB Variations
Color information
#A02099 (or 0xA02099) is known color: Dark Magenta. HEX triplet: A0, 20 and 99. RGB value is (160,32,153). Sum of RGB (Red+Green+Blue) = 160+32+153=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02099 is #5FDF66. Grayscale: #535353. Windows color (decimal): -6283111 or 10035360. OLE color: 10035360.
HSL color Cylindrical-coordinate representation of color #A02099: hue angle of 303.28º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02099 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 153 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.37 |
| HSL | 303.28º | 0.67% | 0.38% | - |
| HSV(B) | 303.28º | 0.8% | 0.63% | - |
| XYZ | 20.76 | 10.81 | 31.13 | - |
| YUV | 84.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 153 | 0 | 0.80 | 0.04 | 0.37 | 303.28 | 0.67 | 0.38 |
| Hex | A0 | 20 | 99 | 0 | 50 | 4 | 25 | 12F | 43 | 26 |
| Octal | 240 | 40 | 231 | 0 | 120 | 4 | 45 | 457 | 103 | 46 |
| Binary | 10100000 | 100000 | 10011001 | 0 | 1010000 | 100 | 100101 | 100101111 | 1000011 | 100110 |
Color Harmonies of #A02099
Complementary color
Monochromatic Colors of #A02099
Black with #A02099
Text Example
Text Example
White with #A02099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02099; }
p { color: rgb(160,32,153); }
H1.HeaderClassName
{
color: #A02099;
}
.AnyTagClassName
{
color: #A02099;
}
</style>
background-color css
<style>
a { background-color: #A02099; }
a { background-color: rgb(160,32,153); }
div.DivClassName
{
background-color: #A02099;
}
.BgClassName
{
background-color: #A02099;
}
</style>
border-color css
<style>
span { border-color: #A02099; }
span { border-color: rgb(160,32,153); }
td.TdClassName
{
border-color: #A02099;
}
.TagClassName
{
border-color: #A02099;
}
</style>