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