COLOR #A47FAB

HEX: #A47FAB
RGB: (164,127,171)

Color info

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

RGB color model

#A47FAB color RGB value is (164,127,171).

  • red value is 164;
  • green value is 127;
  • blue value is 171.
RGB:
(164,127,171)
(64%,50%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 171 of 255 = 67%

164
127
171

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

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 171 = 462 (100%)
R 164 of 462 ~ 35.5%
G 127 of 462 ~ 27.49%
B 171 of 462 ~ 37.01%

%35.5
%27.49
%37.01

CMYK color model

#A47FAB color CMYK value is (4,26,0,33).

  • cyan value is 4.09%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,26,0,33)
C4M26Y0K33 
(4%,26%,0%,33%)
(0.04/0.26/0.00/0.33)	

CMYK percentages

%4.09
%25.73
%0
%32.94

Codes

Color #A47FAB in popluar color models

A47FAB
RGB164127171
HSL290°20.75%58.43%
HSB/HSV290°25.73%67.06%
CMYK4.09%25.73%0.00%
32.94%

Color #A47FAB in popluar number systems.

HEXA47FAB
Decimal164127171
Binary10100100111111110101011
Octal244177253

Shades and tints

Shades of #A47FAB

#A47FAB
(164,127,171)
#96749C
(150,116,156)
#88698D
(136,105,141)
#7A5E7E
(122,94,126)
#6C536F
(108,83,111)
#5E4860
(94,72,96)
#503D51
(80,61,81)
#423242
(66,50,66)
#342733
(52,39,51)
#261C24
(38,28,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A47FAB

#A47FAB
(164,127,171)
#AC8AB2
(172,138,178)
#B495B9
(180,149,185)
#BCA0C0
(188,160,192)
#C4ABC7
(196,171,199)
#CCB6CE
(204,182,206)
#D4C1D5
(212,193,213)
#DCCCDC
(220,204,220)
#E4D7E3
(228,215,227)
#ECE2EA
(236,226,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47FAB color. Also use rgb(164,127,171) instead hex code.

Text Font Color

.myTextColor { color: #A47FAB; }

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

This text font color is #A47FAB.


Background Color

.myBgColor { background-color: #A47FAB; }

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

This div background color is #A47FAB.


Border color

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

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

This div border color is #A47FAB.


Opacity

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

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

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

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

This text has shadow with #A47FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47FAB on black background.


Color preview on white background

This text has color #A47FAB on white background.



Black color preview on #A47FAB background

This text has black color on #A47FAB background.


White color preview on #A47FAB background

This text has white color on #A47FAB background.