Shades of Deep Magenta #AD15B8
Tints of Deep Magenta #AD15B8
RGB
CMYK
RGB Variations
Color information
#AD15B8 (or 0xAD15B8) is known color: Deep Magenta. HEX triplet: AD, 15 and B8. RGB value is (173,21,184). Sum of RGB (Red+Green+Blue) = 173+21+184=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD15B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15B8 is #52EA47. Grayscale: #545454. Windows color (decimal): -5433928 or 12064173. OLE color: 12064173.
HSL color Cylindrical-coordinate representation of color #AD15B8: hue angle of 295.95º degrees, saturation: 0.8, 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 #AD15B8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 21 | 184 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.28 |
| HSL | 295.95º | 0.8% | 0.4% | - |
| HSV(B) | 295.95º | 0.89% | 0.72% | - |
| XYZ | 26.15 | 12.88 | 46.46 | - |
| YUV | 85.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 184 | 0.06 | 0.89 | 0 | 0.28 | 295.95 | 0.8 | 0.4 |
| Hex | AD | 15 | B8 | 6 | 59 | 0 | 1C | 128 | 50 | 28 |
| Octal | 255 | 25 | 270 | 6 | 131 | 0 | 34 | 450 | 120 | 50 |
| Binary | 10101101 | 10101 | 10111000 | 110 | 1011001 | 0 | 11100 | 100101000 | 1010000 | 101000 |
Color Harmonies of #AD15B8
Complementary color
Monochromatic Colors of #AD15B8
Black with #AD15B8
Text Example
Text Example
White with #AD15B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15B8; }
p { color: rgb(173,21,184); }
H1.HeaderClassName
{
color: #AD15B8;
}
.AnyTagClassName
{
color: #AD15B8;
}
</style>
background-color css
<style>
a { background-color: #AD15B8; }
a { background-color: rgb(173,21,184); }
div.DivClassName
{
background-color: #AD15B8;
}
.BgClassName
{
background-color: #AD15B8;
}
</style>
border-color css
<style>
span { border-color: #AD15B8; }
span { border-color: rgb(173,21,184); }
td.TdClassName
{
border-color: #AD15B8;
}
.TagClassName
{
border-color: #AD15B8;
}
</style>