COLOR #A47EA2

HEX: #A47EA2
RGB: (164,126,162)

Color info

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

RGB color model

#A47EA2 color RGB value is (164,126,162).

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

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 162 of 255 = 64%

164
126
162

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 162 = 452 (100%)
R 164 of 452 ~ 36.28%
G 126 of 452 ~ 27.88%
B 162 of 452 ~ 35.84%

%36.28
%27.88
%35.84

CMYK color model

#A47EA2 color CMYK value is (0,23,1,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 1.22%
  • key color value is 35.69%
CMYK:
(0,23,1,36)
C0M23Y1K36 
(0%,23%,1%,36%)
(0.00/0.23/0.01/0.36)	

CMYK percentages

%0
%23.17
%1.22
%35.69

Codes

Color #A47EA2 in popluar color models

A47EA2
RGB164126162
HSL303°17.27%56.86%
HSB/HSV303°23.17%64.31%
CMYK0.00%23.17%1.22%
35.69%

Color #A47EA2 in popluar number systems.

HEXA47EA2
Decimal164126162
Binary10100100111111010100010
Octal244176242

Shades and tints

Shades of #A47EA2

#A47EA2
(164,126,162)
#967394
(150,115,148)
#886886
(136,104,134)
#7A5D78
(122,93,120)
#6C526A
(108,82,106)
#5E475C
(94,71,92)
#503C4E
(80,60,78)
#423140
(66,49,64)
#342632
(52,38,50)
#261B24
(38,27,36)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A47EA2

#A47EA2
(164,126,162)
#AC89AA
(172,137,170)
#B494B2
(180,148,178)
#BC9FBA
(188,159,186)
#C4AAC2
(196,170,194)
#CCB5CA
(204,181,202)
#D4C0D2
(212,192,210)
#DCCBDA
(220,203,218)
#E4D6E2
(228,214,226)
#ECE1EA
(236,225,234)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47EA2; }

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

This text font color is #A47EA2.


Background Color

.myBgColor { background-color: #A47EA2; }

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

This div background color is #A47EA2.


Border color

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

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

This div border color is #A47EA2.


Opacity

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

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

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

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

This text has shadow with #A47EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47EA2 on black background.


Color preview on white background

This text has color #A47EA2 on white background.



Black color preview on #A47EA2 background

This text has black color on #A47EA2 background.


White color preview on #A47EA2 background

This text has white color on #A47EA2 background.