Shades of Dark Magenta #A601AD
Tints of Dark Magenta #A601AD
RGB
CMYK
RGB Variations
Color information
#A601AD (or 0xA601AD) is known color: Dark Magenta. HEX triplet: A6, 01 and AD. RGB value is (166,1,173). Sum of RGB (Red+Green+Blue) = 166+1+173=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #A601AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A601AD is #59FE52. Grayscale: #454545. Windows color (decimal): -5897811 or 11338150. OLE color: 11338150.
HSL color Cylindrical-coordinate representation of color #A601AD: hue angle of 297.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601AD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 1 | 173 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.32 |
| HSL | 297.56º | 0.99% | 0.34% | - |
| HSV(B) | 297.56º | 0.99% | 0.68% | - |
| XYZ | 23.28 | 11.15 | 40.46 | - |
| YUV | 69.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 173 | 0.04 | 0.99 | 0 | 0.32 | 297.56 | 0.99 | 0.34 |
| Hex | A6 | 1 | AD | 4 | 63 | 0 | 20 | 12A | 63 | 22 |
| Octal | 246 | 1 | 255 | 4 | 143 | 0 | 40 | 452 | 143 | 42 |
| Binary | 10100110 | 1 | 10101101 | 100 | 1100011 | 0 | 100000 | 100101010 | 1100011 | 100010 |
Color Harmonies of #A601AD
Complementary color
Monochromatic Colors of #A601AD
Black with #A601AD
Text Example
Text Example
White with #A601AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601AD; }
p { color: rgb(166,1,173); }
H1.HeaderClassName
{
color: #A601AD;
}
.AnyTagClassName
{
color: #A601AD;
}
</style>
background-color css
<style>
a { background-color: #A601AD; }
a { background-color: rgb(166,1,173); }
div.DivClassName
{
background-color: #A601AD;
}
.BgClassName
{
background-color: #A601AD;
}
</style>
border-color css
<style>
span { border-color: #A601AD; }
span { border-color: rgb(166,1,173); }
td.TdClassName
{
border-color: #A601AD;
}
.TagClassName
{
border-color: #A601AD;
}
</style>