COLOR #A495BE

HEX: #A495BE
RGB: (164,149,190)

Color info

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

RGB color model

#A495BE color RGB value is (164,149,190).

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

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 190 of 255 = 75%

164
149
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 190 = 503 (100%)
R 164 of 503 ~ 32.6%
G 149 of 503 ~ 29.62%
B 190 of 503 ~ 37.77%

%32.6
%29.62
%37.77

CMYK color model

#A495BE color CMYK value is (14,22,0,25).

  • cyan value is 13.68%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (14,22,0,25) C14M22Y0K25 (14%,22%,0%,25%) (0.14/0.22/0.00/0.25)

CMYK percentages

%13.68
%21.58
%0
%25.49

Codes

Color #A495BE in popluar color models

A495BE
RGB164149190
HSL262°23.98%66.47%
HSB/HSV262°21.58%74.51%
CMYK13.68%21.58%0.00%
25.49%

Color #A495BE in popluar number systems.

HEXA495BE
Decimal164149190
Binary101001001001010110111110
Octal244225276

Shades and tints

Shades of #A495BE

#A495BE
(164,149,190)
#9688AD
(150,136,173)
#887B9C
(136,123,156)
#7A6E8B
(122,110,139)
#6C617A
(108,97,122)
#5E5469
(94,84,105)
#504758
(80,71,88)
#423A47
(66,58,71)
#342D36
(52,45,54)
#262025
(38,32,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A495BE

#A495BE
(164,149,190)
#AC9EC3
(172,158,195)
#B4A7C8
(180,167,200)
#BCB0CD
(188,176,205)
#C4B9D2
(196,185,210)
#CCC2D7
(204,194,215)
#D4CBDC
(212,203,220)
#DCD4E1
(220,212,225)
#E4DDE6
(228,221,230)
#ECE6EB
(236,230,235)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A495BE; }

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

This text font color is #A495BE.


Background Color

.myBgColor { background-color: #A495BE; }

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

This div background color is #A495BE.


Border color

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

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

This div border color is #A495BE.


Opacity

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

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

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

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

This text has shadow with #A495BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A495BE on black background.


Color preview on white background

This text has color #A495BE on white background.



Black color preview on #A495BE background

This text has black color on #A495BE background.


White color preview on #A495BE background

This text has white color on #A495BE background.