Shades of Dark Magenta #AD13A2
Tints of Dark Magenta #AD13A2
RGB
CMYK
RGB Variations
Color information
#AD13A2 (or 0xAD13A2) is known color: Dark Magenta. HEX triplet: AD, 13 and A2. RGB value is (173,19,162). Sum of RGB (Red+Green+Blue) = 173+19+162=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD13A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13A2 is #52EC5D. Grayscale: #505050. Windows color (decimal): -5434462 or 10621869. OLE color: 10621869.
HSL color Cylindrical-coordinate representation of color #AD13A2: hue angle of 304.29º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13A2 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 162 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.32 |
| HSL | 304.29º | 0.8% | 0.38% | - |
| HSV(B) | 304.29º | 0.89% | 0.68% | - |
| XYZ | 23.99 | 11.96 | 35.23 | - |
| YUV | 81.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 162 | 0 | 0.89 | 0.06 | 0.32 | 304.29 | 0.8 | 0.38 |
| Hex | AD | 13 | A2 | 0 | 59 | 6 | 20 | 130 | 50 | 26 |
| Octal | 255 | 23 | 242 | 0 | 131 | 6 | 40 | 460 | 120 | 46 |
| Binary | 10101101 | 10011 | 10100010 | 0 | 1011001 | 110 | 100000 | 100110000 | 1010000 | 100110 |
Color Harmonies of #AD13A2
Complementary color
Monochromatic Colors of #AD13A2
Black with #AD13A2
Text Example
Text Example
White with #AD13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13A2; }
p { color: rgb(173,19,162); }
H1.HeaderClassName
{
color: #AD13A2;
}
.AnyTagClassName
{
color: #AD13A2;
}
</style>
background-color css
<style>
a { background-color: #AD13A2; }
a { background-color: rgb(173,19,162); }
div.DivClassName
{
background-color: #AD13A2;
}
.BgClassName
{
background-color: #AD13A2;
}
</style>
border-color css
<style>
span { border-color: #AD13A2; }
span { border-color: rgb(173,19,162); }
td.TdClassName
{
border-color: #AD13A2;
}
.TagClassName
{
border-color: #AD13A2;
}
</style>