Shades of Dark Magenta #AD01A1
Tints of Dark Magenta #AD01A1
RGB
CMYK
RGB Variations
Color information
#AD01A1 (or 0xAD01A1) is known color: Dark Magenta. HEX triplet: AD, 01 and A1. RGB value is (173,1,161). Sum of RGB (Red+Green+Blue) = 173+1+161=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01A1 is #52FE5E. Grayscale: #464646. Windows color (decimal): -5439071 or 10551725. OLE color: 10551725.
HSL color Cylindrical-coordinate representation of color #AD01A1: hue angle of 304.19º 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 #AD01A1 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 161 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.32 |
| HSL | 304.19º | 0.99% | 0.34% | - |
| HSV(B) | 304.19º | 0.99% | 0.68% | - |
| XYZ | 23.68 | 11.48 | 34.69 | - |
| YUV | 70.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 161 | 0 | 0.99 | 0.07 | 0.32 | 304.19 | 0.99 | 0.34 |
| Hex | AD | 1 | A1 | 0 | 63 | 7 | 20 | 130 | 63 | 22 |
| Octal | 255 | 1 | 241 | 0 | 143 | 7 | 40 | 460 | 143 | 42 |
| Binary | 10101101 | 1 | 10100001 | 0 | 1100011 | 111 | 100000 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AD01A1
Complementary color
Monochromatic Colors of #AD01A1
Black with #AD01A1
Text Example
Text Example
White with #AD01A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01A1; }
p { color: rgb(173,1,161); }
H1.HeaderClassName
{
color: #AD01A1;
}
.AnyTagClassName
{
color: #AD01A1;
}
</style>
background-color css
<style>
a { background-color: #AD01A1; }
a { background-color: rgb(173,1,161); }
div.DivClassName
{
background-color: #AD01A1;
}
.BgClassName
{
background-color: #AD01A1;
}
</style>
border-color css
<style>
span { border-color: #AD01A1; }
span { border-color: rgb(173,1,161); }
td.TdClassName
{
border-color: #AD01A1;
}
.TagClassName
{
border-color: #AD01A1;
}
</style>