Shades of Dark Magenta #A40997
Tints of Dark Magenta #A40997
RGB
CMYK
RGB Variations
Color information
#A40997 (or 0xA40997) is known color: Dark Magenta. HEX triplet: A4, 09 and 97. RGB value is (164,9,151). Sum of RGB (Red+Green+Blue) = 164+9+151=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A40997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40997 is #5BF668. Grayscale: #474747. Windows color (decimal): -6026857 or 9898404. OLE color: 9898404.
HSL color Cylindrical-coordinate representation of color #A40997: hue angle of 305.03º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40997 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.36 |
| HSL | 305.03º | 0.9% | 0.34% | - |
| HSV(B) | 305.03º | 0.95% | 0.64% | - |
| XYZ | 20.99 | 10.32 | 30.16 | - |
| YUV | 71.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 151 | 0 | 0.95 | 0.08 | 0.36 | 305.03 | 0.9 | 0.34 |
| Hex | A4 | 9 | 97 | 0 | 5F | 8 | 24 | 131 | 5A | 22 |
| Octal | 244 | 11 | 227 | 0 | 137 | 10 | 44 | 461 | 132 | 42 |
| Binary | 10100100 | 1001 | 10010111 | 0 | 1011111 | 1000 | 100100 | 100110001 | 1011010 | 100010 |
Color Harmonies of #A40997
Complementary color
Monochromatic Colors of #A40997
Black with #A40997
Text Example
Text Example
White with #A40997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40997; }
p { color: rgb(164,9,151); }
H1.HeaderClassName
{
color: #A40997;
}
.AnyTagClassName
{
color: #A40997;
}
</style>
background-color css
<style>
a { background-color: #A40997; }
a { background-color: rgb(164,9,151); }
div.DivClassName
{
background-color: #A40997;
}
.BgClassName
{
background-color: #A40997;
}
</style>
border-color css
<style>
span { border-color: #A40997; }
span { border-color: rgb(164,9,151); }
td.TdClassName
{
border-color: #A40997;
}
.TagClassName
{
border-color: #A40997;
}
</style>