Shades of Dark Magenta #A211AC
Tints of Dark Magenta #A211AC
RGB
CMYK
RGB Variations
Color information
#A211AC (or 0xA211AC) is known color: Dark Magenta. HEX triplet: A2, 11 and AC. RGB value is (162,17,172). Sum of RGB (Red+Green+Blue) = 162+17+172=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A211AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211AC is #5DEE53. Grayscale: #4D4D4D. Windows color (decimal): -6155860 or 11276706. OLE color: 11276706.
HSL color Cylindrical-coordinate representation of color #A211AC: hue angle of 296.13º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A211AC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 17 | 172 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.33 |
| HSL | 296.13º | 0.82% | 0.37% | - |
| HSV(B) | 296.13º | 0.9% | 0.67% | - |
| XYZ | 22.55 | 11.06 | 39.98 | - |
| YUV | 78.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 172 | 0.06 | 0.90 | 0 | 0.33 | 296.13 | 0.82 | 0.37 |
| Hex | A2 | 11 | AC | 6 | 5A | 0 | 21 | 128 | 52 | 25 |
| Octal | 242 | 21 | 254 | 6 | 132 | 0 | 41 | 450 | 122 | 45 |
| Binary | 10100010 | 10001 | 10101100 | 110 | 1011010 | 0 | 100001 | 100101000 | 1010010 | 100101 |
Color Harmonies of #A211AC
Complementary color
Monochromatic Colors of #A211AC
Black with #A211AC
Text Example
Text Example
White with #A211AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211AC; }
p { color: rgb(162,17,172); }
H1.HeaderClassName
{
color: #A211AC;
}
.AnyTagClassName
{
color: #A211AC;
}
</style>
background-color css
<style>
a { background-color: #A211AC; }
a { background-color: rgb(162,17,172); }
div.DivClassName
{
background-color: #A211AC;
}
.BgClassName
{
background-color: #A211AC;
}
</style>
border-color css
<style>
span { border-color: #A211AC; }
span { border-color: rgb(162,17,172); }
td.TdClassName
{
border-color: #A211AC;
}
.TagClassName
{
border-color: #A211AC;
}
</style>