Shades of Dark Magenta #A20AAC
Tints of Dark Magenta #A20AAC
RGB
CMYK
RGB Variations
Color information
#A20AAC (or 0xA20AAC) is known color: Dark Magenta. HEX triplet: A2, 0A and AC. RGB value is (162,10,172). Sum of RGB (Red+Green+Blue) = 162+10+172=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20AAC is #5DF553. Grayscale: #494949. Windows color (decimal): -6157652 or 11274914. OLE color: 11274914.
HSL color Cylindrical-coordinate representation of color #A20AAC: hue angle of 296.3º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20AAC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 10 | 172 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 296.3º | 0.89% | 0.36% | - |
| HSV(B) | 296.3º | 0.94% | 0.67% | - |
| XYZ | 22.46 | 10.88 | 39.95 | - |
| YUV | 73.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 172 | 0.06 | 0.94 | 0 | 0.33 | 296.3 | 0.89 | 0.36 |
| Hex | A2 | A | AC | 6 | 5E | 0 | 21 | 128 | 59 | 24 |
| Octal | 242 | 12 | 254 | 6 | 136 | 0 | 41 | 450 | 131 | 44 |
| Binary | 10100010 | 1010 | 10101100 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A20AAC
Complementary color
Monochromatic Colors of #A20AAC
Black with #A20AAC
Text Example
Text Example
White with #A20AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AAC; }
p { color: rgb(162,10,172); }
H1.HeaderClassName
{
color: #A20AAC;
}
.AnyTagClassName
{
color: #A20AAC;
}
</style>
background-color css
<style>
a { background-color: #A20AAC; }
a { background-color: rgb(162,10,172); }
div.DivClassName
{
background-color: #A20AAC;
}
.BgClassName
{
background-color: #A20AAC;
}
</style>
border-color css
<style>
span { border-color: #A20AAC; }
span { border-color: rgb(162,10,172); }
td.TdClassName
{
border-color: #A20AAC;
}
.TagClassName
{
border-color: #A20AAC;
}
</style>