Shades of Deep Magenta #AD04AF
Tints of Deep Magenta #AD04AF
RGB
CMYK
RGB Variations
Color information
#AD04AF (or 0xAD04AF) is known color: Deep Magenta. HEX triplet: AD, 04 and AF. RGB value is (173,4,175). Sum of RGB (Red+Green+Blue) = 173+4+175=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD04AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04AF is #52FB50. Grayscale: #494949. Windows color (decimal): -5438289 or 11469997. OLE color: 11469997.
HSL color Cylindrical-coordinate representation of color #AD04AF: hue angle of 299.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04AF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 4 | 175 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.31 |
| HSL | 299.3º | 0.96% | 0.35% | - |
| HSV(B) | 299.3º | 0.98% | 0.69% | - |
| XYZ | 25.01 | 12.07 | 41.57 | - |
| YUV | 74.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 175 | 0.01 | 0.98 | 0 | 0.31 | 299.3 | 0.96 | 0.35 |
| Hex | AD | 4 | AF | 1 | 62 | 0 | 1F | 12B | 60 | 23 |
| Octal | 255 | 4 | 257 | 1 | 142 | 0 | 37 | 453 | 140 | 43 |
| Binary | 10101101 | 100 | 10101111 | 1 | 1100010 | 0 | 11111 | 100101011 | 1100000 | 100011 |
Color Harmonies of #AD04AF
Complementary color
Monochromatic Colors of #AD04AF
Black with #AD04AF
Text Example
Text Example
White with #AD04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04AF; }
p { color: rgb(173,4,175); }
H1.HeaderClassName
{
color: #AD04AF;
}
.AnyTagClassName
{
color: #AD04AF;
}
</style>
background-color css
<style>
a { background-color: #AD04AF; }
a { background-color: rgb(173,4,175); }
div.DivClassName
{
background-color: #AD04AF;
}
.BgClassName
{
background-color: #AD04AF;
}
</style>
border-color css
<style>
span { border-color: #AD04AF; }
span { border-color: rgb(173,4,175); }
td.TdClassName
{
border-color: #AD04AF;
}
.TagClassName
{
border-color: #AD04AF;
}
</style>