COLOR #A47EB1

HEX: #A47EB1 RGB: (164,126,177)

Color info

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

RGB color model

#A47EB1 color RGB value is (164,126,177).

RGB: (164,126,177) (64%, 49%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 177 of 255 = 69%

164
126
177

R + G + B ~ 61%. #A47EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 177 = 467 (100%)
R 164 of 467 ~ 35.12%
G 126 of 467 ~ 26.98%
B 177 of 467 ~ 37.9'%

%35.12
%26.98
%37.9

CMYK color model

#A47EB1 color CMYK value is (7,29,0,31).

  • cyan value is 7.34%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (7,29,0,31)
C7M29Y0K31 (7%, 29%, 0%, 31%)
(0.07 / 0.29 / 0.00 / 0.31)

CMYK percentages

%7.34
%28.81
%0
%30.59

Codes

Color #A47EB1 in popluar color models

A4 7E B1
RGB 164 126 177
HSL 285° 24.64% 59.41%
HSB/HSV 285° 28.81% 69.41%
CMYK 7.34% 28.81% 0.00%
30.59%

Color #A47EB1 in popluar number systems.

HEX A4 7E B1
Decimal 164 126 177
Binary 10100100 1111110 10110001
Octal 244 176 261

Shades and tints

Shades of #A47EB1

#A47EB1
(164,126,177)
#9673A1
(150,115,161)
#886891
(136,104,145)
#7A5D81
(122,93,129)
#6C5271
(108,82,113)
#5E4761
(94,71,97)
#503C51
(80,60,81)
#423141
(66,49,65)
#342631
(52,38,49)
#261B21
(38,27,33)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A47EB1

#A47EB1
(164,126,177)
#AC89B8
(172,137,184)
#B494BF
(180,148,191)
#BC9FC6
(188,159,198)
#C4AACD
(196,170,205)
#CCB5D4
(204,181,212)
#D4C0DB
(212,192,219)
#DCCBE2
(220,203,226)
#E4D6E9
(228,214,233)
#ECE1F0
(236,225,240)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47EB1; }

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

This text font color is #A47EB1.

Background Color

.myBgColor { background-color: #A47EB1; }

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

This div background color is #A47EB1.

Border color

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

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

This div border color is #A47EB1.

Opacity

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

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

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

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

This text has shadow with #A47EB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47EB1.

Preview

Color preview on black background

This text has color #A47EB1 on black background.


Color preview on white background

This text has color #A47EB1 on white background.


Black color preview on #A47EB1 background

This text has black color on #A47EB1 background.


White color preview on #A47EB1 background

This text has white color on #A47EB1 background.


Related colors

Complementary color

Complementary color for #hex is #5B814E.


I love getcolorcode.com

Triadic colors

1 #B1A47E and #7EB1A4 with #A47EB1 are triadic colors.

2 #B17EA4 and #7EA4B1 with #A47EB1 are triadic colors.