Shades of Dark Magenta #AD0292
Tints of Dark Magenta #AD0292
RGB
CMYK
RGB Variations
Color information
#AD0292 (or 0xAD0292) is known color: Dark Magenta. HEX triplet: AD, 02 and 92. RGB value is (173,2,146). Sum of RGB (Red+Green+Blue) = 173+2+146=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0292 is #52FD6D. Grayscale: #454545. Windows color (decimal): -5438830 or 9568941. OLE color: 9568941.
HSL color Cylindrical-coordinate representation of color #AD0292: hue angle of 309.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0292 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.32 |
| HSL | 309.47º | 0.98% | 0.34% | - |
| HSV(B) | 309.47º | 0.99% | 0.68% | - |
| XYZ | 22.44 | 11 | 28.14 | - |
| YUV | 69.55 | 171.15 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 146 | 0 | 0.99 | 0.16 | 0.32 | 309.47 | 0.98 | 0.34 |
| Hex | AD | 2 | 92 | 0 | 63 | 10 | 20 | 135 | 62 | 22 |
| Octal | 255 | 2 | 222 | 0 | 143 | 20 | 40 | 465 | 142 | 42 |
| Binary | 10101101 | 10 | 10010010 | 0 | 1100011 | 10000 | 100000 | 100110101 | 1100010 | 100010 |
Color Harmonies of #AD0292
Complementary color
Monochromatic Colors of #AD0292
Black with #AD0292
Text Example
Text Example
White with #AD0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0292; }
p { color: rgb(173,2,146); }
H1.HeaderClassName
{
color: #AD0292;
}
.AnyTagClassName
{
color: #AD0292;
}
</style>
background-color css
<style>
a { background-color: #AD0292; }
a { background-color: rgb(173,2,146); }
div.DivClassName
{
background-color: #AD0292;
}
.BgClassName
{
background-color: #AD0292;
}
</style>
border-color css
<style>
span { border-color: #AD0292; }
span { border-color: rgb(173,2,146); }
td.TdClassName
{
border-color: #AD0292;
}
.TagClassName
{
border-color: #AD0292;
}
</style>