Shades of Dark Magenta #AD15A3
Tints of Dark Magenta #AD15A3
RGB
CMYK
RGB Variations
Color information
#AD15A3 (or 0xAD15A3) is known color: Dark Magenta. HEX triplet: AD, 15 and A3. RGB value is (173,21,163). Sum of RGB (Red+Green+Blue) = 173+21+163=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD15A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15A3 is #52EA5C. Grayscale: #525252. Windows color (decimal): -5433949 or 10687917. OLE color: 10687917.
HSL color Cylindrical-coordinate representation of color #AD15A3: hue angle of 303.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD15A3 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 163 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.32 |
| HSL | 303.95º | 0.78% | 0.38% | - |
| HSV(B) | 303.95º | 0.88% | 0.68% | - |
| XYZ | 24.11 | 12.06 | 35.71 | - |
| YUV | 82.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 163 | 0 | 0.88 | 0.06 | 0.32 | 303.95 | 0.78 | 0.38 |
| Hex | AD | 15 | A3 | 0 | 58 | 6 | 20 | 130 | 4E | 26 |
| Octal | 255 | 25 | 243 | 0 | 130 | 6 | 40 | 460 | 116 | 46 |
| Binary | 10101101 | 10101 | 10100011 | 0 | 1011000 | 110 | 100000 | 100110000 | 1001110 | 100110 |
Color Harmonies of #AD15A3
Complementary color
Monochromatic Colors of #AD15A3
Black with #AD15A3
Text Example
Text Example
White with #AD15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15A3; }
p { color: rgb(173,21,163); }
H1.HeaderClassName
{
color: #AD15A3;
}
.AnyTagClassName
{
color: #AD15A3;
}
</style>
background-color css
<style>
a { background-color: #AD15A3; }
a { background-color: rgb(173,21,163); }
div.DivClassName
{
background-color: #AD15A3;
}
.BgClassName
{
background-color: #AD15A3;
}
</style>
border-color css
<style>
span { border-color: #AD15A3; }
span { border-color: rgb(173,21,163); }
td.TdClassName
{
border-color: #AD15A3;
}
.TagClassName
{
border-color: #AD15A3;
}
</style>