Shades of Dark Magenta #A0209D
Tints of Dark Magenta #A0209D
RGB
CMYK
RGB Variations
Color information
#A0209D (or 0xA0209D) is known color: Dark Magenta. HEX triplet: A0, 20 and 9D. RGB value is (160,32,157). Sum of RGB (Red+Green+Blue) = 160+32+157=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0209D is #5FDF62. Grayscale: #545454. Windows color (decimal): -6283107 or 10297504. OLE color: 10297504.
HSL color Cylindrical-coordinate representation of color #A0209D: hue angle of 301.41º 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 #A0209D is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 157 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.37 |
| HSL | 301.41º | 0.67% | 0.38% | - |
| HSV(B) | 301.41º | 0.8% | 0.63% | - |
| XYZ | 21.1 | 10.94 | 32.9 | - |
| YUV | 84.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 157 | 0 | 0.80 | 0.02 | 0.37 | 301.41 | 0.67 | 0.38 |
| Hex | A0 | 20 | 9D | 0 | 50 | 2 | 25 | 12D | 43 | 26 |
| Octal | 240 | 40 | 235 | 0 | 120 | 2 | 45 | 455 | 103 | 46 |
| Binary | 10100000 | 100000 | 10011101 | 0 | 1010000 | 10 | 100101 | 100101101 | 1000011 | 100110 |
Color Harmonies of #A0209D
Complementary color
Monochromatic Colors of #A0209D
Black with #A0209D
Text Example
Text Example
White with #A0209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0209D; }
p { color: rgb(160,32,157); }
H1.HeaderClassName
{
color: #A0209D;
}
.AnyTagClassName
{
color: #A0209D;
}
</style>
background-color css
<style>
a { background-color: #A0209D; }
a { background-color: rgb(160,32,157); }
div.DivClassName
{
background-color: #A0209D;
}
.BgClassName
{
background-color: #A0209D;
}
</style>
border-color css
<style>
span { border-color: #A0209D; }
span { border-color: rgb(160,32,157); }
td.TdClassName
{
border-color: #A0209D;
}
.TagClassName
{
border-color: #A0209D;
}
</style>