Shades of Deep Magenta #AD15BB
Tints of Deep Magenta #AD15BB
RGB
CMYK
RGB Variations
Color information
#AD15BB (or 0xAD15BB) is known color: Deep Magenta. HEX triplet: AD, 15 and BB. RGB value is (173,21,187). Sum of RGB (Red+Green+Blue) = 173+21+187=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD15BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15BB is #52EA44. Grayscale: #545454. Windows color (decimal): -5433925 or 12260781. OLE color: 12260781.
HSL color Cylindrical-coordinate representation of color #AD15BB: hue angle of 294.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD15BB is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 21 | 187 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.27 |
| HSL | 294.94º | 0.8% | 0.41% | - |
| HSV(B) | 294.94º | 0.89% | 0.73% | - |
| XYZ | 26.47 | 13.01 | 48.13 | - |
| YUV | 85.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 187 | 0.07 | 0.89 | 0 | 0.27 | 294.94 | 0.8 | 0.41 |
| Hex | AD | 15 | BB | 7 | 59 | 0 | 1B | 127 | 50 | 29 |
| Octal | 255 | 25 | 273 | 7 | 131 | 0 | 33 | 447 | 120 | 51 |
| Binary | 10101101 | 10101 | 10111011 | 111 | 1011001 | 0 | 11011 | 100100111 | 1010000 | 101001 |
Color Harmonies of #AD15BB
Complementary color
Monochromatic Colors of #AD15BB
Black with #AD15BB
Text Example
Text Example
White with #AD15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15BB; }
p { color: rgb(173,21,187); }
H1.HeaderClassName
{
color: #AD15BB;
}
.AnyTagClassName
{
color: #AD15BB;
}
</style>
background-color css
<style>
a { background-color: #AD15BB; }
a { background-color: rgb(173,21,187); }
div.DivClassName
{
background-color: #AD15BB;
}
.BgClassName
{
background-color: #AD15BB;
}
</style>
border-color css
<style>
span { border-color: #AD15BB; }
span { border-color: rgb(173,21,187); }
td.TdClassName
{
border-color: #AD15BB;
}
.TagClassName
{
border-color: #AD15BB;
}
</style>