Shades of Dark Magenta #A40699
Tints of Dark Magenta #A40699
RGB
CMYK
RGB Variations
Color information
#A40699 (or 0xA40699) is known color: Dark Magenta. HEX triplet: A4, 06 and 99. RGB value is (164,6,153). Sum of RGB (Red+Green+Blue) = 164+6+153=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A40699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40699 is #5BF966. Grayscale: #454545. Windows color (decimal): -6027623 or 10028708. OLE color: 10028708.
HSL color Cylindrical-coordinate representation of color #A40699: hue angle of 304.18º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40699 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.36 |
| HSL | 304.18º | 0.93% | 0.33% | - |
| HSV(B) | 304.18º | 0.96% | 0.64% | - |
| XYZ | 21.12 | 10.32 | 31.02 | - |
| YUV | 70 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 153 | 0 | 0.96 | 0.07 | 0.36 | 304.18 | 0.93 | 0.33 |
| Hex | A4 | 6 | 99 | 0 | 60 | 7 | 24 | 130 | 5D | 21 |
| Octal | 244 | 6 | 231 | 0 | 140 | 7 | 44 | 460 | 135 | 41 |
| Binary | 10100100 | 110 | 10011001 | 0 | 1100000 | 111 | 100100 | 100110000 | 1011101 | 100001 |
Color Harmonies of #A40699
Complementary color
Monochromatic Colors of #A40699
Black with #A40699
Text Example
Text Example
White with #A40699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40699; }
p { color: rgb(164,6,153); }
H1.HeaderClassName
{
color: #A40699;
}
.AnyTagClassName
{
color: #A40699;
}
</style>
background-color css
<style>
a { background-color: #A40699; }
a { background-color: rgb(164,6,153); }
div.DivClassName
{
background-color: #A40699;
}
.BgClassName
{
background-color: #A40699;
}
</style>
border-color css
<style>
span { border-color: #A40699; }
span { border-color: rgb(164,6,153); }
td.TdClassName
{
border-color: #A40699;
}
.TagClassName
{
border-color: #A40699;
}
</style>