Shades of Dark Magenta #A400AA
Tints of Dark Magenta #A400AA
RGB
CMYK
RGB Variations
Color information
#A400AA (or 0xA400AA) is known color: Dark Magenta. HEX triplet: A4, 00 and AA. RGB value is (164,0,170). Sum of RGB (Red+Green+Blue) = 164+0+170=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #A400AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400AA is #5BFF55. Grayscale: #434343. Windows color (decimal): -6029142 or 11141284. OLE color: 11141284.
HSL color Cylindrical-coordinate representation of color #A400AA: hue angle of 297.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400AA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 0 | 170 | - |
| CMYK | 0.04 | 1 | 0 | 0.33 |
| HSL | 297.88º | 1% | 0.33% | - |
| HSV(B) | 297.88º | 1% | 0.67% | - |
| XYZ | 22.57 | 10.79 | 38.92 | - |
| YUV | 68.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 170 | 0.04 | 1 | 0 | 0.33 | 297.88 | 1 | 0.33 |
| Hex | A4 | 0 | AA | 4 | 64 | 0 | 21 | 12A | 64 | 21 |
| Octal | 244 | 0 | 252 | 4 | 144 | 0 | 41 | 452 | 144 | 41 |
| Binary | 10100100 | 0 | 10101010 | 100 | 1100100 | 0 | 100001 | 100101010 | 1100100 | 100001 |
Color Harmonies of #A400AA
Complementary color
Monochromatic Colors of #A400AA
Black with #A400AA
Text Example
Text Example
White with #A400AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400AA; }
p { color: rgb(164,0,170); }
H1.HeaderClassName
{
color: #A400AA;
}
.AnyTagClassName
{
color: #A400AA;
}
</style>
background-color css
<style>
a { background-color: #A400AA; }
a { background-color: rgb(164,0,170); }
div.DivClassName
{
background-color: #A400AA;
}
.BgClassName
{
background-color: #A400AA;
}
</style>
border-color css
<style>
span { border-color: #A400AA; }
span { border-color: rgb(164,0,170); }
td.TdClassName
{
border-color: #A400AA;
}
.TagClassName
{
border-color: #A400AA;
}
</style>