Shades of Dark Magenta #A202AC
Tints of Dark Magenta #A202AC
RGB
CMYK
RGB Variations
Color information
#A202AC (or 0xA202AC) is known color: Dark Magenta. HEX triplet: A2, 02 and AC. RGB value is (162,2,172). Sum of RGB (Red+Green+Blue) = 162+2+172=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #A202AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A202AC is #5DFD53. Grayscale: #444444. Windows color (decimal): -6159700 or 11272866. OLE color: 11272866.
HSL color Cylindrical-coordinate representation of color #A202AC: hue angle of 296.47º 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 #A202AC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 2 | 172 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.33 |
| HSL | 296.47º | 0.98% | 0.34% | - |
| HSV(B) | 296.47º | 0.99% | 0.67% | - |
| XYZ | 22.37 | 10.7 | 39.92 | - |
| YUV | 69.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 172 | 0.06 | 0.99 | 0 | 0.33 | 296.47 | 0.98 | 0.34 |
| Hex | A2 | 2 | AC | 6 | 63 | 0 | 21 | 128 | 62 | 22 |
| Octal | 242 | 2 | 254 | 6 | 143 | 0 | 41 | 450 | 142 | 42 |
| Binary | 10100010 | 10 | 10101100 | 110 | 1100011 | 0 | 100001 | 100101000 | 1100010 | 100010 |
Color Harmonies of #A202AC
Complementary color
Monochromatic Colors of #A202AC
Black with #A202AC
Text Example
Text Example
White with #A202AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202AC; }
p { color: rgb(162,2,172); }
H1.HeaderClassName
{
color: #A202AC;
}
.AnyTagClassName
{
color: #A202AC;
}
</style>
background-color css
<style>
a { background-color: #A202AC; }
a { background-color: rgb(162,2,172); }
div.DivClassName
{
background-color: #A202AC;
}
.BgClassName
{
background-color: #A202AC;
}
</style>
border-color css
<style>
span { border-color: #A202AC; }
span { border-color: rgb(162,2,172); }
td.TdClassName
{
border-color: #A202AC;
}
.TagClassName
{
border-color: #A202AC;
}
</style>