COLOR #A47BB4

HEX: #A47BB4
RGB: (164,123,180)

Color info

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

RGB color model

#A47BB4 color RGB value is (164,123,180).

  • red value is 164;
  • green value is 123;
  • blue value is 180.
RGB:
(164,123,180)
(64%,48%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 180 of 255 = 71%

164
123
180

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

Portions of RGB colors in percentages

R + G + B =
164 + 123 + 180 = 467 (100%)
R 164 of 467 ~ 35.12%
G 123 of 467 ~ 26.34%
B 180 of 467 ~ 38.54%

%35.12
%26.34
%38.54

CMYK color model

#A47BB4 color CMYK value is (9,32,0,29).

  • cyan value is 8.89%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,32,0,29)
C9M32Y0K29 
(9%,32%,0%,29%)
(0.09/0.32/0.00/0.29)	

CMYK percentages

%8.89
%31.67
%0
%29.41

Codes

Color #A47BB4 in popluar color models

A47BB4
RGB164123180
HSL283°27.54%59.41%
HSB/HSV283°31.67%70.59%
CMYK8.89%31.67%0.00%
29.41%

Color #A47BB4 in popluar number systems.

HEXA47BB4
Decimal164123180
Binary10100100111101110110100
Octal244173264

Shades and tints

Shades of #A47BB4

#A47BB4
(164,123,180)
#9670A4
(150,112,164)
#886594
(136,101,148)
#7A5A84
(122,90,132)
#6C4F74
(108,79,116)
#5E4464
(94,68,100)
#503954
(80,57,84)
#422E44
(66,46,68)
#342334
(52,35,52)
#261824
(38,24,36)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #A47BB4

#A47BB4
(164,123,180)
#AC87BA
(172,135,186)
#B493C0
(180,147,192)
#BC9FC6
(188,159,198)
#C4ABCC
(196,171,204)
#CCB7D2
(204,183,210)
#D4C3D8
(212,195,216)
#DCCFDE
(220,207,222)
#E4DBE4
(228,219,228)
#ECE7EA
(236,231,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47BB4 color. Also use rgb(164,123,180) instead hex code.

Text Font Color

.myTextColor { color: #A47BB4; }

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

This text font color is #A47BB4.


Background Color

.myBgColor { background-color: #A47BB4; }

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

This div background color is #A47BB4.


Border color

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

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

This div border color is #A47BB4.


Opacity

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

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

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

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

This text has shadow with #A47BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47BB4 on black background.


Color preview on white background

This text has color #A47BB4 on white background.



Black color preview on #A47BB4 background

This text has black color on #A47BB4 background.


White color preview on #A47BB4 background

This text has white color on #A47BB4 background.