Shades of Dark Magenta #A20AAE
Tints of Dark Magenta #A20AAE
RGB
CMYK
RGB Variations
Color information
#A20AAE (or 0xA20AAE) is known color: Dark Magenta. HEX triplet: A2, 0A and AE. RGB value is (162,10,174). Sum of RGB (Red+Green+Blue) = 162+10+174=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #A20AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20AAE is #5DF551. Grayscale: #494949. Windows color (decimal): -6157650 or 11405986. OLE color: 11405986.
HSL color Cylindrical-coordinate representation of color #A20AAE: hue angle of 295.61º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20AAE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 10 | 174 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.32 |
| HSL | 295.61º | 0.89% | 0.36% | - |
| HSV(B) | 295.61º | 0.94% | 0.68% | - |
| XYZ | 22.65 | 10.95 | 40.97 | - |
| YUV | 74.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 174 | 0.07 | 0.94 | 0 | 0.32 | 295.61 | 0.89 | 0.36 |
| Hex | A2 | A | AE | 7 | 5E | 0 | 20 | 128 | 59 | 24 |
| Octal | 242 | 12 | 256 | 7 | 136 | 0 | 40 | 450 | 131 | 44 |
| Binary | 10100010 | 1010 | 10101110 | 111 | 1011110 | 0 | 100000 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A20AAE
Complementary color
Monochromatic Colors of #A20AAE
Black with #A20AAE
Text Example
Text Example
White with #A20AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AAE; }
p { color: rgb(162,10,174); }
H1.HeaderClassName
{
color: #A20AAE;
}
.AnyTagClassName
{
color: #A20AAE;
}
</style>
background-color css
<style>
a { background-color: #A20AAE; }
a { background-color: rgb(162,10,174); }
div.DivClassName
{
background-color: #A20AAE;
}
.BgClassName
{
background-color: #A20AAE;
}
</style>
border-color css
<style>
span { border-color: #A20AAE; }
span { border-color: rgb(162,10,174); }
td.TdClassName
{
border-color: #A20AAE;
}
.TagClassName
{
border-color: #A20AAE;
}
</style>