Shades of Dark Magenta #AD0FA3
Tints of Dark Magenta #AD0FA3
RGB
CMYK
RGB Variations
Color information
#AD0FA3 (or 0xAD0FA3) is known color: Dark Magenta. HEX triplet: AD, 0F and A3. RGB value is (173,15,163). Sum of RGB (Red+Green+Blue) = 173+15+163=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA3 is #52F05C. Grayscale: #4E4E4E. Windows color (decimal): -5435485 or 10686381. OLE color: 10686381.
HSL color Cylindrical-coordinate representation of color #AD0FA3: hue angle of 303.8º 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 #AD0FA3 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 163 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.32 |
| HSL | 303.8º | 0.84% | 0.37% | - |
| HSV(B) | 303.8º | 0.91% | 0.68% | - |
| XYZ | 24.02 | 11.87 | 35.68 | - |
| YUV | 79.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 163 | 0 | 0.91 | 0.06 | 0.32 | 303.8 | 0.84 | 0.37 |
| Hex | AD | F | A3 | 0 | 5B | 6 | 20 | 130 | 54 | 25 |
| Octal | 255 | 17 | 243 | 0 | 133 | 6 | 40 | 460 | 124 | 45 |
| Binary | 10101101 | 1111 | 10100011 | 0 | 1011011 | 110 | 100000 | 100110000 | 1010100 | 100101 |
Color Harmonies of #AD0FA3
Complementary color
Monochromatic Colors of #AD0FA3
Black with #AD0FA3
Text Example
Text Example
White with #AD0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FA3; }
p { color: rgb(173,15,163); }
H1.HeaderClassName
{
color: #AD0FA3;
}
.AnyTagClassName
{
color: #AD0FA3;
}
</style>
background-color css
<style>
a { background-color: #AD0FA3; }
a { background-color: rgb(173,15,163); }
div.DivClassName
{
background-color: #AD0FA3;
}
.BgClassName
{
background-color: #AD0FA3;
}
</style>
border-color css
<style>
span { border-color: #AD0FA3; }
span { border-color: rgb(173,15,163); }
td.TdClassName
{
border-color: #AD0FA3;
}
.TagClassName
{
border-color: #AD0FA3;
}
</style>