Shades of Dark Magenta #A706AD
Tints of Dark Magenta #A706AD
RGB
CMYK
RGB Variations
Color information
#A706AD (or 0xA706AD) is known color: Dark Magenta. HEX triplet: A7, 06 and AD. RGB value is (167,6,173). Sum of RGB (Red+Green+Blue) = 167+6+173=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A706AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A706AD is #58F952. Grayscale: #484848. Windows color (decimal): -5830995 or 11339431. OLE color: 11339431.
HSL color Cylindrical-coordinate representation of color #A706AD: hue angle of 297.84º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706AD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 6 | 173 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.32 |
| HSL | 297.84º | 0.93% | 0.35% | - |
| HSV(B) | 297.84º | 0.97% | 0.68% | - |
| XYZ | 23.54 | 11.36 | 40.49 | - |
| YUV | 73.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 173 | 0.03 | 0.97 | 0 | 0.32 | 297.84 | 0.93 | 0.35 |
| Hex | A7 | 6 | AD | 3 | 61 | 0 | 20 | 12A | 5D | 23 |
| Octal | 247 | 6 | 255 | 3 | 141 | 0 | 40 | 452 | 135 | 43 |
| Binary | 10100111 | 110 | 10101101 | 11 | 1100001 | 0 | 100000 | 100101010 | 1011101 | 100011 |
Color Harmonies of #A706AD
Complementary color
Monochromatic Colors of #A706AD
Black with #A706AD
Text Example
Text Example
White with #A706AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706AD; }
p { color: rgb(167,6,173); }
H1.HeaderClassName
{
color: #A706AD;
}
.AnyTagClassName
{
color: #A706AD;
}
</style>
background-color css
<style>
a { background-color: #A706AD; }
a { background-color: rgb(167,6,173); }
div.DivClassName
{
background-color: #A706AD;
}
.BgClassName
{
background-color: #A706AD;
}
</style>
border-color css
<style>
span { border-color: #A706AD; }
span { border-color: rgb(167,6,173); }
td.TdClassName
{
border-color: #A706AD;
}
.TagClassName
{
border-color: #A706AD;
}
</style>