Shades of Dark Magenta #AD0392
Tints of Dark Magenta #AD0392
RGB
CMYK
RGB Variations
Color information
#AD0392 (or 0xAD0392) is known color: Dark Magenta. HEX triplet: AD, 03 and 92. RGB value is (173,3,146). Sum of RGB (Red+Green+Blue) = 173+3+146=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0392 is #52FC6D. Grayscale: #454545. Windows color (decimal): -5438574 or 9569197. OLE color: 9569197.
HSL color Cylindrical-coordinate representation of color #AD0392: hue angle of 309.53º 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 #AD0392 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.32 |
| HSL | 309.53º | 0.97% | 0.35% | - |
| HSV(B) | 309.53º | 0.98% | 0.68% | - |
| XYZ | 22.45 | 11.02 | 28.14 | - |
| YUV | 70.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 146 | 0 | 0.98 | 0.16 | 0.32 | 309.53 | 0.97 | 0.35 |
| Hex | AD | 3 | 92 | 0 | 62 | 10 | 20 | 136 | 61 | 23 |
| Octal | 255 | 3 | 222 | 0 | 142 | 20 | 40 | 466 | 141 | 43 |
| Binary | 10101101 | 11 | 10010010 | 0 | 1100010 | 10000 | 100000 | 100110110 | 1100001 | 100011 |
Color Harmonies of #AD0392
Complementary color
Monochromatic Colors of #AD0392
Black with #AD0392
Text Example
Text Example
White with #AD0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0392; }
p { color: rgb(173,3,146); }
H1.HeaderClassName
{
color: #AD0392;
}
.AnyTagClassName
{
color: #AD0392;
}
</style>
background-color css
<style>
a { background-color: #AD0392; }
a { background-color: rgb(173,3,146); }
div.DivClassName
{
background-color: #AD0392;
}
.BgClassName
{
background-color: #AD0392;
}
</style>
border-color css
<style>
span { border-color: #AD0392; }
span { border-color: rgb(173,3,146); }
td.TdClassName
{
border-color: #AD0392;
}
.TagClassName
{
border-color: #AD0392;
}
</style>