Shades of Dark Magenta #A706AC
Tints of Dark Magenta #A706AC
RGB
CMYK
RGB Variations
Color information
#A706AC (or 0xA706AC) is known color: Dark Magenta. HEX triplet: A7, 06 and AC. RGB value is (167,6,172). Sum of RGB (Red+Green+Blue) = 167+6+172=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A706AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A706AC is #58F953. Grayscale: #484848. Windows color (decimal): -5830996 or 11273895. OLE color: 11273895.
HSL color Cylindrical-coordinate representation of color #A706AC: hue angle of 298.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706AC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 6 | 172 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.33 |
| HSL | 298.19º | 0.93% | 0.35% | - |
| HSV(B) | 298.19º | 0.97% | 0.67% | - |
| XYZ | 23.45 | 11.32 | 39.98 | - |
| YUV | 73.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 172 | 0.03 | 0.97 | 0 | 0.33 | 298.19 | 0.93 | 0.35 |
| Hex | A7 | 6 | AC | 3 | 61 | 0 | 21 | 12A | 5D | 23 |
| Octal | 247 | 6 | 254 | 3 | 141 | 0 | 41 | 452 | 135 | 43 |
| Binary | 10100111 | 110 | 10101100 | 11 | 1100001 | 0 | 100001 | 100101010 | 1011101 | 100011 |
Color Harmonies of #A706AC
Complementary color
Monochromatic Colors of #A706AC
Black with #A706AC
Text Example
Text Example
White with #A706AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706AC; }
p { color: rgb(167,6,172); }
H1.HeaderClassName
{
color: #A706AC;
}
.AnyTagClassName
{
color: #A706AC;
}
</style>
background-color css
<style>
a { background-color: #A706AC; }
a { background-color: rgb(167,6,172); }
div.DivClassName
{
background-color: #A706AC;
}
.BgClassName
{
background-color: #A706AC;
}
</style>
border-color css
<style>
span { border-color: #A706AC; }
span { border-color: rgb(167,6,172); }
td.TdClassName
{
border-color: #A706AC;
}
.TagClassName
{
border-color: #A706AC;
}
</style>