Shades of Deep Magenta #AD15B7
Tints of Deep Magenta #AD15B7
RGB
CMYK
RGB Variations
Color information
#AD15B7 (or 0xAD15B7) is known color: Deep Magenta. HEX triplet: AD, 15 and B7. RGB value is (173,21,183). Sum of RGB (Red+Green+Blue) = 173+21+183=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD15B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15B7 is #52EA48. Grayscale: #545454. Windows color (decimal): -5433929 or 11998637. OLE color: 11998637.
HSL color Cylindrical-coordinate representation of color #AD15B7: hue angle of 296.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD15B7 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 21 | 183 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.28 |
| HSL | 296.3º | 0.79% | 0.4% | - |
| HSV(B) | 296.3º | 0.89% | 0.72% | - |
| XYZ | 26.05 | 12.84 | 45.91 | - |
| YUV | 84.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 183 | 0.05 | 0.89 | 0 | 0.28 | 296.3 | 0.79 | 0.4 |
| Hex | AD | 15 | B7 | 5 | 59 | 0 | 1C | 128 | 4F | 28 |
| Octal | 255 | 25 | 267 | 5 | 131 | 0 | 34 | 450 | 117 | 50 |
| Binary | 10101101 | 10101 | 10110111 | 101 | 1011001 | 0 | 11100 | 100101000 | 1001111 | 101000 |
Color Harmonies of #AD15B7
Complementary color
Monochromatic Colors of #AD15B7
Black with #AD15B7
Text Example
Text Example
White with #AD15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15B7; }
p { color: rgb(173,21,183); }
H1.HeaderClassName
{
color: #AD15B7;
}
.AnyTagClassName
{
color: #AD15B7;
}
</style>
background-color css
<style>
a { background-color: #AD15B7; }
a { background-color: rgb(173,21,183); }
div.DivClassName
{
background-color: #AD15B7;
}
.BgClassName
{
background-color: #AD15B7;
}
</style>
border-color css
<style>
span { border-color: #AD15B7; }
span { border-color: rgb(173,21,183); }
td.TdClassName
{
border-color: #AD15B7;
}
.TagClassName
{
border-color: #AD15B7;
}
</style>