Shades of Dark Magenta #A202AB
Tints of Dark Magenta #A202AB
RGB
CMYK
RGB Variations
Color information
#A202AB (or 0xA202AB) is known color: Dark Magenta. HEX triplet: A2, 02 and AB. RGB value is (162,2,171). Sum of RGB (Red+Green+Blue) = 162+2+171=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #A202AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A202AB is #5DFD54. Grayscale: #444444. Windows color (decimal): -6159701 or 11207330. OLE color: 11207330.
HSL color Cylindrical-coordinate representation of color #A202AB: hue angle of 296.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202AB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 2 | 171 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 296.8º | 0.98% | 0.34% | - |
| HSV(B) | 296.8º | 0.99% | 0.67% | - |
| XYZ | 22.27 | 10.67 | 39.41 | - |
| YUV | 69.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 171 | 0.05 | 0.99 | 0 | 0.33 | 296.8 | 0.98 | 0.34 |
| Hex | A2 | 2 | AB | 5 | 63 | 0 | 21 | 129 | 62 | 22 |
| Octal | 242 | 2 | 253 | 5 | 143 | 0 | 41 | 451 | 142 | 42 |
| Binary | 10100010 | 10 | 10101011 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100010 | 100010 |
Color Harmonies of #A202AB
Complementary color
Monochromatic Colors of #A202AB
Black with #A202AB
Text Example
Text Example
White with #A202AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202AB; }
p { color: rgb(162,2,171); }
H1.HeaderClassName
{
color: #A202AB;
}
.AnyTagClassName
{
color: #A202AB;
}
</style>
background-color css
<style>
a { background-color: #A202AB; }
a { background-color: rgb(162,2,171); }
div.DivClassName
{
background-color: #A202AB;
}
.BgClassName
{
background-color: #A202AB;
}
</style>
border-color css
<style>
span { border-color: #A202AB; }
span { border-color: rgb(162,2,171); }
td.TdClassName
{
border-color: #A202AB;
}
.TagClassName
{
border-color: #A202AB;
}
</style>