Shades of Dark Magenta #A50085
Tints of Dark Magenta #A50085
RGB
CMYK
RGB Variations
Color information
#A50085 (or 0xA50085) is known color: Dark Magenta. HEX triplet: A5, 00 and 85. RGB value is (165,0,133). Sum of RGB (Red+Green+Blue) = 165+0+133=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A50085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50085 is #5AFF7A. Grayscale: #404040. Windows color (decimal): -5963643 or 8716453. OLE color: 8716453.
HSL color Cylindrical-coordinate representation of color #A50085: hue angle of 311.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50085 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.19 | 0.35 |
| HSL | 311.64º | 1% | 0.32% | - |
| HSV(B) | 311.64º | 1% | 0.65% | - |
| XYZ | 19.75 | 9.69 | 23.02 | - |
| YUV | 64.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 133 | 0 | 1 | 0.19 | 0.35 | 311.64 | 1 | 0.32 |
| Hex | A5 | 0 | 85 | 0 | 64 | 13 | 23 | 138 | 64 | 20 |
| Octal | 245 | 0 | 205 | 0 | 144 | 23 | 43 | 470 | 144 | 40 |
| Binary | 10100101 | 0 | 10000101 | 0 | 1100100 | 10011 | 100011 | 100111000 | 1100100 | 100000 |
Color Harmonies of #A50085
Complementary color
Monochromatic Colors of #A50085
Black with #A50085
Text Example
Text Example
White with #A50085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50085; }
p { color: rgb(165,0,133); }
H1.HeaderClassName
{
color: #A50085;
}
.AnyTagClassName
{
color: #A50085;
}
</style>
background-color css
<style>
a { background-color: #A50085; }
a { background-color: rgb(165,0,133); }
div.DivClassName
{
background-color: #A50085;
}
.BgClassName
{
background-color: #A50085;
}
</style>
border-color css
<style>
span { border-color: #A50085; }
span { border-color: rgb(165,0,133); }
td.TdClassName
{
border-color: #A50085;
}
.TagClassName
{
border-color: #A50085;
}
</style>