COLOR #A495B5

HEX: #A495B5
RGB: (164,149,181)

Color info

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

RGB color model

#A495B5 color RGB value is (164,149,181).

  • red value is 164;
  • green value is 149;
  • blue value is 181.
RGB:
(164,149,181)
(64%,58%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 181 of 255 = 71%

164
149
181

R + G + B ~ 64%. #A495B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 181 = 494 (100%)
R 164 of 494 ~ 33.2%
G 149 of 494 ~ 30.16%
B 181 of 494 ~ 36.64%

%33.2
%30.16
%36.64

CMYK color model

#A495B5 color CMYK value is (9,18,0,29).

  • cyan value is 9.39%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,18,0,29)
C9M18Y0K29 
(9%,18%,0%,29%)
(0.09/0.18/0.00/0.29)	

CMYK percentages

%9.39
%17.68
%0
%29.02

Codes

Color #A495B5 in popluar color models

A495B5
RGB164149181
HSL268°17.78%64.71%
HSB/HSV268°17.68%70.98%
CMYK9.39%17.68%0.00%
29.02%

Color #A495B5 in popluar number systems.

HEXA495B5
Decimal164149181
Binary101001001001010110110101
Octal244225265

Shades and tints

Shades of #A495B5

#A495B5
(164,149,181)
#9688A5
(150,136,165)
#887B95
(136,123,149)
#7A6E85
(122,110,133)
#6C6175
(108,97,117)
#5E5465
(94,84,101)
#504755
(80,71,85)
#423A45
(66,58,69)
#342D35
(52,45,53)
#262025
(38,32,37)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A495B5

#A495B5
(164,149,181)
#AC9EBB
(172,158,187)
#B4A7C1
(180,167,193)
#BCB0C7
(188,176,199)
#C4B9CD
(196,185,205)
#CCC2D3
(204,194,211)
#D4CBD9
(212,203,217)
#DCD4DF
(220,212,223)
#E4DDE5
(228,221,229)
#ECE6EB
(236,230,235)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A495B5 color. Also use rgb(164,149,181) instead hex code.

Text Font Color

.myTextColor { color: #A495B5; }

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

This text font color is #A495B5.


Background Color

.myBgColor { background-color: #A495B5; }

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

This div background color is #A495B5.


Border color

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

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

This div border color is #A495B5.


Opacity

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

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

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

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

This text has shadow with #A495B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A495B5 on black background.


Color preview on white background

This text has color #A495B5 on white background.



Black color preview on #A495B5 background

This text has black color on #A495B5 background.


White color preview on #A495B5 background

This text has white color on #A495B5 background.