Shades of Dark Magenta #A400A5
Tints of Dark Magenta #A400A5
RGB
CMYK
RGB Variations
Color information
#A400A5 (or 0xA400A5) is known color: Dark Magenta. HEX triplet: A4, 00 and A5. RGB value is (164,0,165). Sum of RGB (Red+Green+Blue) = 164+0+165=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #A400A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400A5 is #5BFF5A. Grayscale: #434343. Windows color (decimal): -6029147 or 10813604. OLE color: 10813604.
HSL color Cylindrical-coordinate representation of color #A400A5: hue angle of 299.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400A5 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 0 | 165 | - |
| CMYK | 0.01 | 1 | 0 | 0.35 |
| HSL | 299.64º | 1% | 0.32% | - |
| HSV(B) | 299.64º | 1% | 0.65% | - |
| XYZ | 22.1 | 10.61 | 36.48 | - |
| YUV | 67.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 165 | 0.01 | 1 | 0 | 0.35 | 299.64 | 1 | 0.32 |
| Hex | A4 | 0 | A5 | 1 | 64 | 0 | 23 | 12C | 64 | 20 |
| Octal | 244 | 0 | 245 | 1 | 144 | 0 | 43 | 454 | 144 | 40 |
| Binary | 10100100 | 0 | 10100101 | 1 | 1100100 | 0 | 100011 | 100101100 | 1100100 | 100000 |
Color Harmonies of #A400A5
Complementary color
Monochromatic Colors of #A400A5
Black with #A400A5
Text Example
Text Example
White with #A400A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400A5; }
p { color: rgb(164,0,165); }
H1.HeaderClassName
{
color: #A400A5;
}
.AnyTagClassName
{
color: #A400A5;
}
</style>
background-color css
<style>
a { background-color: #A400A5; }
a { background-color: rgb(164,0,165); }
div.DivClassName
{
background-color: #A400A5;
}
.BgClassName
{
background-color: #A400A5;
}
</style>
border-color css
<style>
span { border-color: #A400A5; }
span { border-color: rgb(164,0,165); }
td.TdClassName
{
border-color: #A400A5;
}
.TagClassName
{
border-color: #A400A5;
}
</style>