COLOR #A197B1

HEX: #A197B1 RGB: (161,151,177)

Color info

#A197B1 contains red, green and blue colors in about the same proportion. Web safe color of #A197B1 is #999999 (or #999).

RGB color model

#A197B1 color RGB value is (161,151,177).

RGB: (161,151,177) (63%, 59%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 177 of 255 = 69%

161
151
177

R + G + B ~ 64%. #A197B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 151 + 177 = 489 (100%)
R 161 of 489 ~ 32.92%
G 151 of 489 ~ 30.88%
B 177 of 489 ~ 36.2'%

%32.92
%30.88
%36.2

CMYK color model

#A197B1 color CMYK value is (9,15,0,31).

  • cyan value is 9.04%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (9,15,0,31) C9M15Y0K31 (9%,15%,0%,31%) (0.09/0.15/0.00/0.31) 

CMYK percentages

%9.04
%14.69
%0
%30.59

Codes

Color #A197B1 in popluar color models

A1 97 B1
RGB 161 151 177
HSL 263° 14.29% 64.31%
HSB/HSV 263° 14.69% 69.41%
CMYK 9.04% 14.69% 0.00%
30.59%

Color #A197B1 in popluar number systems.

HEX A1 97 B1
Decimal 161 151 177
Binary 10100001 10010111 10110001
Octal 241 227 261

Shades and tints

Shades of #A197B1

#A197B1
(161,151,177)
#938AA1
(147,138,161)
#857D91
(133,125,145)
#777081
(119,112,129)
#696371
(105,99,113)
#5B5661
(91,86,97)
#4D4951
(77,73,81)
#3F3C41
(63,60,65)
#312F31
(49,47,49)
#232221
(35,34,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A197B1

#A197B1
(161,151,177)
#A9A0B8
(169,160,184)
#B1A9BF
(177,169,191)
#B9B2C6
(185,178,198)
#C1BBCD
(193,187,205)
#C9C4D4
(201,196,212)
#D1CDDB
(209,205,219)
#D9D6E2
(217,214,226)
#E1DFE9
(225,223,233)
#E9E8F0
(233,232,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A197B1 color. Also use rgb(161,151,177) instead hex code.

Text Font Color

.myTextColor { color: #A197B1; }

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

This text font color is #A197B1.

Background Color

.myBgColor { background-color: #A197B1; }

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

This div background color is #A197B1.

Border color

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

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

This div border color is #A197B1.

Opacity

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

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

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

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

This text has shadow with #A197B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A197B1.

Preview

Color preview on black background

This text has color #A197B1 on black background.


Color preview on white background

This text has color #A197B1 on white background.


Black color preview on #A197B1 background

This text has black color on #A197B1 background.


White color preview on #A197B1 background

This text has white color on #A197B1 background.


Related colors

Complementary color

Complementary color for #hex is #5E684E.


I love getcolorcode.com

Triadic colors

1 #B1A197 and #97B1A1 with #A197B1 are triadic colors.

2 #B197A1 and #97A1B1 with #A197B1 are triadic colors.