COLOR #A490D5

HEX: #A490D5
RGB: (164,144,213)

Color info

#A490D5 contains mainly red and blue colors. Web safe color of #A490D5 is #9999CC (or #99C).

RGB color model

#A490D5 color RGB value is (164,144,213).

  • red value is 164;
  • green value is 144;
  • blue value is 213.
RGB:
(164,144,213)
(64%,56%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 213 of 255 = 84%

164
144
213

R + G + B ~ 68%. #A490D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 213 = 521 (100%)
R 164 of 521 ~ 31.48%
G 144 of 521 ~ 27.64%
B 213 of 521 ~ 40.88%

%31.48
%27.64
%40.88

CMYK color model

#A490D5 color CMYK value is (23,32,0,16).

  • cyan value is 23.00%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,32,0,16)
C23M32Y0K16 
(23%,32%,0%,16%)
(0.23/0.32/0.00/0.16)	

CMYK percentages

%23
%32.39
%0
%16.47

Codes

Color #A490D5 in popluar color models

A490D5
RGB164144213
HSL257°45.10%70.00%
HSB/HSV257°32.39%83.53%
CMYK23.00%32.39%0.00%
16.47%

Color #A490D5 in popluar number systems.

HEXA490D5
Decimal164144213
Binary101001001001000011010101
Octal244220325

Shades and tints

Shades of #A490D5

#A490D5
(164,144,213)
#9683C2
(150,131,194)
#8876AF
(136,118,175)
#7A699C
(122,105,156)
#6C5C89
(108,92,137)
#5E4F76
(94,79,118)
#504263
(80,66,99)
#423550
(66,53,80)
#34283D
(52,40,61)
#261B2A
(38,27,42)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #A490D5

#A490D5
(164,144,213)
#AC9AD8
(172,154,216)
#B4A4DB
(180,164,219)
#BCAEDE
(188,174,222)
#C4B8E1
(196,184,225)
#CCC2E4
(204,194,228)
#D4CCE7
(212,204,231)
#DCD6EA
(220,214,234)
#E4E0ED
(228,224,237)
#ECEAF0
(236,234,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A490D5 color. Also use rgb(164,144,213) instead hex code.

Text Font Color

.myTextColor { color: #A490D5; }

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

This text font color is #A490D5.


Background Color

.myBgColor { background-color: #A490D5; }

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

This div background color is #A490D5.


Border color

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

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

This div border color is #A490D5.


Opacity

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

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

Text with #A490D5 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 #A490D5;}

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

This text has shadow with #A490D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A490D5 on black background.


Color preview on white background

This text has color #A490D5 on white background.



Black color preview on #A490D5 background

This text has black color on #A490D5 background.


White color preview on #A490D5 background

This text has white color on #A490D5 background.