Shades of Dark Magenta #A605AD
Tints of Dark Magenta #A605AD
RGB
CMYK
RGB Variations
Color information
#A605AD (or 0xA605AD) is known color: Dark Magenta. HEX triplet: A6, 05 and AD. RGB value is (166,5,173). Sum of RGB (Red+Green+Blue) = 166+5+173=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #A605AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A605AD is #59FA52. Grayscale: #474747. Windows color (decimal): -5896787 or 11339174. OLE color: 11339174.
HSL color Cylindrical-coordinate representation of color #A605AD: hue angle of 297.5º 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 #A605AD is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 5 | 173 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.32 |
| HSL | 297.5º | 0.94% | 0.35% | - |
| HSV(B) | 297.5º | 0.97% | 0.68% | - |
| XYZ | 23.32 | 11.23 | 40.47 | - |
| YUV | 72.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 173 | 0.04 | 0.97 | 0 | 0.32 | 297.5 | 0.94 | 0.35 |
| Hex | A6 | 5 | AD | 4 | 61 | 0 | 20 | 12A | 5E | 23 |
| Octal | 246 | 5 | 255 | 4 | 141 | 0 | 40 | 452 | 136 | 43 |
| Binary | 10100110 | 101 | 10101101 | 100 | 1100001 | 0 | 100000 | 100101010 | 1011110 | 100011 |
Color Harmonies of #A605AD
Complementary color
Monochromatic Colors of #A605AD
Black with #A605AD
Text Example
Text Example
White with #A605AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A605AD; }
p { color: rgb(166,5,173); }
H1.HeaderClassName
{
color: #A605AD;
}
.AnyTagClassName
{
color: #A605AD;
}
</style>
background-color css
<style>
a { background-color: #A605AD; }
a { background-color: rgb(166,5,173); }
div.DivClassName
{
background-color: #A605AD;
}
.BgClassName
{
background-color: #A605AD;
}
</style>
border-color css
<style>
span { border-color: #A605AD; }
span { border-color: rgb(166,5,173); }
td.TdClassName
{
border-color: #A605AD;
}
.TagClassName
{
border-color: #A605AD;
}
</style>