COLOR #A47CC1

HEX: #A47CC1 RGB: (164,124,193)

Color info

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

RGB color model

#A47CC1 color RGB value is (164,124,193).

RGB: (164,124,193) (64%, 49%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 193 of 255 = 76%

164
124
193

R + G + B ~ 63%. #A47CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 124 + 193 = 481 (100%)
R 164 of 481 ~ 34.1%
G 124 of 481 ~ 25.78%
B 193 of 481 ~ 40.12'%

%34.1
%25.78
%40.12

CMYK color model

#A47CC1 color CMYK value is (15,36,0,24).

  • cyan value is 15.03%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (15,36,0,24)
C15M36Y0K24 (15%, 36%, 0%, 24%)
(0.15 / 0.36 / 0.00 / 0.24)

CMYK percentages

%15.03
%35.75
%0
%24.31

Codes

Color #A47CC1 in popluar color models

A4 7C C1
RGB 164 124 193
HSL 275° 35.75% 62.16%
HSB/HSV 275° 35.75% 75.69%
CMYK 15.03% 35.75% 0.00%
24.31%

Color #A47CC1 in popluar number systems.

HEX A4 7C C1
Decimal 164 124 193
Binary 10100100 1111100 11000001
Octal 244 174 301

Shades and tints

Shades of #A47CC1

#A47CC1
(164,124,193)
#9671B0
(150,113,176)
#88669F
(136,102,159)
#7A5B8E
(122,91,142)
#6C507D
(108,80,125)
#5E456C
(94,69,108)
#503A5B
(80,58,91)
#422F4A
(66,47,74)
#342439
(52,36,57)
#261928
(38,25,40)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #A47CC1

#A47CC1
(164,124,193)
#AC87C6
(172,135,198)
#B492CB
(180,146,203)
#BC9DD0
(188,157,208)
#C4A8D5
(196,168,213)
#CCB3DA
(204,179,218)
#D4BEDF
(212,190,223)
#DCC9E4
(220,201,228)
#E4D4E9
(228,212,233)
#ECDFEE
(236,223,238)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47CC1; }

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

This text font color is #A47CC1.

Background Color

.myBgColor { background-color: #A47CC1; }

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

This div background color is #A47CC1.

Border color

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

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

This div border color is #A47CC1.

Opacity

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

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

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

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

This text has shadow with #A47CC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47CC1.

Preview

Color preview on black background

This text has color #A47CC1 on black background.


Color preview on white background

This text has color #A47CC1 on white background.


Black color preview on #A47CC1 background

This text has black color on #A47CC1 background.


White color preview on #A47CC1 background

This text has white color on #A47CC1 background.


Related colors

Complementary color

Complementary color for #hex is #5B833E.


I love getcolorcode.com

Triadic colors

1 #C1A47C and #7CC1A4 with #A47CC1 are triadic colors.

2 #C17CA4 and #7CA4C1 with #A47CC1 are triadic colors.