Shades of Dark Magenta #AD0090
Tints of Dark Magenta #AD0090
RGB
CMYK
RGB Variations
Color information
#AD0090 (or 0xAD0090) is known color: Dark Magenta. HEX triplet: AD, 00 and 90. RGB value is (173,0,144). Sum of RGB (Red+Green+Blue) = 173+0+144=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0090 is #52FF6F. Grayscale: #434343. Windows color (decimal): -5439344 or 9437357. OLE color: 9437357.
HSL color Cylindrical-coordinate representation of color #AD0090: hue angle of 310.06º 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 #AD0090 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.17 | 0.32 |
| HSL | 310.06º | 1% | 0.34% | - |
| HSV(B) | 310.06º | 1% | 0.68% | - |
| XYZ | 22.27 | 10.9 | 27.32 | - |
| YUV | 68.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 144 | 0 | 1 | 0.17 | 0.32 | 310.06 | 1 | 0.34 |
| Hex | AD | 0 | 90 | 0 | 64 | 11 | 20 | 136 | 64 | 22 |
| Octal | 255 | 0 | 220 | 0 | 144 | 21 | 40 | 466 | 144 | 42 |
| Binary | 10101101 | 0 | 10010000 | 0 | 1100100 | 10001 | 100000 | 100110110 | 1100100 | 100010 |
Color Harmonies of #AD0090
Complementary color
Monochromatic Colors of #AD0090
Black with #AD0090
Text Example
Text Example
White with #AD0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0090; }
p { color: rgb(173,0,144); }
H1.HeaderClassName
{
color: #AD0090;
}
.AnyTagClassName
{
color: #AD0090;
}
</style>
background-color css
<style>
a { background-color: #AD0090; }
a { background-color: rgb(173,0,144); }
div.DivClassName
{
background-color: #AD0090;
}
.BgClassName
{
background-color: #AD0090;
}
</style>
border-color css
<style>
span { border-color: #AD0090; }
span { border-color: rgb(173,0,144); }
td.TdClassName
{
border-color: #AD0090;
}
.TagClassName
{
border-color: #AD0090;
}
</style>