COLOR #A495E7

HEX: #A495E7
RGB: (164,149,231)

Color info

#A495E7 contains mainly blue color. Web safe color of #A495E7 is #9999FF (or #99F).

RGB color model

#A495E7 color RGB value is (164,149,231).

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

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 231 of 255 = 91%

164
149
231

R + G + B ~ 71%. #A495E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 231 = 544 (100%)
R 164 of 544 ~ 30.15%
G 149 of 544 ~ 27.39%
B 231 of 544 ~ 42.46%

%30.15
%27.39
%42.46

CMYK color model

#A495E7 color CMYK value is (29,35,0,9).

  • cyan value is 29.00%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,35,0,9)
C29M35Y0K9 
(29%,35%,0%,9%)
(0.29/0.35/0.00/0.09)	

CMYK percentages

%29
%35.5
%0
%9.41

Codes

Color #A495E7 in popluar color models

A495E7
RGB164149231
HSL251°63.08%74.51%
HSB/HSV251°35.50%90.59%
CMYK29.00%35.50%0.00%
9.41%

Color #A495E7 in popluar number systems.

HEXA495E7
Decimal164149231
Binary101001001001010111100111
Octal244225347

Shades and tints

Shades of #A495E7

#A495E7
(164,149,231)
#9688D2
(150,136,210)
#887BBD
(136,123,189)
#7A6EA8
(122,110,168)
#6C6193
(108,97,147)
#5E547E
(94,84,126)
#504769
(80,71,105)
#423A54
(66,58,84)
#342D3F
(52,45,63)
#26202A
(38,32,42)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A495E7

#A495E7
(164,149,231)
#AC9EE9
(172,158,233)
#B4A7EB
(180,167,235)
#BCB0ED
(188,176,237)
#C4B9EF
(196,185,239)
#CCC2F1
(204,194,241)
#D4CBF3
(212,203,243)
#DCD4F5
(220,212,245)
#E4DDF7
(228,221,247)
#ECE6F9
(236,230,249)
#F4EFFB
(244,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A495E7; }

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

This text font color is #A495E7.


Background Color

.myBgColor { background-color: #A495E7; }

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

This div background color is #A495E7.


Border color

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

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

This div border color is #A495E7.


Opacity

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

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

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

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

This text has shadow with #A495E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A495E7 on black background.


Color preview on white background

This text has color #A495E7 on white background.



Black color preview on #A495E7 background

This text has black color on #A495E7 background.


White color preview on #A495E7 background

This text has white color on #A495E7 background.