Shades of Dark Magenta #AD0390
Tints of Dark Magenta #AD0390
RGB
CMYK
RGB Variations
Color information
#AD0390 (or 0xAD0390) is known color: Dark Magenta. HEX triplet: AD, 03 and 90. RGB value is (173,3,144). Sum of RGB (Red+Green+Blue) = 173+3+144=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0390 is #52FC6F. Grayscale: #454545. Windows color (decimal): -5438576 or 9438125. OLE color: 9438125.
HSL color Cylindrical-coordinate representation of color #AD0390: hue angle of 310.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0390 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.32 |
| HSL | 310.24º | 0.97% | 0.35% | - |
| HSV(B) | 310.24º | 0.98% | 0.68% | - |
| XYZ | 22.3 | 10.96 | 27.33 | - |
| YUV | 69.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 144 | 0 | 0.98 | 0.17 | 0.32 | 310.24 | 0.97 | 0.35 |
| Hex | AD | 3 | 90 | 0 | 62 | 11 | 20 | 136 | 61 | 23 |
| Octal | 255 | 3 | 220 | 0 | 142 | 21 | 40 | 466 | 141 | 43 |
| Binary | 10101101 | 11 | 10010000 | 0 | 1100010 | 10001 | 100000 | 100110110 | 1100001 | 100011 |
Color Harmonies of #AD0390
Complementary color
Monochromatic Colors of #AD0390
Black with #AD0390
Text Example
Text Example
White with #AD0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0390; }
p { color: rgb(173,3,144); }
H1.HeaderClassName
{
color: #AD0390;
}
.AnyTagClassName
{
color: #AD0390;
}
</style>
background-color css
<style>
a { background-color: #AD0390; }
a { background-color: rgb(173,3,144); }
div.DivClassName
{
background-color: #AD0390;
}
.BgClassName
{
background-color: #AD0390;
}
</style>
border-color css
<style>
span { border-color: #AD0390; }
span { border-color: rgb(173,3,144); }
td.TdClassName
{
border-color: #AD0390;
}
.TagClassName
{
border-color: #AD0390;
}
</style>