Shades of Deep Magenta #AD0FAA
Tints of Deep Magenta #AD0FAA
RGB
CMYK
RGB Variations
Color information
#AD0FAA (or 0xAD0FAA) is known color: Deep Magenta. HEX triplet: AD, 0F and AA. RGB value is (173,15,170). Sum of RGB (Red+Green+Blue) = 173+15+170=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FAA is #52F055. Grayscale: #4F4F4F. Windows color (decimal): -5435478 or 11145133. OLE color: 11145133.
HSL color Cylindrical-coordinate representation of color #AD0FAA: hue angle of 301.14º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0FAA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 170 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.32 |
| HSL | 301.14º | 0.84% | 0.37% | - |
| HSV(B) | 301.14º | 0.91% | 0.68% | - |
| XYZ | 24.66 | 12.13 | 39.07 | - |
| YUV | 79.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 170 | 0 | 0.91 | 0.02 | 0.32 | 301.14 | 0.84 | 0.37 |
| Hex | AD | F | AA | 0 | 5B | 2 | 20 | 12D | 54 | 25 |
| Octal | 255 | 17 | 252 | 0 | 133 | 2 | 40 | 455 | 124 | 45 |
| Binary | 10101101 | 1111 | 10101010 | 0 | 1011011 | 10 | 100000 | 100101101 | 1010100 | 100101 |
Color Harmonies of #AD0FAA
Complementary color
Monochromatic Colors of #AD0FAA
Black with #AD0FAA
Text Example
Text Example
White with #AD0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FAA; }
p { color: rgb(173,15,170); }
H1.HeaderClassName
{
color: #AD0FAA;
}
.AnyTagClassName
{
color: #AD0FAA;
}
</style>
background-color css
<style>
a { background-color: #AD0FAA; }
a { background-color: rgb(173,15,170); }
div.DivClassName
{
background-color: #AD0FAA;
}
.BgClassName
{
background-color: #AD0FAA;
}
</style>
border-color css
<style>
span { border-color: #AD0FAA; }
span { border-color: rgb(173,15,170); }
td.TdClassName
{
border-color: #AD0FAA;
}
.TagClassName
{
border-color: #AD0FAA;
}
</style>