Shades of Dark Magenta #AD0293
Tints of Dark Magenta #AD0293
RGB
CMYK
RGB Variations
Color information
#AD0293 (or 0xAD0293) is known color: Dark Magenta. HEX triplet: AD, 02 and 93. RGB value is (173,2,147). Sum of RGB (Red+Green+Blue) = 173+2+147=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0293 is #52FD6C. Grayscale: #454545. Windows color (decimal): -5438829 or 9634477. OLE color: 9634477.
HSL color Cylindrical-coordinate representation of color #AD0293: hue angle of 309.12º 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 #AD0293 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.32 |
| HSL | 309.12º | 0.98% | 0.34% | - |
| HSV(B) | 309.12º | 0.99% | 0.68% | - |
| XYZ | 22.52 | 11.03 | 28.55 | - |
| YUV | 69.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 147 | 0 | 0.99 | 0.15 | 0.32 | 309.12 | 0.98 | 0.34 |
| Hex | AD | 2 | 93 | 0 | 63 | F | 20 | 135 | 62 | 22 |
| Octal | 255 | 2 | 223 | 0 | 143 | 17 | 40 | 465 | 142 | 42 |
| Binary | 10101101 | 10 | 10010011 | 0 | 1100011 | 1111 | 100000 | 100110101 | 1100010 | 100010 |
Color Harmonies of #AD0293
Complementary color
Monochromatic Colors of #AD0293
Black with #AD0293
Text Example
Text Example
White with #AD0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0293; }
p { color: rgb(173,2,147); }
H1.HeaderClassName
{
color: #AD0293;
}
.AnyTagClassName
{
color: #AD0293;
}
</style>
background-color css
<style>
a { background-color: #AD0293; }
a { background-color: rgb(173,2,147); }
div.DivClassName
{
background-color: #AD0293;
}
.BgClassName
{
background-color: #AD0293;
}
</style>
border-color css
<style>
span { border-color: #AD0293; }
span { border-color: rgb(173,2,147); }
td.TdClassName
{
border-color: #AD0293;
}
.TagClassName
{
border-color: #AD0293;
}
</style>