Shades of Dark Magenta #A40A8C
Tints of Dark Magenta #A40A8C
RGB
CMYK
RGB Variations
Color information
#A40A8C (or 0xA40A8C) is known color: Dark Magenta. HEX triplet: A4, 0A and 8C. RGB value is (164,10,140). Sum of RGB (Red+Green+Blue) = 164+10+140=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40A8C is #5BF573. Grayscale: #464646. Windows color (decimal): -6026612 or 9177764. OLE color: 9177764.
HSL color Cylindrical-coordinate representation of color #A40A8C: hue angle of 309.35º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A8C is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 140 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.36 |
| HSL | 309.35º | 0.89% | 0.34% | - |
| HSV(B) | 309.35º | 0.94% | 0.64% | - |
| XYZ | 20.15 | 10 | 25.68 | - |
| YUV | 70.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 140 | 0 | 0.94 | 0.15 | 0.36 | 309.35 | 0.89 | 0.34 |
| Hex | A4 | A | 8C | 0 | 5E | F | 24 | 135 | 59 | 22 |
| Octal | 244 | 12 | 214 | 0 | 136 | 17 | 44 | 465 | 131 | 42 |
| Binary | 10100100 | 1010 | 10001100 | 0 | 1011110 | 1111 | 100100 | 100110101 | 1011001 | 100010 |
Color Harmonies of #A40A8C
Complementary color
Monochromatic Colors of #A40A8C
Black with #A40A8C
Text Example
Text Example
White with #A40A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A8C; }
p { color: rgb(164,10,140); }
H1.HeaderClassName
{
color: #A40A8C;
}
.AnyTagClassName
{
color: #A40A8C;
}
</style>
background-color css
<style>
a { background-color: #A40A8C; }
a { background-color: rgb(164,10,140); }
div.DivClassName
{
background-color: #A40A8C;
}
.BgClassName
{
background-color: #A40A8C;
}
</style>
border-color css
<style>
span { border-color: #A40A8C; }
span { border-color: rgb(164,10,140); }
td.TdClassName
{
border-color: #A40A8C;
}
.TagClassName
{
border-color: #A40A8C;
}
</style>