Shades of Dark Magenta #A40DAB
Tints of Dark Magenta #A40DAB
RGB
CMYK
RGB Variations
Color information
#A40DAB (or 0xA40DAB) is known color: Dark Magenta. HEX triplet: A4, 0D and AB. RGB value is (164,13,171). Sum of RGB (Red+Green+Blue) = 164+13+171=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DAB is #5BF254. Grayscale: #4B4B4B. Windows color (decimal): -6025813 or 11210148. OLE color: 11210148.
HSL color Cylindrical-coordinate representation of color #A40DAB: hue angle of 297.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40DAB is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 13 | 171 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.33 |
| HSL | 297.34º | 0.86% | 0.36% | - |
| HSV(B) | 297.34º | 0.92% | 0.67% | - |
| XYZ | 22.8 | 11.12 | 39.47 | - |
| YUV | 76.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 171 | 0.04 | 0.92 | 0 | 0.33 | 297.34 | 0.86 | 0.36 |
| Hex | A4 | D | AB | 4 | 5C | 0 | 21 | 129 | 56 | 24 |
| Octal | 244 | 15 | 253 | 4 | 134 | 0 | 41 | 451 | 126 | 44 |
| Binary | 10100100 | 1101 | 10101011 | 100 | 1011100 | 0 | 100001 | 100101001 | 1010110 | 100100 |
Color Harmonies of #A40DAB
Complementary color
Monochromatic Colors of #A40DAB
Black with #A40DAB
Text Example
Text Example
White with #A40DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DAB; }
p { color: rgb(164,13,171); }
H1.HeaderClassName
{
color: #A40DAB;
}
.AnyTagClassName
{
color: #A40DAB;
}
</style>
background-color css
<style>
a { background-color: #A40DAB; }
a { background-color: rgb(164,13,171); }
div.DivClassName
{
background-color: #A40DAB;
}
.BgClassName
{
background-color: #A40DAB;
}
</style>
border-color css
<style>
span { border-color: #A40DAB; }
span { border-color: rgb(164,13,171); }
td.TdClassName
{
border-color: #A40DAB;
}
.TagClassName
{
border-color: #A40DAB;
}
</style>