Shades of Dark Magenta #AD0FA2
Tints of Dark Magenta #AD0FA2
RGB
CMYK
RGB Variations
Color information
#AD0FA2 (or 0xAD0FA2) is known color: Dark Magenta. HEX triplet: AD, 0F and A2. RGB value is (173,15,162). Sum of RGB (Red+Green+Blue) = 173+15+162=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA2 is #52F05D. Grayscale: #4E4E4E. Windows color (decimal): -5435486 or 10620845. OLE color: 10620845.
HSL color Cylindrical-coordinate representation of color #AD0FA2: hue angle of 304.18º 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 #AD0FA2 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 162 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.32 |
| HSL | 304.18º | 0.84% | 0.37% | - |
| HSV(B) | 304.18º | 0.91% | 0.68% | - |
| XYZ | 23.93 | 11.83 | 35.21 | - |
| YUV | 79 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 162 | 0 | 0.91 | 0.06 | 0.32 | 304.18 | 0.84 | 0.37 |
| Hex | AD | F | A2 | 0 | 5B | 6 | 20 | 130 | 54 | 25 |
| Octal | 255 | 17 | 242 | 0 | 133 | 6 | 40 | 460 | 124 | 45 |
| Binary | 10101101 | 1111 | 10100010 | 0 | 1011011 | 110 | 100000 | 100110000 | 1010100 | 100101 |
Color Harmonies of #AD0FA2
Complementary color
Monochromatic Colors of #AD0FA2
Black with #AD0FA2
Text Example
Text Example
White with #AD0FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FA2; }
p { color: rgb(173,15,162); }
H1.HeaderClassName
{
color: #AD0FA2;
}
.AnyTagClassName
{
color: #AD0FA2;
}
</style>
background-color css
<style>
a { background-color: #AD0FA2; }
a { background-color: rgb(173,15,162); }
div.DivClassName
{
background-color: #AD0FA2;
}
.BgClassName
{
background-color: #AD0FA2;
}
</style>
border-color css
<style>
span { border-color: #AD0FA2; }
span { border-color: rgb(173,15,162); }
td.TdClassName
{
border-color: #AD0FA2;
}
.TagClassName
{
border-color: #AD0FA2;
}
</style>