Shades of Dark Magenta #A202A8
Tints of Dark Magenta #A202A8
RGB
CMYK
RGB Variations
Color information
#A202A8 (or 0xA202A8) is known color: Dark Magenta. HEX triplet: A2, 02 and A8. RGB value is (162,2,168). Sum of RGB (Red+Green+Blue) = 162+2+168=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #A202A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A202A8 is #5DFD57. Grayscale: #444444. Windows color (decimal): -6159704 or 11010722. OLE color: 11010722.
HSL color Cylindrical-coordinate representation of color #A202A8: hue angle of 297.83º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202A8 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 2 | 168 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.34 |
| HSL | 297.83º | 0.98% | 0.33% | - |
| HSV(B) | 297.83º | 0.99% | 0.66% | - |
| XYZ | 21.99 | 10.55 | 37.92 | - |
| YUV | 68.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 168 | 0.04 | 0.99 | 0 | 0.34 | 297.83 | 0.98 | 0.33 |
| Hex | A2 | 2 | A8 | 4 | 63 | 0 | 22 | 12A | 62 | 21 |
| Octal | 242 | 2 | 250 | 4 | 143 | 0 | 42 | 452 | 142 | 41 |
| Binary | 10100010 | 10 | 10101000 | 100 | 1100011 | 0 | 100010 | 100101010 | 1100010 | 100001 |
Color Harmonies of #A202A8
Complementary color
Monochromatic Colors of #A202A8
Black with #A202A8
Text Example
Text Example
White with #A202A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202A8; }
p { color: rgb(162,2,168); }
H1.HeaderClassName
{
color: #A202A8;
}
.AnyTagClassName
{
color: #A202A8;
}
</style>
background-color css
<style>
a { background-color: #A202A8; }
a { background-color: rgb(162,2,168); }
div.DivClassName
{
background-color: #A202A8;
}
.BgClassName
{
background-color: #A202A8;
}
</style>
border-color css
<style>
span { border-color: #A202A8; }
span { border-color: rgb(162,2,168); }
td.TdClassName
{
border-color: #A202A8;
}
.TagClassName
{
border-color: #A202A8;
}
</style>