Shades of Dark Magenta #AD0095
Tints of Dark Magenta #AD0095
RGB
CMYK
RGB Variations
Color information
#AD0095 (or 0xAD0095) is known color: Dark Magenta. HEX triplet: AD, 00 and 95. RGB value is (173,0,149). Sum of RGB (Red+Green+Blue) = 173+0+149=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0095 is #52FF6A. Grayscale: #444444. Windows color (decimal): -5439339 or 9765037. OLE color: 9765037.
HSL color Cylindrical-coordinate representation of color #AD0095: hue angle of 308.32º 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 #AD0095 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.14 | 0.32 |
| HSL | 308.32º | 1% | 0.34% | - |
| HSV(B) | 308.32º | 1% | 0.68% | - |
| XYZ | 22.66 | 11.05 | 29.37 | - |
| YUV | 68.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 149 | 0 | 1 | 0.14 | 0.32 | 308.32 | 1 | 0.34 |
| Hex | AD | 0 | 95 | 0 | 64 | E | 20 | 134 | 64 | 22 |
| Octal | 255 | 0 | 225 | 0 | 144 | 16 | 40 | 464 | 144 | 42 |
| Binary | 10101101 | 0 | 10010101 | 0 | 1100100 | 1110 | 100000 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AD0095
Complementary color
Monochromatic Colors of #AD0095
Black with #AD0095
Text Example
Text Example
White with #AD0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0095; }
p { color: rgb(173,0,149); }
H1.HeaderClassName
{
color: #AD0095;
}
.AnyTagClassName
{
color: #AD0095;
}
</style>
background-color css
<style>
a { background-color: #AD0095; }
a { background-color: rgb(173,0,149); }
div.DivClassName
{
background-color: #AD0095;
}
.BgClassName
{
background-color: #AD0095;
}
</style>
border-color css
<style>
span { border-color: #AD0095; }
span { border-color: rgb(173,0,149); }
td.TdClassName
{
border-color: #AD0095;
}
.TagClassName
{
border-color: #AD0095;
}
</style>