Shades of Deep Magenta #AD05AF
Tints of Deep Magenta #AD05AF
RGB
CMYK
RGB Variations
Color information
#AD05AF (or 0xAD05AF) is known color: Deep Magenta. HEX triplet: AD, 05 and AF. RGB value is (173,5,175). Sum of RGB (Red+Green+Blue) = 173+5+175=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD05AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05AF is #52FA50. Grayscale: #4A4A4A. Windows color (decimal): -5438033 or 11470253. OLE color: 11470253.
HSL color Cylindrical-coordinate representation of color #AD05AF: hue angle of 299.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05AF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 5 | 175 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.31 |
| HSL | 299.29º | 0.94% | 0.35% | - |
| HSV(B) | 299.29º | 0.97% | 0.69% | - |
| XYZ | 25.03 | 12.09 | 41.57 | - |
| YUV | 74.61 | 184.66 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 175 | 0.01 | 0.97 | 0 | 0.31 | 299.29 | 0.94 | 0.35 |
| Hex | AD | 5 | AF | 1 | 61 | 0 | 1F | 12B | 5E | 23 |
| Octal | 255 | 5 | 257 | 1 | 141 | 0 | 37 | 453 | 136 | 43 |
| Binary | 10101101 | 101 | 10101111 | 1 | 1100001 | 0 | 11111 | 100101011 | 1011110 | 100011 |
Color Harmonies of #AD05AF
Complementary color
Monochromatic Colors of #AD05AF
Black with #AD05AF
Text Example
Text Example
White with #AD05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05AF; }
p { color: rgb(173,5,175); }
H1.HeaderClassName
{
color: #AD05AF;
}
.AnyTagClassName
{
color: #AD05AF;
}
</style>
background-color css
<style>
a { background-color: #AD05AF; }
a { background-color: rgb(173,5,175); }
div.DivClassName
{
background-color: #AD05AF;
}
.BgClassName
{
background-color: #AD05AF;
}
</style>
border-color css
<style>
span { border-color: #AD05AF; }
span { border-color: rgb(173,5,175); }
td.TdClassName
{
border-color: #AD05AF;
}
.TagClassName
{
border-color: #AD05AF;
}
</style>