Shades of Dark Magenta #AD0FA0
Tints of Dark Magenta #AD0FA0
RGB
CMYK
RGB Variations
Color information
#AD0FA0 (or 0xAD0FA0) is known color: Dark Magenta. HEX triplet: AD, 0F and A0. RGB value is (173,15,160). Sum of RGB (Red+Green+Blue) = 173+15+160=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA0 is #52F05F. Grayscale: #4E4E4E. Windows color (decimal): -5435488 or 10489773. OLE color: 10489773.
HSL color Cylindrical-coordinate representation of color #AD0FA0: hue angle of 304.94º 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 #AD0FA0 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 160 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.32 |
| HSL | 304.94º | 0.84% | 0.37% | - |
| HSV(B) | 304.94º | 0.91% | 0.68% | - |
| XYZ | 23.75 | 11.76 | 34.28 | - |
| YUV | 78.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 160 | 0 | 0.91 | 0.08 | 0.32 | 304.94 | 0.84 | 0.37 |
| Hex | AD | F | A0 | 0 | 5B | 8 | 20 | 131 | 54 | 25 |
| Octal | 255 | 17 | 240 | 0 | 133 | 10 | 40 | 461 | 124 | 45 |
| Binary | 10101101 | 1111 | 10100000 | 0 | 1011011 | 1000 | 100000 | 100110001 | 1010100 | 100101 |
Color Harmonies of #AD0FA0
Complementary color
Monochromatic Colors of #AD0FA0
Black with #AD0FA0
Text Example
Text Example
White with #AD0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FA0; }
p { color: rgb(173,15,160); }
H1.HeaderClassName
{
color: #AD0FA0;
}
.AnyTagClassName
{
color: #AD0FA0;
}
</style>
background-color css
<style>
a { background-color: #AD0FA0; }
a { background-color: rgb(173,15,160); }
div.DivClassName
{
background-color: #AD0FA0;
}
.BgClassName
{
background-color: #AD0FA0;
}
</style>
border-color css
<style>
span { border-color: #AD0FA0; }
span { border-color: rgb(173,15,160); }
td.TdClassName
{
border-color: #AD0FA0;
}
.TagClassName
{
border-color: #AD0FA0;
}
</style>