Shades of Deep Magenta #AD06AF
Tints of Deep Magenta #AD06AF
RGB
CMYK
RGB Variations
Color information
#AD06AF (or 0xAD06AF) is known color: Deep Magenta. HEX triplet: AD, 06 and AF. RGB value is (173,6,175). Sum of RGB (Red+Green+Blue) = 173+6+175=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD06AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06AF is #52F950. Grayscale: #4A4A4A. Windows color (decimal): -5437777 or 11470509. OLE color: 11470509.
HSL color Cylindrical-coordinate representation of color #AD06AF: hue angle of 299.29º degrees, saturation: 0.93, 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 #AD06AF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 6 | 175 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.31 |
| HSL | 299.29º | 0.93% | 0.35% | - |
| HSV(B) | 299.29º | 0.97% | 0.69% | - |
| XYZ | 25.04 | 12.11 | 41.58 | - |
| YUV | 75.2 | 184.33 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 175 | 0.01 | 0.97 | 0 | 0.31 | 299.29 | 0.93 | 0.35 |
| Hex | AD | 6 | AF | 1 | 61 | 0 | 1F | 12B | 5D | 23 |
| Octal | 255 | 6 | 257 | 1 | 141 | 0 | 37 | 453 | 135 | 43 |
| Binary | 10101101 | 110 | 10101111 | 1 | 1100001 | 0 | 11111 | 100101011 | 1011101 | 100011 |
Color Harmonies of #AD06AF
Complementary color
Monochromatic Colors of #AD06AF
Black with #AD06AF
Text Example
Text Example
White with #AD06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06AF; }
p { color: rgb(173,6,175); }
H1.HeaderClassName
{
color: #AD06AF;
}
.AnyTagClassName
{
color: #AD06AF;
}
</style>
background-color css
<style>
a { background-color: #AD06AF; }
a { background-color: rgb(173,6,175); }
div.DivClassName
{
background-color: #AD06AF;
}
.BgClassName
{
background-color: #AD06AF;
}
</style>
border-color css
<style>
span { border-color: #AD06AF; }
span { border-color: rgb(173,6,175); }
td.TdClassName
{
border-color: #AD06AF;
}
.TagClassName
{
border-color: #AD06AF;
}
</style>