Shades of Dark Magenta #A711A6
Tints of Dark Magenta #A711A6
RGB
CMYK
RGB Variations
Color information
#A711A6 (or 0xA711A6) is known color: Dark Magenta. HEX triplet: A7, 11 and A6. RGB value is (167,17,166). Sum of RGB (Red+Green+Blue) = 167+17+166=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A711A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A711A6 is #58EE59. Grayscale: #4E4E4E. Windows color (decimal): -5828186 or 10883495. OLE color: 10883495.
HSL color Cylindrical-coordinate representation of color #A711A6: hue angle of 300.4º degrees, saturation: 0.82, 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 #A711A6 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 166 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.35 |
| HSL | 300.4º | 0.82% | 0.36% | - |
| HSV(B) | 300.4º | 0.9% | 0.65% | - |
| XYZ | 23.02 | 11.37 | 37.06 | - |
| YUV | 78.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 166 | 0 | 0.90 | 0.01 | 0.35 | 300.4 | 0.82 | 0.36 |
| Hex | A7 | 11 | A6 | 0 | 5A | 1 | 23 | 12C | 52 | 24 |
| Octal | 247 | 21 | 246 | 0 | 132 | 1 | 43 | 454 | 122 | 44 |
| Binary | 10100111 | 10001 | 10100110 | 0 | 1011010 | 1 | 100011 | 100101100 | 1010010 | 100100 |
Color Harmonies of #A711A6
Complementary color
Monochromatic Colors of #A711A6
Black with #A711A6
Text Example
Text Example
White with #A711A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711A6; }
p { color: rgb(167,17,166); }
H1.HeaderClassName
{
color: #A711A6;
}
.AnyTagClassName
{
color: #A711A6;
}
</style>
background-color css
<style>
a { background-color: #A711A6; }
a { background-color: rgb(167,17,166); }
div.DivClassName
{
background-color: #A711A6;
}
.BgClassName
{
background-color: #A711A6;
}
</style>
border-color css
<style>
span { border-color: #A711A6; }
span { border-color: rgb(167,17,166); }
td.TdClassName
{
border-color: #A711A6;
}
.TagClassName
{
border-color: #A711A6;
}
</style>