COLOR #A497BD

HEX: #A497BD RGB: (164,151,189)

Color info

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

RGB color model

#A497BD color RGB value is (164,151,189).

RGB: (164,151,189) (64%, 59%, 74%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 189 of 255 = 74%

164
151
189

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

Portions of RGB colors in percentages

R + G + B = 164 + 151 + 189 = 504 (100%)
R 164 of 504 ~ 32.54%
G 151 of 504 ~ 29.96%
B 189 of 504 ~ 37.5'%

%32.54
%29.96
%37.5

CMYK color model

#A497BD color CMYK value is (13,20,0,26).

  • cyan value is 13.23%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,20,0,26)
C13M20Y0K26 (13%, 20%, 0%, 26%)
(0.13 / 0.20 / 0.00 / 0.26)

CMYK percentages

%13.23
%20.11
%0
%25.88

Codes

Color #A497BD in popluar color models

A4 97 BD
RGB 164 151 189
HSL 261° 22.35% 66.67%
HSB/HSV 261° 20.11% 74.12%
CMYK 13.23% 20.11% 0.00%
25.88%

Color #A497BD in popluar number systems.

HEX A4 97 BD
Decimal 164 151 189
Binary 10100100 10010111 10111101
Octal 244 227 275

Shades and tints

Shades of #A497BD

#A497BD
(164,151,189)
#968AAC
(150,138,172)
#887D9B
(136,125,155)
#7A708A
(122,112,138)
#6C6379
(108,99,121)
#5E5668
(94,86,104)
#504957
(80,73,87)
#423C46
(66,60,70)
#342F35
(52,47,53)
#262224
(38,34,36)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A497BD

#A497BD
(164,151,189)
#ACA0C3
(172,160,195)
#B4A9C9
(180,169,201)
#BCB2CF
(188,178,207)
#C4BBD5
(196,187,213)
#CCC4DB
(204,196,219)
#D4CDE1
(212,205,225)
#DCD6E7
(220,214,231)
#E4DFED
(228,223,237)
#ECE8F3
(236,232,243)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A497BD color. Also use rgb(164,151,189) instead hex code.

Text Font Color

.myTextColor { color: #A497BD; }

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

This text font color is #A497BD.

Background Color

.myBgColor { background-color: #A497BD; }

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

This div background color is #A497BD.

Border color

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

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

This div border color is #A497BD.

Opacity

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

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

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

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

This text has shadow with #A497BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A497BD.

Preview

Color preview on black background

This text has color #A497BD on black background.


Color preview on white background

This text has color #A497BD on white background.


Black color preview on #A497BD background

This text has black color on #A497BD background.


White color preview on #A497BD background

This text has white color on #A497BD background.


Related colors

Complementary color

Complementary color for #hex is #5B6842.


I love getcolorcode.com

Triadic colors

1 #BDA497 and #97BDA4 with #A497BD are triadic colors.

2 #BD97A4 and #97A4BD with #A497BD are triadic colors.