Shades of Dark Magenta #AD00A0
Tints of Dark Magenta #AD00A0
RGB
CMYK
RGB Variations
Color information
#AD00A0 (or 0xAD00A0) is known color: Dark Magenta. HEX triplet: AD, 00 and A0. RGB value is (173,0,160). Sum of RGB (Red+Green+Blue) = 173+0+160=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00A0 is #52FF5F. Grayscale: #454545. Windows color (decimal): -5439328 or 10485933. OLE color: 10485933.
HSL color Cylindrical-coordinate representation of color #AD00A0: hue angle of 304.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00A0 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.08 | 0.32 |
| HSL | 304.51º | 1% | 0.34% | - |
| HSV(B) | 304.51º | 1% | 0.68% | - |
| XYZ | 23.58 | 11.42 | 34.22 | - |
| YUV | 69.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 160 | 0 | 1 | 0.08 | 0.32 | 304.51 | 1 | 0.34 |
| Hex | AD | 0 | A0 | 0 | 64 | 8 | 20 | 131 | 64 | 22 |
| Octal | 255 | 0 | 240 | 0 | 144 | 10 | 40 | 461 | 144 | 42 |
| Binary | 10101101 | 0 | 10100000 | 0 | 1100100 | 1000 | 100000 | 100110001 | 1100100 | 100010 |
Color Harmonies of #AD00A0
Complementary color
Monochromatic Colors of #AD00A0
Black with #AD00A0
Text Example
Text Example
White with #AD00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00A0; }
p { color: rgb(173,0,160); }
H1.HeaderClassName
{
color: #AD00A0;
}
.AnyTagClassName
{
color: #AD00A0;
}
</style>
background-color css
<style>
a { background-color: #AD00A0; }
a { background-color: rgb(173,0,160); }
div.DivClassName
{
background-color: #AD00A0;
}
.BgClassName
{
background-color: #AD00A0;
}
</style>
border-color css
<style>
span { border-color: #AD00A0; }
span { border-color: rgb(173,0,160); }
td.TdClassName
{
border-color: #AD00A0;
}
.TagClassName
{
border-color: #AD00A0;
}
</style>