Shades of Dark Magenta #A20BAA
Tints of Dark Magenta #A20BAA
RGB
CMYK
RGB Variations
Color information
#A20BAA (or 0xA20BAA) is known color: Dark Magenta. HEX triplet: A2, 0B and AA. RGB value is (162,11,170). Sum of RGB (Red+Green+Blue) = 162+11+170=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BAA is #5DF455. Grayscale: #494949. Windows color (decimal): -6157398 or 11144098. OLE color: 11144098.
HSL color Cylindrical-coordinate representation of color #A20BAA: hue angle of 296.98º degrees, saturation: 0.88, 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 #A20BAA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 11 | 170 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.33 |
| HSL | 296.98º | 0.88% | 0.35% | - |
| HSV(B) | 296.98º | 0.94% | 0.67% | - |
| XYZ | 22.28 | 10.82 | 38.95 | - |
| YUV | 74.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 170 | 0.05 | 0.94 | 0 | 0.33 | 296.98 | 0.88 | 0.35 |
| Hex | A2 | B | AA | 5 | 5E | 0 | 21 | 129 | 58 | 23 |
| Octal | 242 | 13 | 252 | 5 | 136 | 0 | 41 | 451 | 130 | 43 |
| Binary | 10100010 | 1011 | 10101010 | 101 | 1011110 | 0 | 100001 | 100101001 | 1011000 | 100011 |
Color Harmonies of #A20BAA
Complementary color
Monochromatic Colors of #A20BAA
Black with #A20BAA
Text Example
Text Example
White with #A20BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BAA; }
p { color: rgb(162,11,170); }
H1.HeaderClassName
{
color: #A20BAA;
}
.AnyTagClassName
{
color: #A20BAA;
}
</style>
background-color css
<style>
a { background-color: #A20BAA; }
a { background-color: rgb(162,11,170); }
div.DivClassName
{
background-color: #A20BAA;
}
.BgClassName
{
background-color: #A20BAA;
}
</style>
border-color css
<style>
span { border-color: #A20BAA; }
span { border-color: rgb(162,11,170); }
td.TdClassName
{
border-color: #A20BAA;
}
.TagClassName
{
border-color: #A20BAA;
}
</style>