Shades of Dark Magenta #AD009D
Tints of Dark Magenta #AD009D
RGB
CMYK
RGB Variations
Color information
#AD009D (or 0xAD009D) is known color: Dark Magenta. HEX triplet: AD, 00 and 9D. RGB value is (173,0,157). Sum of RGB (Red+Green+Blue) = 173+0+157=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009D is #52FF62. Grayscale: #454545. Windows color (decimal): -5439331 or 10289325. OLE color: 10289325.
HSL color Cylindrical-coordinate representation of color #AD009D: hue angle of 305.55º 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 #AD009D is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.09 | 0.32 |
| HSL | 305.55º | 1% | 0.34% | - |
| HSV(B) | 305.55º | 1% | 0.68% | - |
| XYZ | 23.32 | 11.32 | 32.85 | - |
| YUV | 69.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 157 | 0 | 1 | 0.09 | 0.32 | 305.55 | 1 | 0.34 |
| Hex | AD | 0 | 9D | 0 | 64 | 9 | 20 | 132 | 64 | 22 |
| Octal | 255 | 0 | 235 | 0 | 144 | 11 | 40 | 462 | 144 | 42 |
| Binary | 10101101 | 0 | 10011101 | 0 | 1100100 | 1001 | 100000 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AD009D
Complementary color
Monochromatic Colors of #AD009D
Black with #AD009D
Text Example
Text Example
White with #AD009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD009D; }
p { color: rgb(173,0,157); }
H1.HeaderClassName
{
color: #AD009D;
}
.AnyTagClassName
{
color: #AD009D;
}
</style>
background-color css
<style>
a { background-color: #AD009D; }
a { background-color: rgb(173,0,157); }
div.DivClassName
{
background-color: #AD009D;
}
.BgClassName
{
background-color: #AD009D;
}
</style>
border-color css
<style>
span { border-color: #AD009D; }
span { border-color: rgb(173,0,157); }
td.TdClassName
{
border-color: #AD009D;
}
.TagClassName
{
border-color: #AD009D;
}
</style>