Shades of Dark Magenta #A40C8E
Tints of Dark Magenta #A40C8E
RGB
CMYK
RGB Variations
Color information
#A40C8E (or 0xA40C8E) is known color: Dark Magenta. HEX triplet: A4, 0C and 8E. RGB value is (164,12,142). Sum of RGB (Red+Green+Blue) = 164+12+142=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C8E is #5BF371. Grayscale: #474747. Windows color (decimal): -6026098 or 9309348. OLE color: 9309348.
HSL color Cylindrical-coordinate representation of color #A40C8E: hue angle of 308.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C8E is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 142 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.36 |
| HSL | 308.68º | 0.86% | 0.35% | - |
| HSV(B) | 308.68º | 0.93% | 0.64% | - |
| XYZ | 20.32 | 10.11 | 26.47 | - |
| YUV | 72.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 142 | 0 | 0.93 | 0.13 | 0.36 | 308.68 | 0.86 | 0.35 |
| Hex | A4 | C | 8E | 0 | 5D | D | 24 | 135 | 56 | 23 |
| Octal | 244 | 14 | 216 | 0 | 135 | 15 | 44 | 465 | 126 | 43 |
| Binary | 10100100 | 1100 | 10001110 | 0 | 1011101 | 1101 | 100100 | 100110101 | 1010110 | 100011 |
Color Harmonies of #A40C8E
Complementary color
Monochromatic Colors of #A40C8E
Black with #A40C8E
Text Example
Text Example
White with #A40C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C8E; }
p { color: rgb(164,12,142); }
H1.HeaderClassName
{
color: #A40C8E;
}
.AnyTagClassName
{
color: #A40C8E;
}
</style>
background-color css
<style>
a { background-color: #A40C8E; }
a { background-color: rgb(164,12,142); }
div.DivClassName
{
background-color: #A40C8E;
}
.BgClassName
{
background-color: #A40C8E;
}
</style>
border-color css
<style>
span { border-color: #A40C8E; }
span { border-color: rgb(164,12,142); }
td.TdClassName
{
border-color: #A40C8E;
}
.TagClassName
{
border-color: #A40C8E;
}
</style>