Shades of Deep Magenta #AD15AC
Tints of Deep Magenta #AD15AC
RGB
CMYK
RGB Variations
Color information
#AD15AC (or 0xAD15AC) is known color: Deep Magenta. HEX triplet: AD, 15 and AC. RGB value is (173,21,172). Sum of RGB (Red+Green+Blue) = 173+21+172=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15AC is #52EA53. Grayscale: #535353. Windows color (decimal): -5433940 or 11277741. OLE color: 11277741.
HSL color Cylindrical-coordinate representation of color #AD15AC: hue angle of 300.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD15AC is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 172 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.32 |
| HSL | 300.39º | 0.78% | 0.38% | - |
| HSV(B) | 300.39º | 0.88% | 0.68% | - |
| XYZ | 24.95 | 12.4 | 40.11 | - |
| YUV | 83.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 172 | 0 | 0.88 | 0.01 | 0.32 | 300.39 | 0.78 | 0.38 |
| Hex | AD | 15 | AC | 0 | 58 | 1 | 20 | 12C | 4E | 26 |
| Octal | 255 | 25 | 254 | 0 | 130 | 1 | 40 | 454 | 116 | 46 |
| Binary | 10101101 | 10101 | 10101100 | 0 | 1011000 | 1 | 100000 | 100101100 | 1001110 | 100110 |
Color Harmonies of #AD15AC
Complementary color
Monochromatic Colors of #AD15AC
Black with #AD15AC
Text Example
Text Example
White with #AD15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15AC; }
p { color: rgb(173,21,172); }
H1.HeaderClassName
{
color: #AD15AC;
}
.AnyTagClassName
{
color: #AD15AC;
}
</style>
background-color css
<style>
a { background-color: #AD15AC; }
a { background-color: rgb(173,21,172); }
div.DivClassName
{
background-color: #AD15AC;
}
.BgClassName
{
background-color: #AD15AC;
}
</style>
border-color css
<style>
span { border-color: #AD15AC; }
span { border-color: rgb(173,21,172); }
td.TdClassName
{
border-color: #AD15AC;
}
.TagClassName
{
border-color: #AD15AC;
}
</style>