Shades of Dark Magenta #A40985
Tints of Dark Magenta #A40985
RGB
CMYK
RGB Variations
Color information
#A40985 (or 0xA40985) is known color: Dark Magenta. HEX triplet: A4, 09 and 85. RGB value is (164,9,133). Sum of RGB (Red+Green+Blue) = 164+9+133=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A40985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40985 is #5BF67A. Grayscale: #454545. Windows color (decimal): -6026875 or 8718756. OLE color: 8718756.
HSL color Cylindrical-coordinate representation of color #A40985: hue angle of 312º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40985 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 133 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.36 |
| HSL | 312º | 0.9% | 0.34% | - |
| HSV(B) | 312º | 0.95% | 0.64% | - |
| XYZ | 19.64 | 9.78 | 23.04 | - |
| YUV | 69.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 133 | 0 | 0.95 | 0.19 | 0.36 | 312 | 0.9 | 0.34 |
| Hex | A4 | 9 | 85 | 0 | 5F | 13 | 24 | 138 | 5A | 22 |
| Octal | 244 | 11 | 205 | 0 | 137 | 23 | 44 | 470 | 132 | 42 |
| Binary | 10100100 | 1001 | 10000101 | 0 | 1011111 | 10011 | 100100 | 100111000 | 1011010 | 100010 |
Color Harmonies of #A40985
Complementary color
Monochromatic Colors of #A40985
Black with #A40985
Text Example
Text Example
White with #A40985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40985; }
p { color: rgb(164,9,133); }
H1.HeaderClassName
{
color: #A40985;
}
.AnyTagClassName
{
color: #A40985;
}
</style>
background-color css
<style>
a { background-color: #A40985; }
a { background-color: rgb(164,9,133); }
div.DivClassName
{
background-color: #A40985;
}
.BgClassName
{
background-color: #A40985;
}
</style>
border-color css
<style>
span { border-color: #A40985; }
span { border-color: rgb(164,9,133); }
td.TdClassName
{
border-color: #A40985;
}
.TagClassName
{
border-color: #A40985;
}
</style>