COLOR #A494C5

HEX: #A494C5
RGB: (164,148,197)

Color info

#A494C5 contains red, green and blue colors in about the same proportion. Web safe color of #A494C5 is #9999CC (or #99C).

RGB color model

#A494C5 color RGB value is (164,148,197).

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

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 197 of 255 = 77%

164
148
197

R + G + B ~ 66%. #A494C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 197 = 509 (100%)
R 164 of 509 ~ 32.22%
G 148 of 509 ~ 29.08%
B 197 of 509 ~ 38.7%

%32.22
%29.08
%38.7

CMYK color model

#A494C5 color CMYK value is (17,25,0,23).

  • cyan value is 16.75%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(17,25,0,23)
C17M25Y0K23 
(17%,25%,0%,23%)
(0.17/0.25/0.00/0.23)	

CMYK percentages

%16.75
%24.87
%0
%22.75

Codes

Color #A494C5 in popluar color models

A494C5
RGB164148197
HSL260°29.70%67.65%
HSB/HSV260°24.87%77.25%
CMYK16.75%24.87%0.00%
22.75%

Color #A494C5 in popluar number systems.

HEXA494C5
Decimal164148197
Binary101001001001010011000101
Octal244224305

Shades and tints

Shades of #A494C5

#A494C5
(164,148,197)
#9687B4
(150,135,180)
#887AA3
(136,122,163)
#7A6D92
(122,109,146)
#6C6081
(108,96,129)
#5E5370
(94,83,112)
#50465F
(80,70,95)
#42394E
(66,57,78)
#342C3D
(52,44,61)
#261F2C
(38,31,44)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #A494C5

#A494C5
(164,148,197)
#AC9DCA
(172,157,202)
#B4A6CF
(180,166,207)
#BCAFD4
(188,175,212)
#C4B8D9
(196,184,217)
#CCC1DE
(204,193,222)
#D4CAE3
(212,202,227)
#DCD3E8
(220,211,232)
#E4DCED
(228,220,237)
#ECE5F2
(236,229,242)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A494C5; }

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

This text font color is #A494C5.


Background Color

.myBgColor { background-color: #A494C5; }

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

This div background color is #A494C5.


Border color

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

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

This div border color is #A494C5.


Opacity

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

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

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

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

This text has shadow with #A494C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A494C5 on black background.


Color preview on white background

This text has color #A494C5 on white background.



Black color preview on #A494C5 background

This text has black color on #A494C5 background.


White color preview on #A494C5 background

This text has white color on #A494C5 background.