Shades of Dark Magenta #A0209A
Tints of Dark Magenta #A0209A
RGB
CMYK
RGB Variations
Color information
#A0209A (or 0xA0209A) is known color: Dark Magenta. HEX triplet: A0, 20 and 9A. RGB value is (160,32,154). Sum of RGB (Red+Green+Blue) = 160+32+154=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A0209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0209A is #5FDF65. Grayscale: #535353. Windows color (decimal): -6283110 or 10100896. OLE color: 10100896.
HSL color Cylindrical-coordinate representation of color #A0209A: hue angle of 302.81º 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 #A0209A is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 154 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.37 |
| HSL | 302.81º | 0.67% | 0.38% | - |
| HSV(B) | 302.81º | 0.8% | 0.63% | - |
| XYZ | 20.85 | 10.84 | 31.57 | - |
| YUV | 84.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 154 | 0 | 0.80 | 0.04 | 0.37 | 302.81 | 0.67 | 0.38 |
| Hex | A0 | 20 | 9A | 0 | 50 | 4 | 25 | 12F | 43 | 26 |
| Octal | 240 | 40 | 232 | 0 | 120 | 4 | 45 | 457 | 103 | 46 |
| Binary | 10100000 | 100000 | 10011010 | 0 | 1010000 | 100 | 100101 | 100101111 | 1000011 | 100110 |
Color Harmonies of #A0209A
Complementary color
Monochromatic Colors of #A0209A
Black with #A0209A
Text Example
Text Example
White with #A0209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0209A; }
p { color: rgb(160,32,154); }
H1.HeaderClassName
{
color: #A0209A;
}
.AnyTagClassName
{
color: #A0209A;
}
</style>
background-color css
<style>
a { background-color: #A0209A; }
a { background-color: rgb(160,32,154); }
div.DivClassName
{
background-color: #A0209A;
}
.BgClassName
{
background-color: #A0209A;
}
</style>
border-color css
<style>
span { border-color: #A0209A; }
span { border-color: rgb(160,32,154); }
td.TdClassName
{
border-color: #A0209A;
}
.TagClassName
{
border-color: #A0209A;
}
</style>