Shades of Dark Magenta #A40AAB
Tints of Dark Magenta #A40AAB
RGB
CMYK
RGB Variations
Color information
#A40AAB (or 0xA40AAB) is known color: Dark Magenta. HEX triplet: A4, 0A and AB. RGB value is (164,10,171). Sum of RGB (Red+Green+Blue) = 164+10+171=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40AAB is #5BF554. Grayscale: #494949. Windows color (decimal): -6026581 or 11209380. OLE color: 11209380.
HSL color Cylindrical-coordinate representation of color #A40AAB: hue angle of 297.39º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40AAB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 10 | 171 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.33 |
| HSL | 297.39º | 0.89% | 0.35% | - |
| HSV(B) | 297.39º | 0.94% | 0.67% | - |
| XYZ | 22.77 | 11.05 | 39.46 | - |
| YUV | 74.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 171 | 0.04 | 0.94 | 0 | 0.33 | 297.39 | 0.89 | 0.35 |
| Hex | A4 | A | AB | 4 | 5E | 0 | 21 | 129 | 59 | 23 |
| Octal | 244 | 12 | 253 | 4 | 136 | 0 | 41 | 451 | 131 | 43 |
| Binary | 10100100 | 1010 | 10101011 | 100 | 1011110 | 0 | 100001 | 100101001 | 1011001 | 100011 |
Color Harmonies of #A40AAB
Complementary color
Monochromatic Colors of #A40AAB
Black with #A40AAB
Text Example
Text Example
White with #A40AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AAB; }
p { color: rgb(164,10,171); }
H1.HeaderClassName
{
color: #A40AAB;
}
.AnyTagClassName
{
color: #A40AAB;
}
</style>
background-color css
<style>
a { background-color: #A40AAB; }
a { background-color: rgb(164,10,171); }
div.DivClassName
{
background-color: #A40AAB;
}
.BgClassName
{
background-color: #A40AAB;
}
</style>
border-color css
<style>
span { border-color: #A40AAB; }
span { border-color: rgb(164,10,171); }
td.TdClassName
{
border-color: #A40AAB;
}
.TagClassName
{
border-color: #A40AAB;
}
</style>