Shades of Dark Magenta #A701AC
Tints of Dark Magenta #A701AC
RGB
CMYK
RGB Variations
Color information
#A701AC (or 0xA701AC) is known color: Dark Magenta. HEX triplet: A7, 01 and AC. RGB value is (167,1,172). Sum of RGB (Red+Green+Blue) = 167+1+172=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #A701AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701AC is #58FE53. Grayscale: #454545. Windows color (decimal): -5832276 or 11272615. OLE color: 11272615.
HSL color Cylindrical-coordinate representation of color #A701AC: hue angle of 298.25º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A701AC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 1 | 172 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.33 |
| HSL | 298.25º | 0.99% | 0.34% | - |
| HSV(B) | 298.25º | 0.99% | 0.67% | - |
| XYZ | 23.39 | 11.22 | 39.96 | - |
| YUV | 70.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 172 | 0.03 | 0.99 | 0 | 0.33 | 298.25 | 0.99 | 0.34 |
| Hex | A7 | 1 | AC | 3 | 63 | 0 | 21 | 12A | 63 | 22 |
| Octal | 247 | 1 | 254 | 3 | 143 | 0 | 41 | 452 | 143 | 42 |
| Binary | 10100111 | 1 | 10101100 | 11 | 1100011 | 0 | 100001 | 100101010 | 1100011 | 100010 |
Color Harmonies of #A701AC
Complementary color
Monochromatic Colors of #A701AC
Black with #A701AC
Text Example
Text Example
White with #A701AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701AC; }
p { color: rgb(167,1,172); }
H1.HeaderClassName
{
color: #A701AC;
}
.AnyTagClassName
{
color: #A701AC;
}
</style>
background-color css
<style>
a { background-color: #A701AC; }
a { background-color: rgb(167,1,172); }
div.DivClassName
{
background-color: #A701AC;
}
.BgClassName
{
background-color: #A701AC;
}
</style>
border-color css
<style>
span { border-color: #A701AC; }
span { border-color: rgb(167,1,172); }
td.TdClassName
{
border-color: #A701AC;
}
.TagClassName
{
border-color: #A701AC;
}
</style>