Shades of Dark Magenta #A40399
Tints of Dark Magenta #A40399
RGB
CMYK
RGB Variations
Color information
#A40399 (or 0xA40399) is known color: Dark Magenta. HEX triplet: A4, 03 and 99. RGB value is (164,3,153). Sum of RGB (Red+Green+Blue) = 164+3+153=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A40399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40399 is #5BFC66. Grayscale: #434343. Windows color (decimal): -6028391 or 10027940. OLE color: 10027940.
HSL color Cylindrical-coordinate representation of color #A40399: hue angle of 304.1º degrees, saturation: 0.96, 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 #A40399 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.36 |
| HSL | 304.1º | 0.96% | 0.33% | - |
| HSV(B) | 304.1º | 0.98% | 0.64% | - |
| XYZ | 21.09 | 10.26 | 31.01 | - |
| YUV | 68.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 153 | 0 | 0.98 | 0.07 | 0.36 | 304.1 | 0.96 | 0.33 |
| Hex | A4 | 3 | 99 | 0 | 62 | 7 | 24 | 130 | 60 | 21 |
| Octal | 244 | 3 | 231 | 0 | 142 | 7 | 44 | 460 | 140 | 41 |
| Binary | 10100100 | 11 | 10011001 | 0 | 1100010 | 111 | 100100 | 100110000 | 1100000 | 100001 |
Color Harmonies of #A40399
Complementary color
Monochromatic Colors of #A40399
Black with #A40399
Text Example
Text Example
White with #A40399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40399; }
p { color: rgb(164,3,153); }
H1.HeaderClassName
{
color: #A40399;
}
.AnyTagClassName
{
color: #A40399;
}
</style>
background-color css
<style>
a { background-color: #A40399; }
a { background-color: rgb(164,3,153); }
div.DivClassName
{
background-color: #A40399;
}
.BgClassName
{
background-color: #A40399;
}
</style>
border-color css
<style>
span { border-color: #A40399; }
span { border-color: rgb(164,3,153); }
td.TdClassName
{
border-color: #A40399;
}
.TagClassName
{
border-color: #A40399;
}
</style>