COLOR #A47EAB

HEX: #A47EAB
RGB: (164,126,171)

Color info

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

RGB color model

#A47EAB color RGB value is (164,126,171).

  • red value is 164;
  • green value is 126;
  • blue value is 171.
RGB:
(164,126,171)
(64%,49%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 171 of 255 = 67%

164
126
171

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 171 = 461 (100%)
R 164 of 461 ~ 35.57%
G 126 of 461 ~ 27.33%
B 171 of 461 ~ 37.09%

%35.57
%27.33
%37.09

CMYK color model

#A47EAB color CMYK value is (4,26,0,33).

  • cyan value is 4.09%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,26,0,33)
C4M26Y0K33 
(4%,26%,0%,33%)
(0.04/0.26/0.00/0.33)	

CMYK percentages

%4.09
%26.32
%0
%32.94

Codes

Color #A47EAB in popluar color models

A47EAB
RGB164126171
HSL291°21.13%58.24%
HSB/HSV291°26.32%67.06%
CMYK4.09%26.32%0.00%
32.94%

Color #A47EAB in popluar number systems.

HEXA47EAB
Decimal164126171
Binary10100100111111010101011
Octal244176253

Shades and tints

Shades of #A47EAB

#A47EAB
(164,126,171)
#96739C
(150,115,156)
#88688D
(136,104,141)
#7A5D7E
(122,93,126)
#6C526F
(108,82,111)
#5E4760
(94,71,96)
#503C51
(80,60,81)
#423142
(66,49,66)
#342633
(52,38,51)
#261B24
(38,27,36)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A47EAB

#A47EAB
(164,126,171)
#AC89B2
(172,137,178)
#B494B9
(180,148,185)
#BC9FC0
(188,159,192)
#C4AAC7
(196,170,199)
#CCB5CE
(204,181,206)
#D4C0D5
(212,192,213)
#DCCBDC
(220,203,220)
#E4D6E3
(228,214,227)
#ECE1EA
(236,225,234)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47EAB color. Also use rgb(164,126,171) instead hex code.

Text Font Color

.myTextColor { color: #A47EAB; }

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

This text font color is #A47EAB.


Background Color

.myBgColor { background-color: #A47EAB; }

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

This div background color is #A47EAB.


Border color

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

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

This div border color is #A47EAB.


Opacity

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

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

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

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

This text has shadow with #A47EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47EAB on black background.


Color preview on white background

This text has color #A47EAB on white background.



Black color preview on #A47EAB background

This text has black color on #A47EAB background.


White color preview on #A47EAB background

This text has white color on #A47EAB background.