Shades of Deep Magenta #AD15AF
Tints of Deep Magenta #AD15AF
RGB
CMYK
RGB Variations
Color information
#AD15AF (or 0xAD15AF) is known color: Deep Magenta. HEX triplet: AD, 15 and AF. RGB value is (173,21,175). Sum of RGB (Red+Green+Blue) = 173+21+175=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15AF is #52EA50. Grayscale: #535353. Windows color (decimal): -5433937 or 11474349. OLE color: 11474349.
HSL color Cylindrical-coordinate representation of color #AD15AF: hue angle of 299.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD15AF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 21 | 175 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.31 |
| HSL | 299.22º | 0.79% | 0.38% | - |
| HSV(B) | 299.22º | 0.88% | 0.69% | - |
| XYZ | 25.24 | 12.52 | 41.64 | - |
| YUV | 84 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 175 | 0.01 | 0.88 | 0 | 0.31 | 299.22 | 0.79 | 0.38 |
| Hex | AD | 15 | AF | 1 | 58 | 0 | 1F | 12B | 4F | 26 |
| Octal | 255 | 25 | 257 | 1 | 130 | 0 | 37 | 453 | 117 | 46 |
| Binary | 10101101 | 10101 | 10101111 | 1 | 1011000 | 0 | 11111 | 100101011 | 1001111 | 100110 |
Color Harmonies of #AD15AF
Complementary color
Monochromatic Colors of #AD15AF
Black with #AD15AF
Text Example
Text Example
White with #AD15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15AF; }
p { color: rgb(173,21,175); }
H1.HeaderClassName
{
color: #AD15AF;
}
.AnyTagClassName
{
color: #AD15AF;
}
</style>
background-color css
<style>
a { background-color: #AD15AF; }
a { background-color: rgb(173,21,175); }
div.DivClassName
{
background-color: #AD15AF;
}
.BgClassName
{
background-color: #AD15AF;
}
</style>
border-color css
<style>
span { border-color: #AD15AF; }
span { border-color: rgb(173,21,175); }
td.TdClassName
{
border-color: #AD15AF;
}
.TagClassName
{
border-color: #AD15AF;
}
</style>