COLOR #A47CB8

HEX: #A47CB8
RGB: (164,124,184)

Color info

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

RGB color model

#A47CB8 color RGB value is (164,124,184).

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

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 184 of 255 = 72%

164
124
184

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

Portions of RGB colors in percentages

R + G + B =
164 + 124 + 184 = 472 (100%)
R 164 of 472 ~ 34.75%
G 124 of 472 ~ 26.27%
B 184 of 472 ~ 38.98%

%34.75
%26.27
%38.98

CMYK color model

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

  • cyan value is 10.87%
  • magenta value is 32.61%
  • 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
%32.61
%0
%27.84

Codes

Color #A47CB8 in popluar color models

A47CB8
RGB164124184
HSL280°29.70%60.39%
HSB/HSV280°32.61%72.16%
CMYK10.87%32.61%0.00%
27.84%

Color #A47CB8 in popluar number systems.

HEXA47CB8
Decimal164124184
Binary10100100111110010111000
Octal244174270

Shades and tints

Shades of #A47CB8

#A47CB8
(164,124,184)
#9671A8
(150,113,168)
#886698
(136,102,152)
#7A5B88
(122,91,136)
#6C5078
(108,80,120)
#5E4568
(94,69,104)
#503A58
(80,58,88)
#422F48
(66,47,72)
#342438
(52,36,56)
#261928
(38,25,40)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #A47CB8

#A47CB8
(164,124,184)
#AC87BE
(172,135,190)
#B492C4
(180,146,196)
#BC9DCA
(188,157,202)
#C4A8D0
(196,168,208)
#CCB3D6
(204,179,214)
#D4BEDC
(212,190,220)
#DCC9E2
(220,201,226)
#E4D4E8
(228,212,232)
#ECDFEE
(236,223,238)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47CB8; }

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

This text font color is #A47CB8.


Background Color

.myBgColor { background-color: #A47CB8; }

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

This div background color is #A47CB8.


Border color

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

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

This div border color is #A47CB8.


Opacity

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

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

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

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

This text has shadow with #A47CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47CB8 on black background.


Color preview on white background

This text has color #A47CB8 on white background.



Black color preview on #A47CB8 background

This text has black color on #A47CB8 background.


White color preview on #A47CB8 background

This text has white color on #A47CB8 background.