Shades of Dark Magenta #A40F8F
Tints of Dark Magenta #A40F8F
RGB
CMYK
RGB Variations
Color information
#A40F8F (or 0xA40F8F) is known color: Dark Magenta. HEX triplet: A4, 0F and 8F. RGB value is (164,15,143). Sum of RGB (Red+Green+Blue) = 164+15+143=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F8F is #5BF070. Grayscale: #494949. Windows color (decimal): -6025329 or 9375652. OLE color: 9375652.
HSL color Cylindrical-coordinate representation of color #A40F8F: hue angle of 308.46º 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 #A40F8F is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 15 | 143 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.36 |
| HSL | 308.46º | 0.83% | 0.35% | - |
| HSV(B) | 308.46º | 0.91% | 0.64% | - |
| XYZ | 20.44 | 10.22 | 26.88 | - |
| YUV | 74.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 143 | 0 | 0.91 | 0.13 | 0.36 | 308.46 | 0.83 | 0.35 |
| Hex | A4 | F | 8F | 0 | 5B | D | 24 | 134 | 53 | 23 |
| Octal | 244 | 17 | 217 | 0 | 133 | 15 | 44 | 464 | 123 | 43 |
| Binary | 10100100 | 1111 | 10001111 | 0 | 1011011 | 1101 | 100100 | 100110100 | 1010011 | 100011 |
Color Harmonies of #A40F8F
Complementary color
Monochromatic Colors of #A40F8F
Black with #A40F8F
Text Example
Text Example
White with #A40F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40F8F; }
p { color: rgb(164,15,143); }
H1.HeaderClassName
{
color: #A40F8F;
}
.AnyTagClassName
{
color: #A40F8F;
}
</style>
background-color css
<style>
a { background-color: #A40F8F; }
a { background-color: rgb(164,15,143); }
div.DivClassName
{
background-color: #A40F8F;
}
.BgClassName
{
background-color: #A40F8F;
}
</style>
border-color css
<style>
span { border-color: #A40F8F; }
span { border-color: rgb(164,15,143); }
td.TdClassName
{
border-color: #A40F8F;
}
.TagClassName
{
border-color: #A40F8F;
}
</style>