Shades of Dark Magenta #AD08A0
Tints of Dark Magenta #AD08A0
RGB
CMYK
RGB Variations
Color information
#AD08A0 (or 0xAD08A0) is known color: Dark Magenta. HEX triplet: AD, 08 and A0. RGB value is (173,8,160). Sum of RGB (Red+Green+Blue) = 173+8+160=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08A0 is #52F75F. Grayscale: #4A4A4A. Windows color (decimal): -5437280 or 10487981. OLE color: 10487981.
HSL color Cylindrical-coordinate representation of color #AD08A0: hue angle of 304.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD08A0 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 160 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.32 |
| HSL | 304.73º | 0.91% | 0.35% | - |
| HSV(B) | 304.73º | 0.95% | 0.68% | - |
| XYZ | 23.67 | 11.6 | 34.25 | - |
| YUV | 74.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 160 | 0 | 0.95 | 0.08 | 0.32 | 304.73 | 0.91 | 0.35 |
| Hex | AD | 8 | A0 | 0 | 5F | 8 | 20 | 131 | 5B | 23 |
| Octal | 255 | 10 | 240 | 0 | 137 | 10 | 40 | 461 | 133 | 43 |
| Binary | 10101101 | 1000 | 10100000 | 0 | 1011111 | 1000 | 100000 | 100110001 | 1011011 | 100011 |
Color Harmonies of #AD08A0
Complementary color
Monochromatic Colors of #AD08A0
Black with #AD08A0
Text Example
Text Example
White with #AD08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08A0; }
p { color: rgb(173,8,160); }
H1.HeaderClassName
{
color: #AD08A0;
}
.AnyTagClassName
{
color: #AD08A0;
}
</style>
background-color css
<style>
a { background-color: #AD08A0; }
a { background-color: rgb(173,8,160); }
div.DivClassName
{
background-color: #AD08A0;
}
.BgClassName
{
background-color: #AD08A0;
}
</style>
border-color css
<style>
span { border-color: #AD08A0; }
span { border-color: rgb(173,8,160); }
td.TdClassName
{
border-color: #AD08A0;
}
.TagClassName
{
border-color: #AD08A0;
}
</style>