Shades of Dark Magenta #A20E9A
Tints of Dark Magenta #A20E9A
RGB
CMYK
RGB Variations
Color information
#A20E9A (or 0xA20E9A) is known color: Dark Magenta. HEX triplet: A2, 0E and 9A. RGB value is (162,14,154). Sum of RGB (Red+Green+Blue) = 162+14+154=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E9A is #5DF165. Grayscale: #494949. Windows color (decimal): -6156646 or 10096290. OLE color: 10096290.
HSL color Cylindrical-coordinate representation of color #A20E9A: hue angle of 303.24º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E9A is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 154 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.36 |
| HSL | 303.24º | 0.84% | 0.35% | - |
| HSV(B) | 303.24º | 0.91% | 0.64% | - |
| XYZ | 20.89 | 10.33 | 31.46 | - |
| YUV | 74.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 154 | 0 | 0.91 | 0.05 | 0.36 | 303.24 | 0.84 | 0.35 |
| Hex | A2 | E | 9A | 0 | 5B | 5 | 24 | 12F | 54 | 23 |
| Octal | 242 | 16 | 232 | 0 | 133 | 5 | 44 | 457 | 124 | 43 |
| Binary | 10100010 | 1110 | 10011010 | 0 | 1011011 | 101 | 100100 | 100101111 | 1010100 | 100011 |
Color Harmonies of #A20E9A
Complementary color
Monochromatic Colors of #A20E9A
Black with #A20E9A
Text Example
Text Example
White with #A20E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E9A; }
p { color: rgb(162,14,154); }
H1.HeaderClassName
{
color: #A20E9A;
}
.AnyTagClassName
{
color: #A20E9A;
}
</style>
background-color css
<style>
a { background-color: #A20E9A; }
a { background-color: rgb(162,14,154); }
div.DivClassName
{
background-color: #A20E9A;
}
.BgClassName
{
background-color: #A20E9A;
}
</style>
border-color css
<style>
span { border-color: #A20E9A; }
span { border-color: rgb(162,14,154); }
td.TdClassName
{
border-color: #A20E9A;
}
.TagClassName
{
border-color: #A20E9A;
}
</style>