COLOR #A47CA9

HEX: #A47CA9 RGB: (164,124,169)

Color info

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

RGB color model

#A47CA9 color RGB value is (164,124,169).

RGB: (164,124,169) (64%, 49%, 66%)

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 169 of 255 = 66%

164
124
169

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

Portions of RGB colors in percentages

R + G + B = 164 + 124 + 169 = 457 (100%)
R 164 of 457 ~ 35.89%
G 124 of 457 ~ 27.13%
B 169 of 457 ~ 36.98'%

%35.89
%27.13
%36.98

CMYK color model

#A47CA9 color CMYK value is (3,27,0,34).

  • cyan value is 2.96%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (3,27,0,34) C3M27Y0K34 (3%,27%,0%,34%) (0.03/0.27/0.00/0.34) 

CMYK percentages

%2.96
%26.63
%0
%33.73

Codes

Color #A47CA9 in popluar color models

A4 7C A9
RGB 164 124 169
HSL 293° 20.74% 57.45%
HSB/HSV 293° 26.63% 66.27%
CMYK 2.96% 26.63% 0.00%
33.73%

Color #A47CA9 in popluar number systems.

HEX A4 7C A9
Decimal 164 124 169
Binary 10100100 1111100 10101001
Octal 244 174 251

Shades and tints

Shades of #A47CA9

#A47CA9
(164,124,169)
#96719A
(150,113,154)
#88668B
(136,102,139)
#7A5B7C
(122,91,124)
#6C506D
(108,80,109)
#5E455E
(94,69,94)
#503A4F
(80,58,79)
#422F40
(66,47,64)
#342431
(52,36,49)
#261922
(38,25,34)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #A47CA9

#A47CA9
(164,124,169)
#AC87B0
(172,135,176)
#B492B7
(180,146,183)
#BC9DBE
(188,157,190)
#C4A8C5
(196,168,197)
#CCB3CC
(204,179,204)
#D4BED3
(212,190,211)
#DCC9DA
(220,201,218)
#E4D4E1
(228,212,225)
#ECDFE8
(236,223,232)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47CA9; }

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

This text font color is #A47CA9.

Background Color

.myBgColor { background-color: #A47CA9; }

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

This div background color is #A47CA9.

Border color

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

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

This div border color is #A47CA9.

Opacity

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

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

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

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

This text has shadow with #A47CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47CA9.

Preview

Color preview on black background

This text has color #A47CA9 on black background.


Color preview on white background

This text has color #A47CA9 on white background.


Black color preview on #A47CA9 background

This text has black color on #A47CA9 background.


White color preview on #A47CA9 background

This text has white color on #A47CA9 background.


Related colors

Complementary color

Complementary color for #hex is #5B8356.


I love getcolorcode.com

Triadic colors

1 #A9A47C and #7CA9A4 with #A47CA9 are triadic colors.

2 #A97CA4 and #7CA4A9 with #A47CA9 are triadic colors.