Shades of Dark Magenta #AD10A3
Tints of Dark Magenta #AD10A3
RGB
CMYK
RGB Variations
Color information
#AD10A3 (or 0xAD10A3) is known color: Dark Magenta. HEX triplet: AD, 10 and A3. RGB value is (173,16,163). Sum of RGB (Red+Green+Blue) = 173+16+163=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10A3 is #52EF5C. Grayscale: #4F4F4F. Windows color (decimal): -5435229 or 10686637. OLE color: 10686637.
HSL color Cylindrical-coordinate representation of color #AD10A3: hue angle of 303.82º degrees, saturation: 0.83, 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 #AD10A3 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 163 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.32 |
| HSL | 303.82º | 0.83% | 0.37% | - |
| HSV(B) | 303.82º | 0.91% | 0.68% | - |
| XYZ | 24.03 | 11.9 | 35.68 | - |
| YUV | 79.7 | 175.01 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 163 | 0 | 0.91 | 0.06 | 0.32 | 303.82 | 0.83 | 0.37 |
| Hex | AD | 10 | A3 | 0 | 5B | 6 | 20 | 130 | 53 | 25 |
| Octal | 255 | 20 | 243 | 0 | 133 | 6 | 40 | 460 | 123 | 45 |
| Binary | 10101101 | 10000 | 10100011 | 0 | 1011011 | 110 | 100000 | 100110000 | 1010011 | 100101 |
Color Harmonies of #AD10A3
Complementary color
Monochromatic Colors of #AD10A3
Black with #AD10A3
Text Example
Text Example
White with #AD10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10A3; }
p { color: rgb(173,16,163); }
H1.HeaderClassName
{
color: #AD10A3;
}
.AnyTagClassName
{
color: #AD10A3;
}
</style>
background-color css
<style>
a { background-color: #AD10A3; }
a { background-color: rgb(173,16,163); }
div.DivClassName
{
background-color: #AD10A3;
}
.BgClassName
{
background-color: #AD10A3;
}
</style>
border-color css
<style>
span { border-color: #AD10A3; }
span { border-color: rgb(173,16,163); }
td.TdClassName
{
border-color: #AD10A3;
}
.TagClassName
{
border-color: #AD10A3;
}
</style>