#A50491

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

Shades of Dark Magenta #A50491

Tints of Dark Magenta #A50491

Color information

#A50491 (or 0xA50491) is unknown color: approx Dark Magenta. HEX triplet: A5, 04 and 91. RGB value is (165,4,145). Sum of RGB (Red+Green+Blue) = 165+4+145=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A50491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50491 is #5AFB6E. Grayscale: #434343. Windows color (decimal): -5962607 or 9503909. OLE color: 9503909.

HSL color Cylindrical-coordinate representation of color #A50491: hue angle of 307.45º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50491 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB1654145-
CMYK00.980.120.35
HSL307.45º95.27%33.14%-
HSV(B)307.45º97.58%64.71%-
XYZ20.6710.1327.65-
YUV68.21171.34197.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=52.55%
G=1.27%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165414500.980.120.35307.4595.2733.14
HexA5491062C231335f21
Octal24542210142144346313741
Binary10100101100100100010110001011001000111001100111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50491; }

 p { color: rgb(165,4,145); }

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

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

 a { background-color: rgb(165,4,145); }

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

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

 span { border-color: rgb(165,4,145); }

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