COLOR #A47F94

HEX: #A47F94
RGB: (164,127,148)

Color info

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

RGB color model

#A47F94 color RGB value is (164,127,148).

  • red value is 164;
  • green value is 127;
  • blue value is 148.
RGB:
(164,127,148)
(64%,50%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 148 of 255 = 58%

164
127
148

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

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 148 = 439 (100%)
R 164 of 439 ~ 37.36%
G 127 of 439 ~ 28.93%
B 148 of 439 ~ 33.71%

%37.36
%28.93
%33.71

CMYK color model

#A47F94 color CMYK value is (0,23,10,36).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(0,23,10,36)
C0M23Y10K36 
(0%,23%,10%,36%)
(0.00/0.23/0.10/0.36)	

CMYK percentages

%0
%22.56
%9.76
%35.69

Codes

Color #A47F94 in popluar color models

A47F94
RGB164127148
HSL326°16.89%57.06%
HSB/HSV326°22.56%64.31%
CMYK0.00%22.56%9.76%
35.69%

Color #A47F94 in popluar number systems.

HEXA47F94
Decimal164127148
Binary10100100111111110010100
Octal244177224

Shades and tints

Shades of #A47F94

#A47F94
(164,127,148)
#967487
(150,116,135)
#88697A
(136,105,122)
#7A5E6D
(122,94,109)
#6C5360
(108,83,96)
#5E4853
(94,72,83)
#503D46
(80,61,70)
#423239
(66,50,57)
#34272C
(52,39,44)
#261C1F
(38,28,31)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #A47F94

#A47F94
(164,127,148)
#AC8A9D
(172,138,157)
#B495A6
(180,149,166)
#BCA0AF
(188,160,175)
#C4ABB8
(196,171,184)
#CCB6C1
(204,182,193)
#D4C1CA
(212,193,202)
#DCCCD3
(220,204,211)
#E4D7DC
(228,215,220)
#ECE2E5
(236,226,229)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47F94 color. Also use rgb(164,127,148) instead hex code.

Text Font Color

.myTextColor { color: #A47F94; }

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

This text font color is #A47F94.


Background Color

.myBgColor { background-color: #A47F94; }

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

This div background color is #A47F94.


Border color

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

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

This div border color is #A47F94.


Opacity

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

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

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

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

This text has shadow with #A47F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47F94 on black background.


Color preview on white background

This text has color #A47F94 on white background.



Black color preview on #A47F94 background

This text has black color on #A47F94 background.


White color preview on #A47F94 background

This text has white color on #A47F94 background.