Shades of Dark Magenta #AD13A3
Tints of Dark Magenta #AD13A3
RGB
CMYK
RGB Variations
Color information
#AD13A3 (or 0xAD13A3) is known color: Dark Magenta. HEX triplet: AD, 13 and A3. RGB value is (173,19,163). Sum of RGB (Red+Green+Blue) = 173+19+163=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD13A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13A3 is #52EC5C. Grayscale: #515151. Windows color (decimal): -5434461 or 10687405. OLE color: 10687405.
HSL color Cylindrical-coordinate representation of color #AD13A3: hue angle of 303.9º 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 #AD13A3 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 163 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.32 |
| HSL | 303.9º | 0.8% | 0.38% | - |
| HSV(B) | 303.9º | 0.89% | 0.68% | - |
| XYZ | 24.08 | 11.99 | 35.7 | - |
| YUV | 81.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 163 | 0 | 0.89 | 0.06 | 0.32 | 303.9 | 0.8 | 0.38 |
| Hex | AD | 13 | A3 | 0 | 59 | 6 | 20 | 130 | 50 | 26 |
| Octal | 255 | 23 | 243 | 0 | 131 | 6 | 40 | 460 | 120 | 46 |
| Binary | 10101101 | 10011 | 10100011 | 0 | 1011001 | 110 | 100000 | 100110000 | 1010000 | 100110 |
Color Harmonies of #AD13A3
Complementary color
Monochromatic Colors of #AD13A3
Black with #AD13A3
Text Example
Text Example
White with #AD13A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13A3; }
p { color: rgb(173,19,163); }
H1.HeaderClassName
{
color: #AD13A3;
}
.AnyTagClassName
{
color: #AD13A3;
}
</style>
background-color css
<style>
a { background-color: #AD13A3; }
a { background-color: rgb(173,19,163); }
div.DivClassName
{
background-color: #AD13A3;
}
.BgClassName
{
background-color: #AD13A3;
}
</style>
border-color css
<style>
span { border-color: #AD13A3; }
span { border-color: rgb(173,19,163); }
td.TdClassName
{
border-color: #AD13A3;
}
.TagClassName
{
border-color: #AD13A3;
}
</style>