COLOR #A47BAC

HEX: #A47BAC
RGB: (164,123,172)

Color info

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

RGB color model

#A47BAC color RGB value is (164,123,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 172 of 255 = 67%

164
123
172

R + G + B ~ 60%. #A47BAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 123 + 172 = 459 (100%)
R 164 of 459 ~ 35.73%
G 123 of 459 ~ 26.8%
B 172 of 459 ~ 37.47%

%35.73
%26.8
%37.47

CMYK color model

#A47BAC color CMYK value is (5,28,0,33).

  • cyan value is 4.65%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,28,0,33)
C5M28Y0K33 
(5%,28%,0%,33%)
(0.05/0.28/0.00/0.33)	

CMYK percentages

%4.65
%28.49
%0
%32.55

Codes

Color #A47BAC in popluar color models

A47BAC
RGB164123172
HSL290°22.79%57.84%
HSB/HSV290°28.49%67.45%
CMYK4.65%28.49%0.00%
32.55%

Color #A47BAC in popluar number systems.

HEXA47BAC
Decimal164123172
Binary10100100111101110101100
Octal244173254

Shades and tints

Shades of #A47BAC

#A47BAC
(164,123,172)
#96709D
(150,112,157)
#88658E
(136,101,142)
#7A5A7F
(122,90,127)
#6C4F70
(108,79,112)
#5E4461
(94,68,97)
#503952
(80,57,82)
#422E43
(66,46,67)
#342334
(52,35,52)
#261825
(38,24,37)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #A47BAC

#A47BAC
(164,123,172)
#AC87B3
(172,135,179)
#B493BA
(180,147,186)
#BC9FC1
(188,159,193)
#C4ABC8
(196,171,200)
#CCB7CF
(204,183,207)
#D4C3D6
(212,195,214)
#DCCFDD
(220,207,221)
#E4DBE4
(228,219,228)
#ECE7EB
(236,231,235)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47BAC; }

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

This text font color is #A47BAC.


Background Color

.myBgColor { background-color: #A47BAC; }

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

This div background color is #A47BAC.


Border color

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

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

This div border color is #A47BAC.


Opacity

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

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

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

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

This text has shadow with #A47BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47BAC on black background.


Color preview on white background

This text has color #A47BAC on white background.



Black color preview on #A47BAC background

This text has black color on #A47BAC background.


White color preview on #A47BAC background

This text has white color on #A47BAC background.