COLOR #A47197

HEX: #A47197
RGB: (164,113,151)

Color info

#A47197 contains red, green and blue colors in about the same proportion. Web safe color of #A47197 is #996699 (or #969).

RGB color model

#A47197 color RGB value is (164,113,151).

  • red value is 164;
  • green value is 113;
  • blue value is 151.
RGB:
(164,113,151)
(64%,44%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 113 of 255 = 44%
B 151 of 255 = 59%

164
113
151

R + G + B ~ 56%. #A47197 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 113 + 151 = 428 (100%)
R 164 of 428 ~ 38.32%
G 113 of 428 ~ 26.4%
B 151 of 428 ~ 35.28%

%38.32
%26.4
%35.28

CMYK color model

#A47197 color CMYK value is (0,31,8,36).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(0,31,8,36)
C0M31Y8K36 
(0%,31%,8%,36%)
(0.00/0.31/0.08/0.36)	

CMYK percentages

%0
%31.1
%7.93
%35.69

Codes

Color #A47197 in popluar color models

A47197
RGB164113151
HSL315°21.89%54.31%
HSB/HSV315°31.10%64.31%
CMYK0.00%31.10%7.93%
35.69%

Color #A47197 in popluar number systems.

HEXA47197
Decimal164113151
Binary10100100111000110010111
Octal244161227

Shades and tints

Shades of #A47197

#A47197
(164,113,151)
#96678A
(150,103,138)
#885D7D
(136,93,125)
#7A5370
(122,83,112)
#6C4963
(108,73,99)
#5E3F56
(94,63,86)
#503549
(80,53,73)
#422B3C
(66,43,60)
#34212F
(52,33,47)
#261722
(38,23,34)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A47197

#A47197
(164,113,151)
#AC7DA0
(172,125,160)
#B489A9
(180,137,169)
#BC95B2
(188,149,178)
#C4A1BB
(196,161,187)
#CCADC4
(204,173,196)
#D4B9CD
(212,185,205)
#DCC5D6
(220,197,214)
#E4D1DF
(228,209,223)
#ECDDE8
(236,221,232)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47197; }

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

This text font color is #A47197.


Background Color

.myBgColor { background-color: #A47197; }

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

This div background color is #A47197.


Border color

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

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

This div border color is #A47197.


Opacity

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

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

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

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

This text has shadow with #A47197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47197 on black background.


Color preview on white background

This text has color #A47197 on white background.



Black color preview on #A47197 background

This text has black color on #A47197 background.


White color preview on #A47197 background

This text has white color on #A47197 background.