Shades of Dark Magenta #A20BAE
Tints of Dark Magenta #A20BAE
RGB
CMYK
RGB Variations
Color information
#A20BAE (or 0xA20BAE) is known color: Dark Magenta. HEX triplet: A2, 0B and AE. RGB value is (162,11,174). Sum of RGB (Red+Green+Blue) = 162+11+174=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #A20BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BAE is #5DF451. Grayscale: #4A4A4A. Windows color (decimal): -6157394 or 11406242. OLE color: 11406242.
HSL color Cylindrical-coordinate representation of color #A20BAE: hue angle of 295.58º degrees, saturation: 0.88, 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 #A20BAE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 11 | 174 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.32 |
| HSL | 295.58º | 0.88% | 0.36% | - |
| HSV(B) | 295.58º | 0.94% | 0.68% | - |
| XYZ | 22.66 | 10.98 | 40.97 | - |
| YUV | 74.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 174 | 0.07 | 0.94 | 0 | 0.32 | 295.58 | 0.88 | 0.36 |
| Hex | A2 | B | AE | 7 | 5E | 0 | 20 | 128 | 58 | 24 |
| Octal | 242 | 13 | 256 | 7 | 136 | 0 | 40 | 450 | 130 | 44 |
| Binary | 10100010 | 1011 | 10101110 | 111 | 1011110 | 0 | 100000 | 100101000 | 1011000 | 100100 |
Color Harmonies of #A20BAE
Complementary color
Monochromatic Colors of #A20BAE
Black with #A20BAE
Text Example
Text Example
White with #A20BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BAE; }
p { color: rgb(162,11,174); }
H1.HeaderClassName
{
color: #A20BAE;
}
.AnyTagClassName
{
color: #A20BAE;
}
</style>
background-color css
<style>
a { background-color: #A20BAE; }
a { background-color: rgb(162,11,174); }
div.DivClassName
{
background-color: #A20BAE;
}
.BgClassName
{
background-color: #A20BAE;
}
</style>
border-color css
<style>
span { border-color: #A20BAE; }
span { border-color: rgb(162,11,174); }
td.TdClassName
{
border-color: #A20BAE;
}
.TagClassName
{
border-color: #A20BAE;
}
</style>