Shades of Dark Magenta #AD01A5
Tints of Dark Magenta #AD01A5
RGB
CMYK
RGB Variations
Color information
#AD01A5 (or 0xAD01A5) is known color: Dark Magenta. HEX triplet: AD, 01 and A5. RGB value is (173,1,165). Sum of RGB (Red+Green+Blue) = 173+1+165=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01A5 is #52FE5A. Grayscale: #464646. Windows color (decimal): -5439067 or 10813869. OLE color: 10813869.
HSL color Cylindrical-coordinate representation of color #AD01A5: hue angle of 302.79º 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 #AD01A5 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 165 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.32 |
| HSL | 302.79º | 0.99% | 0.34% | - |
| HSV(B) | 302.79º | 0.99% | 0.68% | - |
| XYZ | 24.04 | 11.62 | 36.57 | - |
| YUV | 71.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 165 | 0 | 0.99 | 0.05 | 0.32 | 302.79 | 0.99 | 0.34 |
| Hex | AD | 1 | A5 | 0 | 63 | 5 | 20 | 12F | 63 | 22 |
| Octal | 255 | 1 | 245 | 0 | 143 | 5 | 40 | 457 | 143 | 42 |
| Binary | 10101101 | 1 | 10100101 | 0 | 1100011 | 101 | 100000 | 100101111 | 1100011 | 100010 |
Color Harmonies of #AD01A5
Complementary color
Monochromatic Colors of #AD01A5
Black with #AD01A5
Text Example
Text Example
White with #AD01A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01A5; }
p { color: rgb(173,1,165); }
H1.HeaderClassName
{
color: #AD01A5;
}
.AnyTagClassName
{
color: #AD01A5;
}
</style>
background-color css
<style>
a { background-color: #AD01A5; }
a { background-color: rgb(173,1,165); }
div.DivClassName
{
background-color: #AD01A5;
}
.BgClassName
{
background-color: #AD01A5;
}
</style>
border-color css
<style>
span { border-color: #AD01A5; }
span { border-color: rgb(173,1,165); }
td.TdClassName
{
border-color: #AD01A5;
}
.TagClassName
{
border-color: #AD01A5;
}
</style>