COLOR #A47BB8

HEX: #A47BB8
RGB: (164,123,184)

Color info

#A47BB8 contains mainly red and blue colors. Web safe color of #A47BB8 is #9966CC (or #96C).

RGB color model

#A47BB8 color RGB value is (164,123,184).

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

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 184 of 255 = 72%

164
123
184

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

Portions of RGB colors in percentages

R + G + B =
164 + 123 + 184 = 471 (100%)
R 164 of 471 ~ 34.82%
G 123 of 471 ~ 26.11%
B 184 of 471 ~ 39.07%

%34.82
%26.11
%39.07

CMYK color model

#A47BB8 color CMYK value is (11,33,0,28).

  • cyan value is 10.87%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(11,33,0,28)
C11M33Y0K28 
(11%,33%,0%,28%)
(0.11/0.33/0.00/0.28)	

CMYK percentages

%10.87
%33.15
%0
%27.84

Codes

Color #A47BB8 in popluar color models

A47BB8
RGB164123184
HSL280°30.05%60.20%
HSB/HSV280°33.15%72.16%
CMYK10.87%33.15%0.00%
27.84%

Color #A47BB8 in popluar number systems.

HEXA47BB8
Decimal164123184
Binary10100100111101110111000
Octal244173270

Shades and tints

Shades of #A47BB8

#A47BB8
(164,123,184)
#9670A8
(150,112,168)
#886598
(136,101,152)
#7A5A88
(122,90,136)
#6C4F78
(108,79,120)
#5E4468
(94,68,104)
#503958
(80,57,88)
#422E48
(66,46,72)
#342338
(52,35,56)
#261828
(38,24,40)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #A47BB8

#A47BB8
(164,123,184)
#AC87BE
(172,135,190)
#B493C4
(180,147,196)
#BC9FCA
(188,159,202)
#C4ABD0
(196,171,208)
#CCB7D6
(204,183,214)
#D4C3DC
(212,195,220)
#DCCFE2
(220,207,226)
#E4DBE8
(228,219,232)
#ECE7EE
(236,231,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47BB8; }

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

This text font color is #A47BB8.


Background Color

.myBgColor { background-color: #A47BB8; }

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

This div background color is #A47BB8.


Border color

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

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

This div border color is #A47BB8.


Opacity

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

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

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

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

This text has shadow with #A47BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47BB8 on black background.


Color preview on white background

This text has color #A47BB8 on white background.



Black color preview on #A47BB8 background

This text has black color on #A47BB8 background.


White color preview on #A47BB8 background

This text has white color on #A47BB8 background.