#A50C85

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

Shades of Dark Magenta #A50C85

Tints of Dark Magenta #A50C85

Color information

#A50C85 (or 0xA50C85) is unknown color: approx Dark Magenta. HEX triplet: A5, 0C and 85. RGB value is (165,12,133). Sum of RGB (Red+Green+Blue) = 165+12+133=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C85 is #5AF37A. Grayscale: #474747. Windows color (decimal): -5960571 or 8719525. OLE color: 8719525.

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

Color convert

RGB16512133-
CMYK00.930.190.35
HSL312.55º86.44%34.71%-
HSV(B)312.55º92.73%64.71%-
XYZ19.889.9623.06-
YUV71.54162.69194.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=53.23%
G=3.87%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651213300.930.190.35312.5586.4434.71
HexA5C8505D13231395623
Octal245142050135234347112643
Binary1010010111001000010101011101100111000111001110011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C85; }

 p { color: rgb(165,12,133); }

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

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

 a { background-color: rgb(165,12,133); }

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

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

 span { border-color: rgb(165,12,133); }

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