COLOR #A494D9

HEX: #A494D9
RGB: (164,148,217)

Color info

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

RGB color model

#A494D9 color RGB value is (164,148,217).

  • red value is 164;
  • green value is 148;
  • blue value is 217.
RGB:
(164,148,217)
(64%,58%,85%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 217 of 255 = 85%

164
148
217

R + G + B ~ 69%. #A494D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 217 = 529 (100%)
R 164 of 529 ~ 31%
G 148 of 529 ~ 27.98%
B 217 of 529 ~ 41.02%

%31
%27.98
%41.02

CMYK color model

#A494D9 color CMYK value is (24,32,0,15).

  • cyan value is 24.42%
  • magenta value is 31.80%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(24,32,0,15)
C24M32Y0K15 
(24%,32%,0%,15%)
(0.24/0.32/0.00/0.15)	

CMYK percentages

%24.42
%31.8
%0
%14.9

Codes

Color #A494D9 in popluar color models

A494D9
RGB164148217
HSL254°47.59%71.57%
HSB/HSV254°31.80%85.10%
CMYK24.42%31.80%0.00%
14.90%

Color #A494D9 in popluar number systems.

HEXA494D9
Decimal164148217
Binary101001001001010011011001
Octal244224331

Shades and tints

Shades of #A494D9

#A494D9
(164,148,217)
#9687C6
(150,135,198)
#887AB3
(136,122,179)
#7A6DA0
(122,109,160)
#6C608D
(108,96,141)
#5E537A
(94,83,122)
#504667
(80,70,103)
#423954
(66,57,84)
#342C41
(52,44,65)
#261F2E
(38,31,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #A494D9

#A494D9
(164,148,217)
#AC9DDC
(172,157,220)
#B4A6DF
(180,166,223)
#BCAFE2
(188,175,226)
#C4B8E5
(196,184,229)
#CCC1E8
(204,193,232)
#D4CAEB
(212,202,235)
#DCD3EE
(220,211,238)
#E4DCF1
(228,220,241)
#ECE5F4
(236,229,244)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A494D9 color. Also use rgb(164,148,217) instead hex code.

Text Font Color

.myTextColor { color: #A494D9; }

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

This text font color is #A494D9.


Background Color

.myBgColor { background-color: #A494D9; }

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

This div background color is #A494D9.


Border color

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

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

This div border color is #A494D9.


Opacity

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

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

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

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

This text has shadow with #A494D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A494D9 on black background.


Color preview on white background

This text has color #A494D9 on white background.



Black color preview on #A494D9 background

This text has black color on #A494D9 background.


White color preview on #A494D9 background

This text has white color on #A494D9 background.