Shades of Dark Magenta #A0209C
Tints of Dark Magenta #A0209C
RGB
CMYK
RGB Variations
Color information
#A0209C (or 0xA0209C) is known color: Dark Magenta. HEX triplet: A0, 20 and 9C. RGB value is (160,32,156). Sum of RGB (Red+Green+Blue) = 160+32+156=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0209C is #5FDF63. Grayscale: #545454. Windows color (decimal): -6283108 or 10231968. OLE color: 10231968.
HSL color Cylindrical-coordinate representation of color #A0209C: hue angle of 301.88º 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 #A0209C is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 156 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.37 |
| HSL | 301.88º | 0.67% | 0.38% | - |
| HSV(B) | 301.88º | 0.8% | 0.63% | - |
| XYZ | 21.01 | 10.91 | 32.45 | - |
| YUV | 84.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 156 | 0 | 0.80 | 0.02 | 0.37 | 301.88 | 0.67 | 0.38 |
| Hex | A0 | 20 | 9C | 0 | 50 | 2 | 25 | 12E | 43 | 26 |
| Octal | 240 | 40 | 234 | 0 | 120 | 2 | 45 | 456 | 103 | 46 |
| Binary | 10100000 | 100000 | 10011100 | 0 | 1010000 | 10 | 100101 | 100101110 | 1000011 | 100110 |
Color Harmonies of #A0209C
Complementary color
Monochromatic Colors of #A0209C
Black with #A0209C
Text Example
Text Example
White with #A0209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0209C; }
p { color: rgb(160,32,156); }
H1.HeaderClassName
{
color: #A0209C;
}
.AnyTagClassName
{
color: #A0209C;
}
</style>
background-color css
<style>
a { background-color: #A0209C; }
a { background-color: rgb(160,32,156); }
div.DivClassName
{
background-color: #A0209C;
}
.BgClassName
{
background-color: #A0209C;
}
</style>
border-color css
<style>
span { border-color: #A0209C; }
span { border-color: rgb(160,32,156); }
td.TdClassName
{
border-color: #A0209C;
}
.TagClassName
{
border-color: #A0209C;
}
</style>