COLOR #A50890

HEX: #A50890
RGB: (165,8,144)

Color info

#A50890 contains mainly red and blue colors. Web safe color of #A50890 is #990099 (or #909).

RGB color model

#A50890 color RGB value is (165,8,144).

  • red value is 165;
  • green value is 8;
  • blue value is 144.
RGB:
(165,8,144)
(65%,3%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 8 of 255 = 3%
B 144 of 255 = 56%

165
8
144

R + G + B ~ 41%. #A50890 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 8 + 144 = 317 (100%)
R 165 of 317 ~ 52.05%
G 8 of 317 ~ 2.52%
B 144 of 317 ~ 45.43%

%52.05
%45.43

CMYK color model

#A50890 color CMYK value is (0,95,13,35).

  • cyan value is 0.00%
  • magenta value is 95.15%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,95,13,35)
C0M95Y13K35 
(0%,95%,13%,35%)
(0.00/0.95/0.13/0.35)	

CMYK percentages

%0
%95.15
%12.73
%35.29

Codes

Color #A50890 in popluar color models

A50890
RGB1658144
HSL308°90.75%33.92%
HSB/HSV308°95.15%64.71%
CMYK0.00%95.15%12.73%
35.29%

Color #A50890 in popluar number systems.

HEXA50890
Decimal1658144
Binary10100101100010010000
Octal24510220

Shades and tints

Shades of #A50890

#A50890
(165,8,144)
#960883
(150,8,131)
#870876
(135,8,118)
#780869
(120,8,105)
#69085C
(105,8,92)
#5A084F
(90,8,79)
#4B0842
(75,8,66)
#3C0835
(60,8,53)
#2D0828
(45,8,40)
#1E081B
(30,8,27)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #A50890

#A50890
(165,8,144)
#AD1E9A
(173,30,154)
#B534A4
(181,52,164)
#BD4AAE
(189,74,174)
#C560B8
(197,96,184)
#CD76C2
(205,118,194)
#D58CCC
(213,140,204)
#DDA2D6
(221,162,214)
#E5B8E0
(229,184,224)
#EDCEEA
(237,206,234)
#F5E4F4
(245,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50890 color. Also use rgb(165,8,144) instead hex code.

Text Font Color

.myTextColor { color: #A50890; }

<p style="color:#A50890">This sample text font color is #A50890.</p>

This text font color is #A50890.


Background Color

.myBgColor { background-color: #A50890; }

<div style="background-color:#A50890">Inner text</div>

This div background color is #A50890.


Border color

.myBorderColor { border: 1px solid #A50890; }

<div style="border:3px solid #A50890">Div</div>

This div border color is #A50890.


Opacity

.myOpacity80 { color: #A50890; opacity: 0.8; }

<p style="color:#A50890;opacity:0.8;">80%</p>

Text with #A50890 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A50890;}

<p style="text-shadow: 3px 3px 1px #A50890">Text here.</p>

This text has shadow with #A50890 color.

.textShadow {text-shadow: 3px 3px 1px #A50890, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A50890, 5px 5px 20px red">Text here.</p>

This text has shadow with #A50890 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A50890, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A50890, Direction=45, Strength=4)">Text</p>

This text has shadow with #A50890 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A50890;
  -webkit-box-shadow:	1px 1px 3px 2px #A50890;
  box-shadow:		1px 1px 3px 2px #A50890;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A50890;
-webkit-box-shadow: 1px 1px 3px 2px #A50890;
box-shadow:1px 1px 3px 2px #A50890;">
Div content here</div>
This div box has shadow with color #A50890.

Preview

Color preview on black background

This text has color #A50890 on black background.


Color preview on white background

This text has color #A50890 on white background.



Black color preview on #A50890 background

This text has black color on #A50890 background.


White color preview on #A50890 background

This text has white color on #A50890 background.