Shades of Dark Magenta #A40B8D
Tints of Dark Magenta #A40B8D
RGB
CMYK
RGB Variations
Color information
#A40B8D (or 0xA40B8D) is known color: Dark Magenta. HEX triplet: A4, 0B and 8D. RGB value is (164,11,141). Sum of RGB (Red+Green+Blue) = 164+11+141=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40B8D is #5BF472. Grayscale: #474747. Windows color (decimal): -6026355 or 9243556. OLE color: 9243556.
HSL color Cylindrical-coordinate representation of color #A40B8D: hue angle of 309.02º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B8D is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 141 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.36 |
| HSL | 309.02º | 0.87% | 0.34% | - |
| HSV(B) | 309.02º | 0.93% | 0.64% | - |
| XYZ | 20.24 | 10.05 | 26.07 | - |
| YUV | 71.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 141 | 0 | 0.93 | 0.14 | 0.36 | 309.02 | 0.87 | 0.34 |
| Hex | A4 | B | 8D | 0 | 5D | E | 24 | 135 | 57 | 22 |
| Octal | 244 | 13 | 215 | 0 | 135 | 16 | 44 | 465 | 127 | 42 |
| Binary | 10100100 | 1011 | 10001101 | 0 | 1011101 | 1110 | 100100 | 100110101 | 1010111 | 100010 |
Color Harmonies of #A40B8D
Complementary color
Monochromatic Colors of #A40B8D
Black with #A40B8D
Text Example
Text Example
White with #A40B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B8D; }
p { color: rgb(164,11,141); }
H1.HeaderClassName
{
color: #A40B8D;
}
.AnyTagClassName
{
color: #A40B8D;
}
</style>
background-color css
<style>
a { background-color: #A40B8D; }
a { background-color: rgb(164,11,141); }
div.DivClassName
{
background-color: #A40B8D;
}
.BgClassName
{
background-color: #A40B8D;
}
</style>
border-color css
<style>
span { border-color: #A40B8D; }
span { border-color: rgb(164,11,141); }
td.TdClassName
{
border-color: #A40B8D;
}
.TagClassName
{
border-color: #A40B8D;
}
</style>