Shades of Dark Magenta #A40496
Tints of Dark Magenta #A40496
RGB
CMYK
RGB Variations
Color information
#A40496 (or 0xA40496) is known color: Dark Magenta. HEX triplet: A4, 04 and 96. RGB value is (164,4,150). Sum of RGB (Red+Green+Blue) = 164+4+150=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A40496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40496 is #5BFB69. Grayscale: #444444. Windows color (decimal): -6028138 or 9831588. OLE color: 9831588.
HSL color Cylindrical-coordinate representation of color #A40496: hue angle of 305.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40496 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.36 |
| HSL | 305.25º | 0.95% | 0.33% | - |
| HSV(B) | 305.25º | 0.98% | 0.64% | - |
| XYZ | 20.86 | 10.18 | 29.72 | - |
| YUV | 68.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 150 | 0 | 0.98 | 0.09 | 0.36 | 305.25 | 0.95 | 0.33 |
| Hex | A4 | 4 | 96 | 0 | 62 | 9 | 24 | 131 | 5F | 21 |
| Octal | 244 | 4 | 226 | 0 | 142 | 11 | 44 | 461 | 137 | 41 |
| Binary | 10100100 | 100 | 10010110 | 0 | 1100010 | 1001 | 100100 | 100110001 | 1011111 | 100001 |
Color Harmonies of #A40496
Complementary color
Monochromatic Colors of #A40496
Black with #A40496
Text Example
Text Example
White with #A40496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40496; }
p { color: rgb(164,4,150); }
H1.HeaderClassName
{
color: #A40496;
}
.AnyTagClassName
{
color: #A40496;
}
</style>
background-color css
<style>
a { background-color: #A40496; }
a { background-color: rgb(164,4,150); }
div.DivClassName
{
background-color: #A40496;
}
.BgClassName
{
background-color: #A40496;
}
</style>
border-color css
<style>
span { border-color: #A40496; }
span { border-color: rgb(164,4,150); }
td.TdClassName
{
border-color: #A40496;
}
.TagClassName
{
border-color: #A40496;
}
</style>