Shades of Deep Magenta #AD15C0
Tints of Deep Magenta #AD15C0
RGB
CMYK
RGB Variations
Color information
#AD15C0 (or 0xAD15C0) is known color: Deep Magenta. HEX triplet: AD, 15 and C0. RGB value is (173,21,192). Sum of RGB (Red+Green+Blue) = 173+21+192=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD15C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15C0 is #52EA3F. Grayscale: #555555. Windows color (decimal): -5433920 or 12588461. OLE color: 12588461.
HSL color Cylindrical-coordinate representation of color #AD15C0: hue angle of 293.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD15C0 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 21 | 192 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.25 |
| HSL | 293.33º | 0.8% | 0.42% | - |
| HSV(B) | 293.33º | 0.89% | 0.75% | - |
| XYZ | 27.02 | 13.23 | 51 | - |
| YUV | 85.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 192 | 0.10 | 0.89 | 0 | 0.25 | 293.33 | 0.8 | 0.42 |
| Hex | AD | 15 | C0 | A | 59 | 0 | 19 | 125 | 50 | 2A |
| Octal | 255 | 25 | 300 | 12 | 131 | 0 | 31 | 445 | 120 | 52 |
| Binary | 10101101 | 10101 | 11000000 | 1010 | 1011001 | 0 | 11001 | 100100101 | 1010000 | 101010 |
Color Harmonies of #AD15C0
Complementary color
Monochromatic Colors of #AD15C0
Black with #AD15C0
Text Example
Text Example
White with #AD15C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15C0; }
p { color: rgb(173,21,192); }
H1.HeaderClassName
{
color: #AD15C0;
}
.AnyTagClassName
{
color: #AD15C0;
}
</style>
background-color css
<style>
a { background-color: #AD15C0; }
a { background-color: rgb(173,21,192); }
div.DivClassName
{
background-color: #AD15C0;
}
.BgClassName
{
background-color: #AD15C0;
}
</style>
border-color css
<style>
span { border-color: #AD15C0; }
span { border-color: rgb(173,21,192); }
td.TdClassName
{
border-color: #AD15C0;
}
.TagClassName
{
border-color: #AD15C0;
}
</style>