Shades of Dark Magenta #A40085
Tints of Dark Magenta #A40085
RGB
CMYK
RGB Variations
Color information
#A40085 (or 0xA40085) is known color: Dark Magenta. HEX triplet: A4, 00 and 85. RGB value is (164,0,133). Sum of RGB (Red+Green+Blue) = 164+0+133=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A40085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40085 is #5BFF7A. Grayscale: #3F3F3F. Windows color (decimal): -6029179 or 8716452. OLE color: 8716452.
HSL color Cylindrical-coordinate representation of color #A40085: hue angle of 311.34º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40085 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.19 | 0.36 |
| HSL | 311.34º | 1% | 0.32% | - |
| HSV(B) | 311.34º | 1% | 0.64% | - |
| XYZ | 19.54 | 9.59 | 23.01 | - |
| YUV | 64.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 133 | 0 | 1 | 0.19 | 0.36 | 311.34 | 1 | 0.32 |
| Hex | A4 | 0 | 85 | 0 | 64 | 13 | 24 | 137 | 64 | 20 |
| Octal | 244 | 0 | 205 | 0 | 144 | 23 | 44 | 467 | 144 | 40 |
| Binary | 10100100 | 0 | 10000101 | 0 | 1100100 | 10011 | 100100 | 100110111 | 1100100 | 100000 |
Color Harmonies of #A40085
Complementary color
Monochromatic Colors of #A40085
Black with #A40085
Text Example
Text Example
White with #A40085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40085; }
p { color: rgb(164,0,133); }
H1.HeaderClassName
{
color: #A40085;
}
.AnyTagClassName
{
color: #A40085;
}
</style>
background-color css
<style>
a { background-color: #A40085; }
a { background-color: rgb(164,0,133); }
div.DivClassName
{
background-color: #A40085;
}
.BgClassName
{
background-color: #A40085;
}
</style>
border-color css
<style>
span { border-color: #A40085; }
span { border-color: rgb(164,0,133); }
td.TdClassName
{
border-color: #A40085;
}
.TagClassName
{
border-color: #A40085;
}
</style>