Shades of Deep Magenta #AD11AF
Tints of Deep Magenta #AD11AF
RGB
CMYK
RGB Variations
Color information
#AD11AF (or 0xAD11AF) is known color: Deep Magenta. HEX triplet: AD, 11 and AF. RGB value is (173,17,175). Sum of RGB (Red+Green+Blue) = 173+17+175=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD11AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11AF is #52EE50. Grayscale: #515151. Windows color (decimal): -5434961 or 11473325. OLE color: 11473325.
HSL color Cylindrical-coordinate representation of color #AD11AF: hue angle of 299.24º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD11AF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 17 | 175 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.31 |
| HSL | 299.24º | 0.82% | 0.38% | - |
| HSV(B) | 299.24º | 0.9% | 0.69% | - |
| XYZ | 25.17 | 12.38 | 41.62 | - |
| YUV | 81.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 175 | 0.01 | 0.90 | 0 | 0.31 | 299.24 | 0.82 | 0.38 |
| Hex | AD | 11 | AF | 1 | 5A | 0 | 1F | 12B | 52 | 26 |
| Octal | 255 | 21 | 257 | 1 | 132 | 0 | 37 | 453 | 122 | 46 |
| Binary | 10101101 | 10001 | 10101111 | 1 | 1011010 | 0 | 11111 | 100101011 | 1010010 | 100110 |
Color Harmonies of #AD11AF
Complementary color
Monochromatic Colors of #AD11AF
Black with #AD11AF
Text Example
Text Example
White with #AD11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11AF; }
p { color: rgb(173,17,175); }
H1.HeaderClassName
{
color: #AD11AF;
}
.AnyTagClassName
{
color: #AD11AF;
}
</style>
background-color css
<style>
a { background-color: #AD11AF; }
a { background-color: rgb(173,17,175); }
div.DivClassName
{
background-color: #AD11AF;
}
.BgClassName
{
background-color: #AD11AF;
}
</style>
border-color css
<style>
span { border-color: #AD11AF; }
span { border-color: rgb(173,17,175); }
td.TdClassName
{
border-color: #AD11AF;
}
.TagClassName
{
border-color: #AD11AF;
}
</style>