COLOR #A997C5

HEX: #A997C5 RGB: (169,151,197)

Color info

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

RGB color model

#A997C5 color RGB value is (169,151,197).

RGB: (169,151,197) (66%, 59%, 77%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 197 of 255 = 77%

169
151
197

R + G + B ~ 67%. #A997C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 197 = 517 (100%)
R 169 of 517 ~ 32.69%
G 151 of 517 ~ 29.21%
B 197 of 517 ~ 38.1'%

%32.69
%29.21
%38.1

CMYK color model

#A997C5 color CMYK value is (14,23,0,23).

  • cyan value is 14.21%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (14,23,0,23)
C14M23Y0K23 (14%, 23%, 0%, 23%)
(0.14 / 0.23 / 0.00 / 0.23)

CMYK percentages

%14.21
%23.35
%0
%22.75

Codes

Color #A997C5 in popluar color models

A9 97 C5
RGB 169 151 197
HSL 263° 28.40% 68.24%
HSB/HSV 263° 23.35% 77.25%
CMYK 14.21% 23.35% 0.00%
22.75%

Color #A997C5 in popluar number systems.

HEX A9 97 C5
Decimal 169 151 197
Binary 10101001 10010111 11000101
Octal 251 227 305

Shades and tints

Shades of #A997C5

#A997C5
(169,151,197)
#9A8AB4
(154,138,180)
#8B7DA3
(139,125,163)
#7C7092
(124,112,146)
#6D6381
(109,99,129)
#5E5670
(94,86,112)
#4F495F
(79,73,95)
#403C4E
(64,60,78)
#312F3D
(49,47,61)
#22222C
(34,34,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #A997C5

#A997C5
(169,151,197)
#B0A0CA
(176,160,202)
#B7A9CF
(183,169,207)
#BEB2D4
(190,178,212)
#C5BBD9
(197,187,217)
#CCC4DE
(204,196,222)
#D3CDE3
(211,205,227)
#DAD6E8
(218,214,232)
#E1DFED
(225,223,237)
#E8E8F2
(232,232,242)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A997C5 color. Also use rgb(169,151,197) instead hex code.

Text Font Color

.myTextColor { color: #A997C5; }

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

This text font color is #A997C5.

Background Color

.myBgColor { background-color: #A997C5; }

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

This div background color is #A997C5.

Border color

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

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

This div border color is #A997C5.

Opacity

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

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

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

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

This text has shadow with #A997C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997C5.

Preview

Color preview on black background

This text has color #A997C5 on black background.


Color preview on white background

This text has color #A997C5 on white background.


Black color preview on #A997C5 background

This text has black color on #A997C5 background.


White color preview on #A997C5 background

This text has white color on #A997C5 background.


Related colors

Complementary color

Complementary color for #hex is #56683A.


I love getcolorcode.com

Triadic colors

1 #C5A997 and #97C5A9 with #A997C5 are triadic colors.

2 #C597A9 and #97A9C5 with #A997C5 are triadic colors.