Shades of Dark Magenta #AD0193
Tints of Dark Magenta #AD0193
RGB
CMYK
RGB Variations
Color information
#AD0193 (or 0xAD0193) is known color: Dark Magenta. HEX triplet: AD, 01 and 93. RGB value is (173,1,147). Sum of RGB (Red+Green+Blue) = 173+1+147=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0193 is #52FE6C. Grayscale: #444444. Windows color (decimal): -5439085 or 9634221. OLE color: 9634221.
HSL color Cylindrical-coordinate representation of color #AD0193: hue angle of 309.07º degrees, saturation: 0.99, 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 #AD0193 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.32 |
| HSL | 309.07º | 0.99% | 0.34% | - |
| HSV(B) | 309.07º | 0.99% | 0.68% | - |
| XYZ | 22.51 | 11.01 | 28.54 | - |
| YUV | 69.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 147 | 0 | 0.99 | 0.15 | 0.32 | 309.07 | 0.99 | 0.34 |
| Hex | AD | 1 | 93 | 0 | 63 | F | 20 | 135 | 63 | 22 |
| Octal | 255 | 1 | 223 | 0 | 143 | 17 | 40 | 465 | 143 | 42 |
| Binary | 10101101 | 1 | 10010011 | 0 | 1100011 | 1111 | 100000 | 100110101 | 1100011 | 100010 |
Color Harmonies of #AD0193
Complementary color
Monochromatic Colors of #AD0193
Black with #AD0193
Text Example
Text Example
White with #AD0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0193; }
p { color: rgb(173,1,147); }
H1.HeaderClassName
{
color: #AD0193;
}
.AnyTagClassName
{
color: #AD0193;
}
</style>
background-color css
<style>
a { background-color: #AD0193; }
a { background-color: rgb(173,1,147); }
div.DivClassName
{
background-color: #AD0193;
}
.BgClassName
{
background-color: #AD0193;
}
</style>
border-color css
<style>
span { border-color: #AD0193; }
span { border-color: rgb(173,1,147); }
td.TdClassName
{
border-color: #AD0193;
}
.TagClassName
{
border-color: #AD0193;
}
</style>