COLOR #A495C5

HEX: #A495C5 RGB: (164,149,197)

Color info

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

RGB color model

#A495C5 color RGB value is (164,149,197).

RGB: (164,149,197) (64%, 58%, 77%)

RGB channels and saturation

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

164
149
197

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

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 197 = 510 (100%)
R 164 of 510 ~ 32.16%
G 149 of 510 ~ 29.22%
B 197 of 510 ~ 38.63'%

%32.16
%29.22
%38.63

CMYK color model

#A495C5 color CMYK value is (17,24,0,23).

  • cyan value is 16.75%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (17,24,0,23)
C17M24Y0K23 (17%, 24%, 0%, 23%)
(0.17 / 0.24 / 0.00 / 0.23)

CMYK percentages

%16.75
%24.37
%0
%22.75

Codes

Color #A495C5 in popluar color models

A4 95 C5
RGB 164 149 197
HSL 259° 29.27% 67.84%
HSB/HSV 259° 24.37% 77.25%
CMYK 16.75% 24.37% 0.00%
22.75%

Color #A495C5 in popluar number systems.

HEX A4 95 C5
Decimal 164 149 197
Binary 10100100 10010101 11000101
Octal 244 225 305

Shades and tints

Shades of #A495C5

#A495C5
(164,149,197)
#9688B4
(150,136,180)
#887BA3
(136,123,163)
#7A6E92
(122,110,146)
#6C6181
(108,97,129)
#5E5470
(94,84,112)
#50475F
(80,71,95)
#423A4E
(66,58,78)
#342D3D
(52,45,61)
#26202C
(38,32,44)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #A495C5

#A495C5
(164,149,197)
#AC9ECA
(172,158,202)
#B4A7CF
(180,167,207)
#BCB0D4
(188,176,212)
#C4B9D9
(196,185,217)
#CCC2DE
(204,194,222)
#D4CBE3
(212,203,227)
#DCD4E8
(220,212,232)
#E4DDED
(228,221,237)
#ECE6F2
(236,230,242)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A495C5; }

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

This text font color is #A495C5.

Background Color

.myBgColor { background-color: #A495C5; }

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

This div background color is #A495C5.

Border color

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

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

This div border color is #A495C5.

Opacity

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

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

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

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

This text has shadow with #A495C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A495C5.

Preview

Color preview on black background

This text has color #A495C5 on black background.


Color preview on white background

This text has color #A495C5 on white background.


Black color preview on #A495C5 background

This text has black color on #A495C5 background.


White color preview on #A495C5 background

This text has white color on #A495C5 background.


Related colors

Complementary color

Complementary color for #hex is #5B6A3A.


I love getcolorcode.com

Triadic colors

1 #C5A495 and #95C5A4 with #A495C5 are triadic colors.

2 #C595A4 and #95A4C5 with #A495C5 are triadic colors.