Shades of Dark Magenta #A20AAB
Tints of Dark Magenta #A20AAB
RGB
CMYK
RGB Variations
Color information
#A20AAB (or 0xA20AAB) is known color: Dark Magenta. HEX triplet: A2, 0A and AB. RGB value is (162,10,171). Sum of RGB (Red+Green+Blue) = 162+10+171=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #A20AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20AAB is #5DF554. Grayscale: #494949. Windows color (decimal): -6157653 or 11209378. OLE color: 11209378.
HSL color Cylindrical-coordinate representation of color #A20AAB: hue angle of 296.65º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20AAB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 10 | 171 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.33 |
| HSL | 296.65º | 0.89% | 0.35% | - |
| HSV(B) | 296.65º | 0.94% | 0.67% | - |
| XYZ | 22.36 | 10.84 | 39.44 | - |
| YUV | 73.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 171 | 0.05 | 0.94 | 0 | 0.33 | 296.65 | 0.89 | 0.35 |
| Hex | A2 | A | AB | 5 | 5E | 0 | 21 | 129 | 59 | 23 |
| Octal | 242 | 12 | 253 | 5 | 136 | 0 | 41 | 451 | 131 | 43 |
| Binary | 10100010 | 1010 | 10101011 | 101 | 1011110 | 0 | 100001 | 100101001 | 1011001 | 100011 |
Color Harmonies of #A20AAB
Complementary color
Monochromatic Colors of #A20AAB
Black with #A20AAB
Text Example
Text Example
White with #A20AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AAB; }
p { color: rgb(162,10,171); }
H1.HeaderClassName
{
color: #A20AAB;
}
.AnyTagClassName
{
color: #A20AAB;
}
</style>
background-color css
<style>
a { background-color: #A20AAB; }
a { background-color: rgb(162,10,171); }
div.DivClassName
{
background-color: #A20AAB;
}
.BgClassName
{
background-color: #A20AAB;
}
</style>
border-color css
<style>
span { border-color: #A20AAB; }
span { border-color: rgb(162,10,171); }
td.TdClassName
{
border-color: #A20AAB;
}
.TagClassName
{
border-color: #A20AAB;
}
</style>