#A50F87

Color #A50F87 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A50F87

Tints of Dark Magenta #A50F87

Color information

#A50F87 (or 0xA50F87) is unknown color: approx Dark Magenta. HEX triplet: A5, 0F and 87. RGB value is (165,15,135). Sum of RGB (Red+Green+Blue) = 165+15+135=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50F87 is #5AF078. Grayscale: #494949. Windows color (decimal): -5959801 or 8851365. OLE color: 8851365.

HSL color Cylindrical-coordinate representation of color #A50F87: hue angle of 312º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F87 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16515135-
CMYK00.910.180.35
HSL312º83.33%35.29%-
HSV(B)312º90.91%64.71%-
XYZ20.0610.0923.81-
YUV73.53162.7193.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=52.38%
G=4.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651513500.910.180.3531283.3335.29
HexA5F8705B12231385323
Octal245172070133224347012343
Binary1010010111111000011101011011100101000111001110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F87; }

 p { color: rgb(165,15,135); }

 H1.HeaderClassName
 {
   color: #A50F87;
 }
 .AnyTagClassName
 {
   color: #A50F87;
 }
</style>
background-color css

<style>
 a { background-color: #A50F87; }

 a { background-color: rgb(165,15,135); }

 div.DivClassName
 {
   background-color: #A50F87;
 }
 .BgClassName
 {
   background-color: #A50F87;
 }
</style>
border-color css

<style>
 span { border-color: #A50F87; }

 span { border-color: rgb(165,15,135); }

 td.TdClassName
 {
   border-color: #A50F87;
 }
 .TagClassName
 {
   border-color: #A50F87;
 }
</style>