Shades of Dark Magenta #A40F9F
Tints of Dark Magenta #A40F9F
RGB
CMYK
RGB Variations
Color information
#A40F9F (or 0xA40F9F) is known color: Dark Magenta. HEX triplet: A4, 0F and 9F. RGB value is (164,15,159). Sum of RGB (Red+Green+Blue) = 164+15+159=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F9F is #5BF060. Grayscale: #4B4B4B. Windows color (decimal): -6025313 or 10424228. OLE color: 10424228.
HSL color Cylindrical-coordinate representation of color #A40F9F: hue angle of 302.01º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F9F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 15 | 159 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.36 |
| HSL | 302.01º | 0.83% | 0.35% | - |
| HSV(B) | 302.01º | 0.91% | 0.64% | - |
| XYZ | 21.74 | 10.74 | 33.73 | - |
| YUV | 75.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 159 | 0 | 0.91 | 0.03 | 0.36 | 302.01 | 0.83 | 0.35 |
| Hex | A4 | F | 9F | 0 | 5B | 3 | 24 | 12E | 53 | 23 |
| Octal | 244 | 17 | 237 | 0 | 133 | 3 | 44 | 456 | 123 | 43 |
| Binary | 10100100 | 1111 | 10011111 | 0 | 1011011 | 11 | 100100 | 100101110 | 1010011 | 100011 |
Color Harmonies of #A40F9F
Complementary color
Monochromatic Colors of #A40F9F
Black with #A40F9F
Text Example
Text Example
White with #A40F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40F9F; }
p { color: rgb(164,15,159); }
H1.HeaderClassName
{
color: #A40F9F;
}
.AnyTagClassName
{
color: #A40F9F;
}
</style>
background-color css
<style>
a { background-color: #A40F9F; }
a { background-color: rgb(164,15,159); }
div.DivClassName
{
background-color: #A40F9F;
}
.BgClassName
{
background-color: #A40F9F;
}
</style>
border-color css
<style>
span { border-color: #A40F9F; }
span { border-color: rgb(164,15,159); }
td.TdClassName
{
border-color: #A40F9F;
}
.TagClassName
{
border-color: #A40F9F;
}
</style>