COLOR #A197AF

HEX: #A197AF RGB: (161,151,175)

Color info

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

RGB color model

#A197AF color RGB value is (161,151,175).

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

RGB channels and saturation

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

161
151
175

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

Portions of RGB colors in percentages

R + G + B = 161 + 151 + 175 = 487 (100%)
R 161 of 487 ~ 33.06%
G 151 of 487 ~ 31.01%
B 175 of 487 ~ 35.93'%

%33.06
%31.01
%35.93

CMYK color model

#A197AF color CMYK value is (8,14,0,31).

  • cyan value is 8.00%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (8,14,0,31)
C8M14Y0K31 (8%, 14%, 0%, 31%)
(0.08 / 0.14 / 0.00 / 0.31)

CMYK percentages

%8
%13.71
%0
%31.37

Codes

Color #A197AF in popluar color models

A1 97 AF
RGB 161 151 175
HSL 265° 13.04% 63.92%
HSB/HSV 265° 13.71% 68.63%
CMYK 8.00% 13.71% 0.00%
31.37%

Color #A197AF in popluar number systems.

HEX A1 97 AF
Decimal 161 151 175
Binary 10100001 10010111 10101111
Octal 241 227 257

Shades and tints

Shades of #A197AF

#A197AF
(161,151,175)
#938AA0
(147,138,160)
#857D91
(133,125,145)
#777082
(119,112,130)
#696373
(105,99,115)
#5B5664
(91,86,100)
#4D4955
(77,73,85)
#3F3C46
(63,60,70)
#312F37
(49,47,55)
#232228
(35,34,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #A197AF

#A197AF
(161,151,175)
#A9A0B6
(169,160,182)
#B1A9BD
(177,169,189)
#B9B2C4
(185,178,196)
#C1BBCB
(193,187,203)
#C9C4D2
(201,196,210)
#D1CDD9
(209,205,217)
#D9D6E0
(217,214,224)
#E1DFE7
(225,223,231)
#E9E8EE
(233,232,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A197AF; }

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

This text font color is #A197AF.

Background Color

.myBgColor { background-color: #A197AF; }

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

This div background color is #A197AF.

Border color

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

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

This div border color is #A197AF.

Opacity

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

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

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

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

This text has shadow with #A197AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A197AF.

Preview

Color preview on black background

This text has color #A197AF on black background.


Color preview on white background

This text has color #A197AF on white background.


Black color preview on #A197AF background

This text has black color on #A197AF background.


White color preview on #A197AF background

This text has white color on #A197AF background.


Related colors

Complementary color

Complementary color for #hex is #5E6850.


I love getcolorcode.com

Triadic colors

1 #AFA197 and #97AFA1 with #A197AF are triadic colors.

2 #AF97A1 and #97A1AF with #A197AF are triadic colors.