COLOR #A47FB5

HEX: #A47FB5
RGB: (164,127,181)

Color info

#A47FB5 contains red, green and blue colors in about the same proportion. Web safe color of #A47FB5 is #9966CC (or #96C).

RGB color model

#A47FB5 color RGB value is (164,127,181).

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

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 181 of 255 = 71%

164
127
181

R + G + B ~ 62%. #A47FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 181 = 472 (100%)
R 164 of 472 ~ 34.75%
G 127 of 472 ~ 26.91%
B 181 of 472 ~ 38.35%

%34.75
%26.91
%38.35

CMYK color model

#A47FB5 color CMYK value is (9,30,0,29).

  • cyan value is 9.39%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,30,0,29)
C9M30Y0K29 
(9%,30%,0%,29%)
(0.09/0.30/0.00/0.29)	

CMYK percentages

%9.39
%29.83
%0
%29.02

Codes

Color #A47FB5 in popluar color models

A47FB5
RGB164127181
HSL281°26.73%60.39%
HSB/HSV281°29.83%70.98%
CMYK9.39%29.83%0.00%
29.02%

Color #A47FB5 in popluar number systems.

HEXA47FB5
Decimal164127181
Binary10100100111111110110101
Octal244177265

Shades and tints

Shades of #A47FB5

#A47FB5
(164,127,181)
#9674A5
(150,116,165)
#886995
(136,105,149)
#7A5E85
(122,94,133)
#6C5375
(108,83,117)
#5E4865
(94,72,101)
#503D55
(80,61,85)
#423245
(66,50,69)
#342735
(52,39,53)
#261C25
(38,28,37)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A47FB5

#A47FB5
(164,127,181)
#AC8ABB
(172,138,187)
#B495C1
(180,149,193)
#BCA0C7
(188,160,199)
#C4ABCD
(196,171,205)
#CCB6D3
(204,182,211)
#D4C1D9
(212,193,217)
#DCCCDF
(220,204,223)
#E4D7E5
(228,215,229)
#ECE2EB
(236,226,235)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47FB5; }

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

This text font color is #A47FB5.


Background Color

.myBgColor { background-color: #A47FB5; }

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

This div background color is #A47FB5.


Border color

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

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

This div border color is #A47FB5.


Opacity

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

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

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

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

This text has shadow with #A47FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47FB5 on black background.


Color preview on white background

This text has color #A47FB5 on white background.



Black color preview on #A47FB5 background

This text has black color on #A47FB5 background.


White color preview on #A47FB5 background

This text has white color on #A47FB5 background.