Shades of Dark Magenta #A711A0
Tints of Dark Magenta #A711A0
RGB
CMYK
RGB Variations
Color information
#A711A0 (or 0xA711A0) is known color: Dark Magenta. HEX triplet: A7, 11 and A0. RGB value is (167,17,160). Sum of RGB (Red+Green+Blue) = 167+17+160=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A711A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A711A0 is #58EE5F. Grayscale: #4D4D4D. Windows color (decimal): -5828192 or 10490279. OLE color: 10490279.
HSL color Cylindrical-coordinate representation of color #A711A0: hue angle of 302.8º 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 #A711A0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 160 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.35 |
| HSL | 302.8º | 0.82% | 0.36% | - |
| HSV(B) | 302.8º | 0.9% | 0.65% | - |
| XYZ | 22.48 | 11.15 | 34.23 | - |
| YUV | 78.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 160 | 0 | 0.90 | 0.04 | 0.35 | 302.8 | 0.82 | 0.36 |
| Hex | A7 | 11 | A0 | 0 | 5A | 4 | 23 | 12F | 52 | 24 |
| Octal | 247 | 21 | 240 | 0 | 132 | 4 | 43 | 457 | 122 | 44 |
| Binary | 10100111 | 10001 | 10100000 | 0 | 1011010 | 100 | 100011 | 100101111 | 1010010 | 100100 |
Color Harmonies of #A711A0
Complementary color
Monochromatic Colors of #A711A0
Black with #A711A0
Text Example
Text Example
White with #A711A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711A0; }
p { color: rgb(167,17,160); }
H1.HeaderClassName
{
color: #A711A0;
}
.AnyTagClassName
{
color: #A711A0;
}
</style>
background-color css
<style>
a { background-color: #A711A0; }
a { background-color: rgb(167,17,160); }
div.DivClassName
{
background-color: #A711A0;
}
.BgClassName
{
background-color: #A711A0;
}
</style>
border-color css
<style>
span { border-color: #A711A0; }
span { border-color: rgb(167,17,160); }
td.TdClassName
{
border-color: #A711A0;
}
.TagClassName
{
border-color: #A711A0;
}
</style>