#A50E8D

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

Shades of Dark Magenta #A50E8D

Tints of Dark Magenta #A50E8D

Color information

#A50E8D (or 0xA50E8D) is unknown color: approx Dark Magenta. HEX triplet: A5, 0E and 8D. RGB value is (165,14,141). Sum of RGB (Red+Green+Blue) = 165+14+141=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50E8D is #5AF172. Grayscale: #494949. Windows color (decimal): -5960051 or 9244325. OLE color: 9244325.

HSL color Cylindrical-coordinate representation of color #A50E8D: hue angle of 309.54º 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 #A50E8D is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16514141-
CMYK00.920.150.35
HSL309.54º84.36%35.1%-
HSV(B)309.54º91.52%64.71%-
XYZ20.4810.2426.1-
YUV73.63166.03193.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=51.56%
G=4.38%
B=44.06%

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
Decimal1651414100.920.150.35309.5484.3635.1
HexA5E8D05CF231365423
Octal245162150134174346612443
Binary101001011110100011010101110011111000111001101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50E8D; }

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

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

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

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

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

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

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

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