Shades of Dark Magenta #A40FAB
Tints of Dark Magenta #A40FAB
RGB
CMYK
RGB Variations
Color information
#A40FAB (or 0xA40FAB) is known color: Dark Magenta. HEX triplet: A4, 0F and AB. RGB value is (164,15,171). Sum of RGB (Red+Green+Blue) = 164+15+171=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FAB is #5BF054. Grayscale: #4C4C4C. Windows color (decimal): -6025301 or 11210660. OLE color: 11210660.
HSL color Cylindrical-coordinate representation of color #A40FAB: hue angle of 297.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40FAB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 15 | 171 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.33 |
| HSL | 297.31º | 0.84% | 0.36% | - |
| HSV(B) | 297.31º | 0.91% | 0.67% | - |
| XYZ | 22.83 | 11.17 | 39.48 | - |
| YUV | 77.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 171 | 0.04 | 0.91 | 0 | 0.33 | 297.31 | 0.84 | 0.36 |
| Hex | A4 | F | AB | 4 | 5B | 0 | 21 | 129 | 54 | 24 |
| Octal | 244 | 17 | 253 | 4 | 133 | 0 | 41 | 451 | 124 | 44 |
| Binary | 10100100 | 1111 | 10101011 | 100 | 1011011 | 0 | 100001 | 100101001 | 1010100 | 100100 |
Color Harmonies of #A40FAB
Complementary color
Monochromatic Colors of #A40FAB
Black with #A40FAB
Text Example
Text Example
White with #A40FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FAB; }
p { color: rgb(164,15,171); }
H1.HeaderClassName
{
color: #A40FAB;
}
.AnyTagClassName
{
color: #A40FAB;
}
</style>
background-color css
<style>
a { background-color: #A40FAB; }
a { background-color: rgb(164,15,171); }
div.DivClassName
{
background-color: #A40FAB;
}
.BgClassName
{
background-color: #A40FAB;
}
</style>
border-color css
<style>
span { border-color: #A40FAB; }
span { border-color: rgb(164,15,171); }
td.TdClassName
{
border-color: #A40FAB;
}
.TagClassName
{
border-color: #A40FAB;
}
</style>