Shades of Dark Magenta #AD0FA4
Tints of Dark Magenta #AD0FA4
RGB
CMYK
RGB Variations
Color information
#AD0FA4 (or 0xAD0FA4) is known color: Dark Magenta. HEX triplet: AD, 0F and A4. RGB value is (173,15,164). Sum of RGB (Red+Green+Blue) = 173+15+164=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA4 is #52F05B. Grayscale: #4E4E4E. Windows color (decimal): -5435484 or 10751917. OLE color: 10751917.
HSL color Cylindrical-coordinate representation of color #AD0FA4: hue angle of 303.42º 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 #AD0FA4 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 164 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.32 |
| HSL | 303.42º | 0.84% | 0.37% | - |
| HSV(B) | 303.42º | 0.91% | 0.68% | - |
| XYZ | 24.11 | 11.91 | 36.15 | - |
| YUV | 79.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 164 | 0 | 0.91 | 0.05 | 0.32 | 303.42 | 0.84 | 0.37 |
| Hex | AD | F | A4 | 0 | 5B | 5 | 20 | 12F | 54 | 25 |
| Octal | 255 | 17 | 244 | 0 | 133 | 5 | 40 | 457 | 124 | 45 |
| Binary | 10101101 | 1111 | 10100100 | 0 | 1011011 | 101 | 100000 | 100101111 | 1010100 | 100101 |
Color Harmonies of #AD0FA4
Complementary color
Monochromatic Colors of #AD0FA4
Black with #AD0FA4
Text Example
Text Example
White with #AD0FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FA4; }
p { color: rgb(173,15,164); }
H1.HeaderClassName
{
color: #AD0FA4;
}
.AnyTagClassName
{
color: #AD0FA4;
}
</style>
background-color css
<style>
a { background-color: #AD0FA4; }
a { background-color: rgb(173,15,164); }
div.DivClassName
{
background-color: #AD0FA4;
}
.BgClassName
{
background-color: #AD0FA4;
}
</style>
border-color css
<style>
span { border-color: #AD0FA4; }
span { border-color: rgb(173,15,164); }
td.TdClassName
{
border-color: #AD0FA4;
}
.TagClassName
{
border-color: #AD0FA4;
}
</style>