Shades of Dark Magenta #A40097
Tints of Dark Magenta #A40097
RGB
CMYK
RGB Variations
Color information
#A40097 (or 0xA40097) is known color: Dark Magenta. HEX triplet: A4, 00 and 97. RGB value is (164,0,151). Sum of RGB (Red+Green+Blue) = 164+0+151=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A40097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40097 is #5BFF68. Grayscale: #414141. Windows color (decimal): -6029161 or 9896100. OLE color: 9896100.
HSL color Cylindrical-coordinate representation of color #A40097: hue angle of 304.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40097 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.08 | 0.36 |
| HSL | 304.76º | 1% | 0.32% | - |
| HSV(B) | 304.76º | 1% | 0.64% | - |
| XYZ | 20.9 | 10.13 | 30.13 | - |
| YUV | 66.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 151 | 0 | 1 | 0.08 | 0.36 | 304.76 | 1 | 0.32 |
| Hex | A4 | 0 | 97 | 0 | 64 | 8 | 24 | 131 | 64 | 20 |
| Octal | 244 | 0 | 227 | 0 | 144 | 10 | 44 | 461 | 144 | 40 |
| Binary | 10100100 | 0 | 10010111 | 0 | 1100100 | 1000 | 100100 | 100110001 | 1100100 | 100000 |
Color Harmonies of #A40097
Complementary color
Monochromatic Colors of #A40097
Black with #A40097
Text Example
Text Example
White with #A40097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40097; }
p { color: rgb(164,0,151); }
H1.HeaderClassName
{
color: #A40097;
}
.AnyTagClassName
{
color: #A40097;
}
</style>
background-color css
<style>
a { background-color: #A40097; }
a { background-color: rgb(164,0,151); }
div.DivClassName
{
background-color: #A40097;
}
.BgClassName
{
background-color: #A40097;
}
</style>
border-color css
<style>
span { border-color: #A40097; }
span { border-color: rgb(164,0,151); }
td.TdClassName
{
border-color: #A40097;
}
.TagClassName
{
border-color: #A40097;
}
</style>