Shades of Dark Magenta #A202AA
Tints of Dark Magenta #A202AA
RGB
CMYK
RGB Variations
Color information
#A202AA (or 0xA202AA) is known color: Dark Magenta. HEX triplet: A2, 02 and AA. RGB value is (162,2,170). Sum of RGB (Red+Green+Blue) = 162+2+170=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #A202AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A202AA is #5DFD55. Grayscale: #444444. Windows color (decimal): -6159702 or 11141794. OLE color: 11141794.
HSL color Cylindrical-coordinate representation of color #A202AA: hue angle of 297.14º 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 #A202AA is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 2 | 170 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 297.14º | 0.98% | 0.34% | - |
| HSV(B) | 297.14º | 0.99% | 0.67% | - |
| XYZ | 22.18 | 10.63 | 38.91 | - |
| YUV | 68.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 170 | 0.05 | 0.99 | 0 | 0.33 | 297.14 | 0.98 | 0.34 |
| Hex | A2 | 2 | AA | 5 | 63 | 0 | 21 | 129 | 62 | 22 |
| Octal | 242 | 2 | 252 | 5 | 143 | 0 | 41 | 451 | 142 | 42 |
| Binary | 10100010 | 10 | 10101010 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100010 | 100010 |
Color Harmonies of #A202AA
Complementary color
Monochromatic Colors of #A202AA
Black with #A202AA
Text Example
Text Example
White with #A202AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202AA; }
p { color: rgb(162,2,170); }
H1.HeaderClassName
{
color: #A202AA;
}
.AnyTagClassName
{
color: #A202AA;
}
</style>
background-color css
<style>
a { background-color: #A202AA; }
a { background-color: rgb(162,2,170); }
div.DivClassName
{
background-color: #A202AA;
}
.BgClassName
{
background-color: #A202AA;
}
</style>
border-color css
<style>
span { border-color: #A202AA; }
span { border-color: rgb(162,2,170); }
td.TdClassName
{
border-color: #A202AA;
}
.TagClassName
{
border-color: #A202AA;
}
</style>