Shades of Dark Magenta #A705AC
Tints of Dark Magenta #A705AC
RGB
CMYK
RGB Variations
Color information
#A705AC (or 0xA705AC) is known color: Dark Magenta. HEX triplet: A7, 05 and AC. RGB value is (167,5,172). Sum of RGB (Red+Green+Blue) = 167+5+172=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #A705AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A705AC is #58FA53. Grayscale: #474747. Windows color (decimal): -5831252 or 11273639. OLE color: 11273639.
HSL color Cylindrical-coordinate representation of color #A705AC: hue angle of 298.2º degrees, saturation: 0.94, 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 #A705AC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 5 | 172 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.33 |
| HSL | 298.2º | 0.94% | 0.35% | - |
| HSV(B) | 298.2º | 0.97% | 0.67% | - |
| XYZ | 23.44 | 11.3 | 39.98 | - |
| YUV | 72.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 172 | 0.03 | 0.97 | 0 | 0.33 | 298.2 | 0.94 | 0.35 |
| Hex | A7 | 5 | AC | 3 | 61 | 0 | 21 | 12A | 5E | 23 |
| Octal | 247 | 5 | 254 | 3 | 141 | 0 | 41 | 452 | 136 | 43 |
| Binary | 10100111 | 101 | 10101100 | 11 | 1100001 | 0 | 100001 | 100101010 | 1011110 | 100011 |
Color Harmonies of #A705AC
Complementary color
Monochromatic Colors of #A705AC
Black with #A705AC
Text Example
Text Example
White with #A705AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705AC; }
p { color: rgb(167,5,172); }
H1.HeaderClassName
{
color: #A705AC;
}
.AnyTagClassName
{
color: #A705AC;
}
</style>
background-color css
<style>
a { background-color: #A705AC; }
a { background-color: rgb(167,5,172); }
div.DivClassName
{
background-color: #A705AC;
}
.BgClassName
{
background-color: #A705AC;
}
</style>
border-color css
<style>
span { border-color: #A705AC; }
span { border-color: rgb(167,5,172); }
td.TdClassName
{
border-color: #A705AC;
}
.TagClassName
{
border-color: #A705AC;
}
</style>