Shades of Dark Magenta #A913AD
Tints of Dark Magenta #A913AD
RGB
CMYK
RGB Variations
Color information
#A913AD (or 0xA913AD) is known color: Dark Magenta. HEX triplet: A9, 13 and AD. RGB value is (169,19,173). Sum of RGB (Red+Green+Blue) = 169+19+173=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A913AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A913AD is #56EC52. Grayscale: #505050. Windows color (decimal): -5696595 or 11342761. OLE color: 11342761.
HSL color Cylindrical-coordinate representation of color #A913AD: hue angle of 298.44º 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 #A913AD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 19 | 173 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.32 |
| HSL | 298.44º | 0.8% | 0.38% | - |
| HSV(B) | 298.44º | 0.89% | 0.68% | - |
| XYZ | 24.14 | 11.92 | 40.56 | - |
| YUV | 81.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 173 | 0.02 | 0.89 | 0 | 0.32 | 298.44 | 0.8 | 0.38 |
| Hex | A9 | 13 | AD | 2 | 59 | 0 | 20 | 12A | 50 | 26 |
| Octal | 251 | 23 | 255 | 2 | 131 | 0 | 40 | 452 | 120 | 46 |
| Binary | 10101001 | 10011 | 10101101 | 10 | 1011001 | 0 | 100000 | 100101010 | 1010000 | 100110 |
Color Harmonies of #A913AD
Complementary color
Monochromatic Colors of #A913AD
Black with #A913AD
Text Example
Text Example
White with #A913AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A913AD; }
p { color: rgb(169,19,173); }
H1.HeaderClassName
{
color: #A913AD;
}
.AnyTagClassName
{
color: #A913AD;
}
</style>
background-color css
<style>
a { background-color: #A913AD; }
a { background-color: rgb(169,19,173); }
div.DivClassName
{
background-color: #A913AD;
}
.BgClassName
{
background-color: #A913AD;
}
</style>
border-color css
<style>
span { border-color: #A913AD; }
span { border-color: rgb(169,19,173); }
td.TdClassName
{
border-color: #A913AD;
}
.TagClassName
{
border-color: #A913AD;
}
</style>