Shades of Dark Magenta #A20FA9
Tints of Dark Magenta #A20FA9
RGB
CMYK
RGB Variations
Color information
#A20FA9 (or 0xA20FA9) is known color: Dark Magenta. HEX triplet: A2, 0F and A9. RGB value is (162,15,169). Sum of RGB (Red+Green+Blue) = 162+15+169=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #A20FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FA9 is #5DF056. Grayscale: #4C4C4C. Windows color (decimal): -6156375 or 11079586. OLE color: 11079586.
HSL color Cylindrical-coordinate representation of color #A20FA9: hue angle of 297.27º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20FA9 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 15 | 169 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.34 |
| HSL | 297.27º | 0.84% | 0.36% | - |
| HSV(B) | 297.27º | 0.91% | 0.66% | - |
| XYZ | 22.23 | 10.89 | 38.47 | - |
| YUV | 76.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 169 | 0.04 | 0.91 | 0 | 0.34 | 297.27 | 0.84 | 0.36 |
| Hex | A2 | F | A9 | 4 | 5B | 0 | 22 | 129 | 54 | 24 |
| Octal | 242 | 17 | 251 | 4 | 133 | 0 | 42 | 451 | 124 | 44 |
| Binary | 10100010 | 1111 | 10101001 | 100 | 1011011 | 0 | 100010 | 100101001 | 1010100 | 100100 |
Color Harmonies of #A20FA9
Complementary color
Monochromatic Colors of #A20FA9
Black with #A20FA9
Text Example
Text Example
White with #A20FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FA9; }
p { color: rgb(162,15,169); }
H1.HeaderClassName
{
color: #A20FA9;
}
.AnyTagClassName
{
color: #A20FA9;
}
</style>
background-color css
<style>
a { background-color: #A20FA9; }
a { background-color: rgb(162,15,169); }
div.DivClassName
{
background-color: #A20FA9;
}
.BgClassName
{
background-color: #A20FA9;
}
</style>
border-color css
<style>
span { border-color: #A20FA9; }
span { border-color: rgb(162,15,169); }
td.TdClassName
{
border-color: #A20FA9;
}
.TagClassName
{
border-color: #A20FA9;
}
</style>