Shades of Dark Magenta #A400A9
Tints of Dark Magenta #A400A9
RGB
CMYK
RGB Variations
Color information
#A400A9 (or 0xA400A9) is known color: Dark Magenta. HEX triplet: A4, 00 and A9. RGB value is (164,0,169). Sum of RGB (Red+Green+Blue) = 164+0+169=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #A400A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400A9 is #5BFF56. Grayscale: #434343. Windows color (decimal): -6029143 or 11075748. OLE color: 11075748.
HSL color Cylindrical-coordinate representation of color #A400A9: hue angle of 298.22º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400A9 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 0 | 169 | - |
| CMYK | 0.03 | 1 | 0 | 0.34 |
| HSL | 298.22º | 1% | 0.33% | - |
| HSV(B) | 298.22º | 1% | 0.66% | - |
| XYZ | 22.47 | 10.76 | 38.43 | - |
| YUV | 68.3 | 184.83 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 169 | 0.03 | 1 | 0 | 0.34 | 298.22 | 1 | 0.33 |
| Hex | A4 | 0 | A9 | 3 | 64 | 0 | 22 | 12A | 64 | 21 |
| Octal | 244 | 0 | 251 | 3 | 144 | 0 | 42 | 452 | 144 | 41 |
| Binary | 10100100 | 0 | 10101001 | 11 | 1100100 | 0 | 100010 | 100101010 | 1100100 | 100001 |
Color Harmonies of #A400A9
Complementary color
Monochromatic Colors of #A400A9
Black with #A400A9
Text Example
Text Example
White with #A400A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400A9; }
p { color: rgb(164,0,169); }
H1.HeaderClassName
{
color: #A400A9;
}
.AnyTagClassName
{
color: #A400A9;
}
</style>
background-color css
<style>
a { background-color: #A400A9; }
a { background-color: rgb(164,0,169); }
div.DivClassName
{
background-color: #A400A9;
}
.BgClassName
{
background-color: #A400A9;
}
</style>
border-color css
<style>
span { border-color: #A400A9; }
span { border-color: rgb(164,0,169); }
td.TdClassName
{
border-color: #A400A9;
}
.TagClassName
{
border-color: #A400A9;
}
</style>