Shades of Dark Magenta #A700AC
Tints of Dark Magenta #A700AC
RGB
CMYK
RGB Variations
Color information
#A700AC (or 0xA700AC) is known color: Dark Magenta. HEX triplet: A7, 00 and AC. RGB value is (167,0,172). Sum of RGB (Red+Green+Blue) = 167+0+172=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A700AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700AC is #58FF53. Grayscale: #454545. Windows color (decimal): -5832532 or 11272359. OLE color: 11272359.
HSL color Cylindrical-coordinate representation of color #A700AC: hue angle of 298.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700AC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 0 | 172 | - |
| CMYK | 0.03 | 1 | 0 | 0.33 |
| HSL | 298.26º | 1% | 0.34% | - |
| HSV(B) | 298.26º | 1% | 0.67% | - |
| XYZ | 23.38 | 11.19 | 39.96 | - |
| YUV | 69.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 172 | 0.03 | 1 | 0 | 0.33 | 298.26 | 1 | 0.34 |
| Hex | A7 | 0 | AC | 3 | 64 | 0 | 21 | 12A | 64 | 22 |
| Octal | 247 | 0 | 254 | 3 | 144 | 0 | 41 | 452 | 144 | 42 |
| Binary | 10100111 | 0 | 10101100 | 11 | 1100100 | 0 | 100001 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A700AC
Complementary color
Monochromatic Colors of #A700AC
Black with #A700AC
Text Example
Text Example
White with #A700AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700AC; }
p { color: rgb(167,0,172); }
H1.HeaderClassName
{
color: #A700AC;
}
.AnyTagClassName
{
color: #A700AC;
}
</style>
background-color css
<style>
a { background-color: #A700AC; }
a { background-color: rgb(167,0,172); }
div.DivClassName
{
background-color: #A700AC;
}
.BgClassName
{
background-color: #A700AC;
}
</style>
border-color css
<style>
span { border-color: #A700AC; }
span { border-color: rgb(167,0,172); }
td.TdClassName
{
border-color: #A700AC;
}
.TagClassName
{
border-color: #A700AC;
}
</style>