Shades of Dark Magenta #A611A2
Tints of Dark Magenta #A611A2
RGB
CMYK
RGB Variations
Color information
#A611A2 (or 0xA611A2) is known color: Dark Magenta. HEX triplet: A6, 11 and A2. RGB value is (166,17,162). Sum of RGB (Red+Green+Blue) = 166+17+162=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A611A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A611A2 is #59EE5D. Grayscale: #4D4D4D. Windows color (decimal): -5893726 or 10621350. OLE color: 10621350.
HSL color Cylindrical-coordinate representation of color #A611A2: hue angle of 301.61º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A611A2 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.35 |
| HSL | 301.61º | 0.81% | 0.36% | - |
| HSV(B) | 301.61º | 0.9% | 0.65% | - |
| XYZ | 22.45 | 11.12 | 35.14 | - |
| YUV | 78.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 162 | 0 | 0.90 | 0.02 | 0.35 | 301.61 | 0.81 | 0.36 |
| Hex | A6 | 11 | A2 | 0 | 5A | 2 | 23 | 12E | 51 | 24 |
| Octal | 246 | 21 | 242 | 0 | 132 | 2 | 43 | 456 | 121 | 44 |
| Binary | 10100110 | 10001 | 10100010 | 0 | 1011010 | 10 | 100011 | 100101110 | 1010001 | 100100 |
Color Harmonies of #A611A2
Complementary color
Monochromatic Colors of #A611A2
Black with #A611A2
Text Example
Text Example
White with #A611A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611A2; }
p { color: rgb(166,17,162); }
H1.HeaderClassName
{
color: #A611A2;
}
.AnyTagClassName
{
color: #A611A2;
}
</style>
background-color css
<style>
a { background-color: #A611A2; }
a { background-color: rgb(166,17,162); }
div.DivClassName
{
background-color: #A611A2;
}
.BgClassName
{
background-color: #A611A2;
}
</style>
border-color css
<style>
span { border-color: #A611A2; }
span { border-color: rgb(166,17,162); }
td.TdClassName
{
border-color: #A611A2;
}
.TagClassName
{
border-color: #A611A2;
}
</style>