COLOR #A47DAA

HEX: #A47DAA
RGB: (164,125,170)

Color info

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

RGB color model

#A47DAA color RGB value is (164,125,170).

  • red value is 164;
  • green value is 125;
  • blue value is 170.
RGB:
(164,125,170)
(64%,49%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 125 of 255 = 49%
B 170 of 255 = 67%

164
125
170

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

Portions of RGB colors in percentages

R + G + B =
164 + 125 + 170 = 459 (100%)
R 164 of 459 ~ 35.73%
G 125 of 459 ~ 27.23%
B 170 of 459 ~ 37.04%

%35.73
%27.23
%37.04

CMYK color model

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

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

CMYK percentages

%3.53
%26.47
%0
%33.33

Codes

Color #A47DAA in popluar color models

A47DAA
RGB164125170
HSL292°20.93%57.84%
HSB/HSV292°26.47%66.67%
CMYK3.53%26.47%0.00%
33.33%

Color #A47DAA in popluar number systems.

HEXA47DAA
Decimal164125170
Binary10100100111110110101010
Octal244175252

Shades and tints

Shades of #A47DAA

#A47DAA
(164,125,170)
#96729B
(150,114,155)
#88678C
(136,103,140)
#7A5C7D
(122,92,125)
#6C516E
(108,81,110)
#5E465F
(94,70,95)
#503B50
(80,59,80)
#423041
(66,48,65)
#342532
(52,37,50)
#261A23
(38,26,35)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #A47DAA

#A47DAA
(164,125,170)
#AC88B1
(172,136,177)
#B493B8
(180,147,184)
#BC9EBF
(188,158,191)
#C4A9C6
(196,169,198)
#CCB4CD
(204,180,205)
#D4BFD4
(212,191,212)
#DCCADB
(220,202,219)
#E4D5E2
(228,213,226)
#ECE0E9
(236,224,233)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47DAA color. Also use rgb(164,125,170) instead hex code.

Text Font Color

.myTextColor { color: #A47DAA; }

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

This text font color is #A47DAA.


Background Color

.myBgColor { background-color: #A47DAA; }

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

This div background color is #A47DAA.


Border color

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

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

This div border color is #A47DAA.


Opacity

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

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

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

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

This text has shadow with #A47DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47DAA on black background.


Color preview on white background

This text has color #A47DAA on white background.



Black color preview on #A47DAA background

This text has black color on #A47DAA background.


White color preview on #A47DAA background

This text has white color on #A47DAA background.