Shades of Dark Magenta #A405AD
Tints of Dark Magenta #A405AD
RGB
CMYK
RGB Variations
Color information
#A405AD (or 0xA405AD) is known color: Dark Magenta. HEX triplet: A4, 05 and AD. RGB value is (164,5,173). Sum of RGB (Red+Green+Blue) = 164+5+173=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A405AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A405AD is #5BFA52. Grayscale: #474747. Windows color (decimal): -6027859 or 11339172. OLE color: 11339172.
HSL color Cylindrical-coordinate representation of color #A405AD: hue angle of 296.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405AD is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 5 | 173 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.32 |
| HSL | 296.79º | 0.94% | 0.35% | - |
| HSV(B) | 296.79º | 0.97% | 0.68% | - |
| XYZ | 22.91 | 11.02 | 40.45 | - |
| YUV | 71.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 173 | 0.05 | 0.97 | 0 | 0.32 | 296.79 | 0.94 | 0.35 |
| Hex | A4 | 5 | AD | 5 | 61 | 0 | 20 | 129 | 5E | 23 |
| Octal | 244 | 5 | 255 | 5 | 141 | 0 | 40 | 451 | 136 | 43 |
| Binary | 10100100 | 101 | 10101101 | 101 | 1100001 | 0 | 100000 | 100101001 | 1011110 | 100011 |
Color Harmonies of #A405AD
Complementary color
Monochromatic Colors of #A405AD
Black with #A405AD
Text Example
Text Example
White with #A405AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405AD; }
p { color: rgb(164,5,173); }
H1.HeaderClassName
{
color: #A405AD;
}
.AnyTagClassName
{
color: #A405AD;
}
</style>
background-color css
<style>
a { background-color: #A405AD; }
a { background-color: rgb(164,5,173); }
div.DivClassName
{
background-color: #A405AD;
}
.BgClassName
{
background-color: #A405AD;
}
</style>
border-color css
<style>
span { border-color: #A405AD; }
span { border-color: rgb(164,5,173); }
td.TdClassName
{
border-color: #A405AD;
}
.TagClassName
{
border-color: #A405AD;
}
</style>