#A50EA9

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

Shades of Dark Magenta #A50EA9

Tints of Dark Magenta #A50EA9

Color information

#A50EA9 (or 0xA50EA9) is unknown color: approx Dark Magenta. HEX triplet: A5, 0E and A9. RGB value is (165,14,169). Sum of RGB (Red+Green+Blue) = 165+14+169=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #A50EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50EA9 is #5AF156. Grayscale: #4C4C4C. Windows color (decimal): -5960023 or 11079333. OLE color: 11079333.

HSL color Cylindrical-coordinate representation of color #A50EA9: hue angle of 298.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50EA9 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16514169-
CMYK0.020.9200.34
HSL298.45º84.7%35.88%-
HSV(B)298.45º91.72%66.27%-
XYZ22.8411.1838.49-
YUV76.82180.03190.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 169 (66.41% from 255) = 48.56%
R=47.41%
G=4.02%
B=48.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165141690.020.9200.34298.4584.735.88
HexA5EA925C02212a5524
Octal24516251213404245212544
Binary1010010111101010100110101110001000101001010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50EA9; }

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

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

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

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

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

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

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

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