COLOR #A47CCC

HEX: #A47CCC
RGB: (164,124,204)

Color info

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

RGB color model

#A47CCC color RGB value is (164,124,204).

  • red value is 164;
  • green value is 124;
  • blue value is 204.
RGB:
(164,124,204)
(64%,49%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 204 of 255 = 80%

164
124
204

R + G + B ~ 64%. #A47CCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 124 + 204 = 492 (100%)
R 164 of 492 ~ 33.33%
G 124 of 492 ~ 25.2%
B 204 of 492 ~ 41.46%

%33.33
%25.2
%41.46

CMYK color model

#A47CCC color CMYK value is (20,39,0,20).

  • cyan value is 19.61%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,39,0,20)
C20M39Y0K20 
(20%,39%,0%,20%)
(0.20/0.39/0.00/0.20)	

CMYK percentages

%19.61
%39.22
%0
%20

Codes

Color #A47CCC in popluar color models

A47CCC
RGB164124204
HSL270°43.96%64.31%
HSB/HSV270°39.22%80.00%
CMYK19.61%39.22%0.00%
20.00%

Color #A47CCC in popluar number systems.

HEXA47CCC
Decimal164124204
Binary10100100111110011001100
Octal244174314

Shades and tints

Shades of #A47CCC

#A47CCC
(164,124,204)
#9671BA
(150,113,186)
#8866A8
(136,102,168)
#7A5B96
(122,91,150)
#6C5084
(108,80,132)
#5E4572
(94,69,114)
#503A60
(80,58,96)
#422F4E
(66,47,78)
#34243C
(52,36,60)
#26192A
(38,25,42)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #A47CCC

#A47CCC
(164,124,204)
#AC87D0
(172,135,208)
#B492D4
(180,146,212)
#BC9DD8
(188,157,216)
#C4A8DC
(196,168,220)
#CCB3E0
(204,179,224)
#D4BEE4
(212,190,228)
#DCC9E8
(220,201,232)
#E4D4EC
(228,212,236)
#ECDFF0
(236,223,240)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47CCC; }

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

This text font color is #A47CCC.


Background Color

.myBgColor { background-color: #A47CCC; }

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

This div background color is #A47CCC.


Border color

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

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

This div border color is #A47CCC.


Opacity

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

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

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

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

This text has shadow with #A47CCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47CCC on black background.


Color preview on white background

This text has color #A47CCC on white background.



Black color preview on #A47CCC background

This text has black color on #A47CCC background.


White color preview on #A47CCC background

This text has white color on #A47CCC background.