Shades of Dark Magenta #A50890
Tints of Dark Magenta #A50890
RGB
CMYK
RGB Variations
Color information
#A50890 (or 0xA50890) is known color: Dark Magenta. HEX triplet: A5, 08 and 90. RGB value is (165,8,144). Sum of RGB (Red+Green+Blue) = 165+8+144=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A50890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50890 is #5AF76F. Grayscale: #464646. Windows color (decimal): -5961584 or 9439397. OLE color: 9439397.
HSL color Cylindrical-coordinate representation of color #A50890: hue angle of 308.03º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50890 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 144 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.35 |
| HSL | 308.03º | 0.91% | 0.34% | - |
| HSV(B) | 308.03º | 0.95% | 0.65% | - |
| XYZ | 20.64 | 10.19 | 27.26 | - |
| YUV | 70.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 144 | 0 | 0.95 | 0.13 | 0.35 | 308.03 | 0.91 | 0.34 |
| Hex | A5 | 8 | 90 | 0 | 5F | D | 23 | 134 | 5B | 22 |
| Octal | 245 | 10 | 220 | 0 | 137 | 15 | 43 | 464 | 133 | 42 |
| Binary | 10100101 | 1000 | 10010000 | 0 | 1011111 | 1101 | 100011 | 100110100 | 1011011 | 100010 |
Color Harmonies of #A50890
Complementary color
Monochromatic Colors of #A50890
Black with #A50890
Text Example
Text Example
White with #A50890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50890; }
p { color: rgb(165,8,144); }
H1.HeaderClassName
{
color: #A50890;
}
.AnyTagClassName
{
color: #A50890;
}
</style>
background-color css
<style>
a { background-color: #A50890; }
a { background-color: rgb(165,8,144); }
div.DivClassName
{
background-color: #A50890;
}
.BgClassName
{
background-color: #A50890;
}
</style>
border-color css
<style>
span { border-color: #A50890; }
span { border-color: rgb(165,8,144); }
td.TdClassName
{
border-color: #A50890;
}
.TagClassName
{
border-color: #A50890;
}
</style>