#A50EAE

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

Shades of Dark Magenta #A50EAE

Tints of Dark Magenta #A50EAE

Color information

#A50EAE (or 0xA50EAE) is unknown color: approx Dark Magenta. HEX triplet: A5, 0E and AE. RGB value is (165,14,174). Sum of RGB (Red+Green+Blue) = 165+14+174=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A50EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50EAE is #5AF151. Grayscale: #4C4C4C. Windows color (decimal): -5960018 or 11407013. OLE color: 11407013.

HSL color Cylindrical-coordinate representation of color #A50EAE: hue angle of 296.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50EAE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16514174-
CMYK0.050.9200.32
HSL296.62º85.11%36.86%-
HSV(B)296.62º91.95%68.24%-
XYZ23.3111.3741.01-
YUV77.39182.53190.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 14 (5.86% from 255) = 3.97%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=46.74%
G=3.97%
B=49.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165141740.050.9200.32296.6285.1136.86
HexA5EAE55C0201295525
Octal24516256513404045112545
Binary10100101111010101110101101110001000001001010011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50EAE; }

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

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

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

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

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

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

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

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