Shades of Dark Magenta #A40593
Tints of Dark Magenta #A40593
RGB
CMYK
RGB Variations
Color information
#A40593 (or 0xA40593) is known color: Dark Magenta. HEX triplet: A4, 05 and 93. RGB value is (164,5,147). Sum of RGB (Red+Green+Blue) = 164+5+147=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A40593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40593 is #5BFA6C. Grayscale: #444444. Windows color (decimal): -6027885 or 9635236. OLE color: 9635236.
HSL color Cylindrical-coordinate representation of color #A40593: hue angle of 306.42º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40593 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.36 |
| HSL | 306.42º | 0.94% | 0.33% | - |
| HSV(B) | 306.42º | 0.97% | 0.64% | - |
| XYZ | 20.63 | 10.11 | 28.47 | - |
| YUV | 68.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 147 | 0 | 0.97 | 0.10 | 0.36 | 306.42 | 0.94 | 0.33 |
| Hex | A4 | 5 | 93 | 0 | 61 | A | 24 | 132 | 5E | 21 |
| Octal | 244 | 5 | 223 | 0 | 141 | 12 | 44 | 462 | 136 | 41 |
| Binary | 10100100 | 101 | 10010011 | 0 | 1100001 | 1010 | 100100 | 100110010 | 1011110 | 100001 |
Color Harmonies of #A40593
Complementary color
Monochromatic Colors of #A40593
Black with #A40593
Text Example
Text Example
White with #A40593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40593; }
p { color: rgb(164,5,147); }
H1.HeaderClassName
{
color: #A40593;
}
.AnyTagClassName
{
color: #A40593;
}
</style>
background-color css
<style>
a { background-color: #A40593; }
a { background-color: rgb(164,5,147); }
div.DivClassName
{
background-color: #A40593;
}
.BgClassName
{
background-color: #A40593;
}
</style>
border-color css
<style>
span { border-color: #A40593; }
span { border-color: rgb(164,5,147); }
td.TdClassName
{
border-color: #A40593;
}
.TagClassName
{
border-color: #A40593;
}
</style>