Shades of Dark Magenta #A40385
Tints of Dark Magenta #A40385
RGB
CMYK
RGB Variations
Color information
#A40385 (or 0xA40385) is known color: Dark Magenta. HEX triplet: A4, 03 and 85. RGB value is (164,3,133). Sum of RGB (Red+Green+Blue) = 164+3+133=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A40385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40385 is #5BFC7A. Grayscale: #414141. Windows color (decimal): -6028411 or 8717220. OLE color: 8717220.
HSL color Cylindrical-coordinate representation of color #A40385: hue angle of 311.55º 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 #A40385 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.36 |
| HSL | 311.55º | 0.96% | 0.33% | - |
| HSV(B) | 311.55º | 0.98% | 0.64% | - |
| XYZ | 19.58 | 9.65 | 23.02 | - |
| YUV | 65.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 133 | 0 | 0.98 | 0.19 | 0.36 | 311.55 | 0.96 | 0.33 |
| Hex | A4 | 3 | 85 | 0 | 62 | 13 | 24 | 138 | 60 | 21 |
| Octal | 244 | 3 | 205 | 0 | 142 | 23 | 44 | 470 | 140 | 41 |
| Binary | 10100100 | 11 | 10000101 | 0 | 1100010 | 10011 | 100100 | 100111000 | 1100000 | 100001 |
Color Harmonies of #A40385
Complementary color
Monochromatic Colors of #A40385
Black with #A40385
Text Example
Text Example
White with #A40385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40385; }
p { color: rgb(164,3,133); }
H1.HeaderClassName
{
color: #A40385;
}
.AnyTagClassName
{
color: #A40385;
}
</style>
background-color css
<style>
a { background-color: #A40385; }
a { background-color: rgb(164,3,133); }
div.DivClassName
{
background-color: #A40385;
}
.BgClassName
{
background-color: #A40385;
}
</style>
border-color css
<style>
span { border-color: #A40385; }
span { border-color: rgb(164,3,133); }
td.TdClassName
{
border-color: #A40385;
}
.TagClassName
{
border-color: #A40385;
}
</style>