Shades of Dark Magenta #A001AD
Tints of Dark Magenta #A001AD
RGB
CMYK
RGB Variations
Color information
#A001AD (or 0xA001AD) is known color: Dark Magenta. HEX triplet: A0, 01 and AD. RGB value is (160,1,173). Sum of RGB (Red+Green+Blue) = 160+1+173=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #A001AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001AD is #5FFE52. Grayscale: #434343. Windows color (decimal): -6291027 or 11338144. OLE color: 11338144.
HSL color Cylindrical-coordinate representation of color #A001AD: hue angle of 295.47º 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 #A001AD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 1 | 173 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.32 |
| HSL | 295.47º | 0.99% | 0.34% | - |
| HSV(B) | 295.47º | 0.99% | 0.68% | - |
| XYZ | 22.05 | 10.51 | 40.4 | - |
| YUV | 68.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 173 | 0.08 | 0.99 | 0 | 0.32 | 295.47 | 0.99 | 0.34 |
| Hex | A0 | 1 | AD | 8 | 63 | 0 | 20 | 127 | 63 | 22 |
| Octal | 240 | 1 | 255 | 10 | 143 | 0 | 40 | 447 | 143 | 42 |
| Binary | 10100000 | 1 | 10101101 | 1000 | 1100011 | 0 | 100000 | 100100111 | 1100011 | 100010 |
Color Harmonies of #A001AD
Complementary color
Monochromatic Colors of #A001AD
Black with #A001AD
Text Example
Text Example
White with #A001AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001AD; }
p { color: rgb(160,1,173); }
H1.HeaderClassName
{
color: #A001AD;
}
.AnyTagClassName
{
color: #A001AD;
}
</style>
background-color css
<style>
a { background-color: #A001AD; }
a { background-color: rgb(160,1,173); }
div.DivClassName
{
background-color: #A001AD;
}
.BgClassName
{
background-color: #A001AD;
}
</style>
border-color css
<style>
span { border-color: #A001AD; }
span { border-color: rgb(160,1,173); }
td.TdClassName
{
border-color: #A001AD;
}
.TagClassName
{
border-color: #A001AD;
}
</style>