Shades of Dark Magenta #AD0FA5
Tints of Dark Magenta #AD0FA5
RGB
CMYK
RGB Variations
Color information
#AD0FA5 (or 0xAD0FA5) is known color: Dark Magenta. HEX triplet: AD, 0F and A5. RGB value is (173,15,165). Sum of RGB (Red+Green+Blue) = 173+15+165=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA5 is #52F05A. Grayscale: #4E4E4E. Windows color (decimal): -5435483 or 10817453. OLE color: 10817453.
HSL color Cylindrical-coordinate representation of color #AD0FA5: hue angle of 303.04º 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 #AD0FA5 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 165 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.32 |
| HSL | 303.04º | 0.84% | 0.37% | - |
| HSV(B) | 303.04º | 0.91% | 0.68% | - |
| XYZ | 24.2 | 11.94 | 36.63 | - |
| YUV | 79.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 165 | 0 | 0.91 | 0.05 | 0.32 | 303.04 | 0.84 | 0.37 |
| Hex | AD | F | A5 | 0 | 5B | 5 | 20 | 12F | 54 | 25 |
| Octal | 255 | 17 | 245 | 0 | 133 | 5 | 40 | 457 | 124 | 45 |
| Binary | 10101101 | 1111 | 10100101 | 0 | 1011011 | 101 | 100000 | 100101111 | 1010100 | 100101 |
Color Harmonies of #AD0FA5
Complementary color
Monochromatic Colors of #AD0FA5
Black with #AD0FA5
Text Example
Text Example
White with #AD0FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FA5; }
p { color: rgb(173,15,165); }
H1.HeaderClassName
{
color: #AD0FA5;
}
.AnyTagClassName
{
color: #AD0FA5;
}
</style>
background-color css
<style>
a { background-color: #AD0FA5; }
a { background-color: rgb(173,15,165); }
div.DivClassName
{
background-color: #AD0FA5;
}
.BgClassName
{
background-color: #AD0FA5;
}
</style>
border-color css
<style>
span { border-color: #AD0FA5; }
span { border-color: rgb(173,15,165); }
td.TdClassName
{
border-color: #AD0FA5;
}
.TagClassName
{
border-color: #AD0FA5;
}
</style>