Shades of Dark Magenta #A400AB
Tints of Dark Magenta #A400AB
RGB
CMYK
RGB Variations
Color information
#A400AB (or 0xA400AB) is known color: Dark Magenta. HEX triplet: A4, 00 and AB. RGB value is (164,0,171). Sum of RGB (Red+Green+Blue) = 164+0+171=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #A400AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400AB is #5BFF54. Grayscale: #444444. Windows color (decimal): -6029141 or 11206820. OLE color: 11206820.
HSL color Cylindrical-coordinate representation of color #A400AB: hue angle of 297.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400AB is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 0 | 171 | - |
| CMYK | 0.04 | 1 | 0 | 0.33 |
| HSL | 297.54º | 1% | 0.34% | - |
| HSV(B) | 297.54º | 1% | 0.67% | - |
| XYZ | 22.66 | 10.83 | 39.42 | - |
| YUV | 68.53 | 185.83 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 171 | 0.04 | 1 | 0 | 0.33 | 297.54 | 1 | 0.34 |
| Hex | A4 | 0 | AB | 4 | 64 | 0 | 21 | 12A | 64 | 22 |
| Octal | 244 | 0 | 253 | 4 | 144 | 0 | 41 | 452 | 144 | 42 |
| Binary | 10100100 | 0 | 10101011 | 100 | 1100100 | 0 | 100001 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A400AB
Complementary color
Monochromatic Colors of #A400AB
Black with #A400AB
Text Example
Text Example
White with #A400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400AB; }
p { color: rgb(164,0,171); }
H1.HeaderClassName
{
color: #A400AB;
}
.AnyTagClassName
{
color: #A400AB;
}
</style>
background-color css
<style>
a { background-color: #A400AB; }
a { background-color: rgb(164,0,171); }
div.DivClassName
{
background-color: #A400AB;
}
.BgClassName
{
background-color: #A400AB;
}
</style>
border-color css
<style>
span { border-color: #A400AB; }
span { border-color: rgb(164,0,171); }
td.TdClassName
{
border-color: #A400AB;
}
.TagClassName
{
border-color: #A400AB;
}
</style>