Shades of Dark Magenta #A400A2
Tints of Dark Magenta #A400A2
RGB
CMYK
RGB Variations
Color information
#A400A2 (or 0xA400A2) is known color: Dark Magenta. HEX triplet: A4, 00 and A2. RGB value is (164,0,162). Sum of RGB (Red+Green+Blue) = 164+0+162=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A400A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400A2 is #5BFF5D. Grayscale: #434343. Windows color (decimal): -6029150 or 10616996. OLE color: 10616996.
HSL color Cylindrical-coordinate representation of color #A400A2: hue angle of 300.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400A2 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.01 | 0.36 |
| HSL | 300.73º | 1% | 0.32% | - |
| HSV(B) | 300.73º | 1% | 0.64% | - |
| XYZ | 21.83 | 10.5 | 35.06 | - |
| YUV | 67.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 162 | 0 | 1 | 0.01 | 0.36 | 300.73 | 1 | 0.32 |
| Hex | A4 | 0 | A2 | 0 | 64 | 1 | 24 | 12D | 64 | 20 |
| Octal | 244 | 0 | 242 | 0 | 144 | 1 | 44 | 455 | 144 | 40 |
| Binary | 10100100 | 0 | 10100010 | 0 | 1100100 | 1 | 100100 | 100101101 | 1100100 | 100000 |
Color Harmonies of #A400A2
Complementary color
Monochromatic Colors of #A400A2
Black with #A400A2
Text Example
Text Example
White with #A400A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400A2; }
p { color: rgb(164,0,162); }
H1.HeaderClassName
{
color: #A400A2;
}
.AnyTagClassName
{
color: #A400A2;
}
</style>
background-color css
<style>
a { background-color: #A400A2; }
a { background-color: rgb(164,0,162); }
div.DivClassName
{
background-color: #A400A2;
}
.BgClassName
{
background-color: #A400A2;
}
</style>
border-color css
<style>
span { border-color: #A400A2; }
span { border-color: rgb(164,0,162); }
td.TdClassName
{
border-color: #A400A2;
}
.TagClassName
{
border-color: #A400A2;
}
</style>