Shades of Deep Magenta #AD14AF
Tints of Deep Magenta #AD14AF
RGB
CMYK
RGB Variations
Color information
#AD14AF (or 0xAD14AF) is known color: Deep Magenta. HEX triplet: AD, 14 and AF. RGB value is (173,20,175). Sum of RGB (Red+Green+Blue) = 173+20+175=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD14AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD14AF is #52EB50. Grayscale: #525252. Windows color (decimal): -5434193 or 11474093. OLE color: 11474093.
HSL color Cylindrical-coordinate representation of color #AD14AF: hue angle of 299.23º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD14AF is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 20 | 175 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.31 |
| HSL | 299.23º | 0.79% | 0.38% | - |
| HSV(B) | 299.23º | 0.89% | 0.69% | - |
| XYZ | 25.22 | 12.48 | 41.64 | - |
| YUV | 83.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 175 | 0.01 | 0.89 | 0 | 0.31 | 299.23 | 0.79 | 0.38 |
| Hex | AD | 14 | AF | 1 | 59 | 0 | 1F | 12B | 4F | 26 |
| Octal | 255 | 24 | 257 | 1 | 131 | 0 | 37 | 453 | 117 | 46 |
| Binary | 10101101 | 10100 | 10101111 | 1 | 1011001 | 0 | 11111 | 100101011 | 1001111 | 100110 |
Color Harmonies of #AD14AF
Complementary color
Monochromatic Colors of #AD14AF
Black with #AD14AF
Text Example
Text Example
White with #AD14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14AF; }
p { color: rgb(173,20,175); }
H1.HeaderClassName
{
color: #AD14AF;
}
.AnyTagClassName
{
color: #AD14AF;
}
</style>
background-color css
<style>
a { background-color: #AD14AF; }
a { background-color: rgb(173,20,175); }
div.DivClassName
{
background-color: #AD14AF;
}
.BgClassName
{
background-color: #AD14AF;
}
</style>
border-color css
<style>
span { border-color: #AD14AF; }
span { border-color: rgb(173,20,175); }
td.TdClassName
{
border-color: #AD14AF;
}
.TagClassName
{
border-color: #AD14AF;
}
</style>