#A50E8C

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

Shades of Dark Magenta #A50E8C

Tints of Dark Magenta #A50E8C

Color information

#A50E8C (or 0xA50E8C) is unknown color: approx Dark Magenta. HEX triplet: A5, 0E and 8C. RGB value is (165,14,140). Sum of RGB (Red+Green+Blue) = 165+14+140=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50E8C is #5AF173. Grayscale: #494949. Windows color (decimal): -5960052 or 9178789. OLE color: 9178789.

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

Color convert

RGB16514140-
CMYK00.920.150.35
HSL309.93º84.36%35.1%-
HSV(B)309.93º91.52%64.71%-
XYZ20.4110.2125.71-
YUV73.51165.53193.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=51.72%
G=4.39%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651414000.920.150.35309.9384.3635.1
HexA5E8C05CF231365423
Octal245162140134174346612443
Binary101001011110100011000101110011111000111001101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50E8C; }

 p { color: rgb(165,14,140); }

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

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

 a { background-color: rgb(165,14,140); }

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

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

 span { border-color: rgb(165,14,140); }

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