Shades of Dark Magenta #A40F8C
Tints of Dark Magenta #A40F8C
RGB
CMYK
RGB Variations
Color information
#A40F8C (or 0xA40F8C) is known color: Dark Magenta. HEX triplet: A4, 0F and 8C. RGB value is (164,15,140). Sum of RGB (Red+Green+Blue) = 164+15+140=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F8C is #5BF073. Grayscale: #494949. Windows color (decimal): -6025332 or 9179044. OLE color: 9179044.
HSL color Cylindrical-coordinate representation of color #A40F8C: hue angle of 309.66º 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 #A40F8C is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 15 | 140 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.36 |
| HSL | 309.66º | 0.83% | 0.35% | - |
| HSV(B) | 309.66º | 0.91% | 0.64% | - |
| XYZ | 20.21 | 10.13 | 25.7 | - |
| YUV | 73.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 140 | 0 | 0.91 | 0.15 | 0.36 | 309.66 | 0.83 | 0.35 |
| Hex | A4 | F | 8C | 0 | 5B | F | 24 | 136 | 53 | 23 |
| Octal | 244 | 17 | 214 | 0 | 133 | 17 | 44 | 466 | 123 | 43 |
| Binary | 10100100 | 1111 | 10001100 | 0 | 1011011 | 1111 | 100100 | 100110110 | 1010011 | 100011 |
Color Harmonies of #A40F8C
Complementary color
Monochromatic Colors of #A40F8C
Black with #A40F8C
Text Example
Text Example
White with #A40F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40F8C; }
p { color: rgb(164,15,140); }
H1.HeaderClassName
{
color: #A40F8C;
}
.AnyTagClassName
{
color: #A40F8C;
}
</style>
background-color css
<style>
a { background-color: #A40F8C; }
a { background-color: rgb(164,15,140); }
div.DivClassName
{
background-color: #A40F8C;
}
.BgClassName
{
background-color: #A40F8C;
}
</style>
border-color css
<style>
span { border-color: #A40F8C; }
span { border-color: rgb(164,15,140); }
td.TdClassName
{
border-color: #A40F8C;
}
.TagClassName
{
border-color: #A40F8C;
}
</style>