Shades of Dark Magenta #A400AD
Tints of Dark Magenta #A400AD
RGB
CMYK
RGB Variations
Color information
#A400AD (or 0xA400AD) is known color: Dark Magenta. HEX triplet: A4, 00 and AD. RGB value is (164,0,173). Sum of RGB (Red+Green+Blue) = 164+0+173=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #A400AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400AD is #5BFF52. Grayscale: #444444. Windows color (decimal): -6029139 or 11337892. OLE color: 11337892.
HSL color Cylindrical-coordinate representation of color #A400AD: hue angle of 296.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400AD is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 0 | 173 | - |
| CMYK | 0.05 | 1 | 0 | 0.32 |
| HSL | 296.88º | 1% | 0.34% | - |
| HSV(B) | 296.88º | 1% | 0.68% | - |
| XYZ | 22.85 | 10.91 | 40.44 | - |
| YUV | 68.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 173 | 0.05 | 1 | 0 | 0.32 | 296.88 | 1 | 0.34 |
| Hex | A4 | 0 | AD | 5 | 64 | 0 | 20 | 129 | 64 | 22 |
| Octal | 244 | 0 | 255 | 5 | 144 | 0 | 40 | 451 | 144 | 42 |
| Binary | 10100100 | 0 | 10101101 | 101 | 1100100 | 0 | 100000 | 100101001 | 1100100 | 100010 |
Color Harmonies of #A400AD
Complementary color
Monochromatic Colors of #A400AD
Black with #A400AD
Text Example
Text Example
White with #A400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400AD; }
p { color: rgb(164,0,173); }
H1.HeaderClassName
{
color: #A400AD;
}
.AnyTagClassName
{
color: #A400AD;
}
</style>
background-color css
<style>
a { background-color: #A400AD; }
a { background-color: rgb(164,0,173); }
div.DivClassName
{
background-color: #A400AD;
}
.BgClassName
{
background-color: #A400AD;
}
</style>
border-color css
<style>
span { border-color: #A400AD; }
span { border-color: rgb(164,0,173); }
td.TdClassName
{
border-color: #A400AD;
}
.TagClassName
{
border-color: #A400AD;
}
</style>