COLOR #A47FCC

HEX: #A47FCC RGB: (164,127,204)

Color info

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

RGB color model

#A47FCC color RGB value is (164,127,204).

RGB: (164,127,204) (64%, 50%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 204 of 255 = 80%

164
127
204

R + G + B ~ 65%. #A47FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 127 + 204 = 495 (100%)
R 164 of 495 ~ 33.13%
G 127 of 495 ~ 25.66%
B 204 of 495 ~ 41.21'%

%33.13
%25.66
%41.21

CMYK color model

#A47FCC color CMYK value is (20,38,0,20).

  • cyan value is 19.61%
  • magenta value is 37.75%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (20,38,0,20)
C20M38Y0K20 (20%, 38%, 0%, 20%)
(0.20 / 0.38 / 0.00 / 0.20)

CMYK percentages

%19.61
%37.75
%0
%20

Codes

Color #A47FCC in popluar color models

A4 7F CC
RGB 164 127 204
HSL 269° 43.02% 64.90%
HSB/HSV 269° 37.75% 80.00%
CMYK 19.61% 37.75% 0.00%
20.00%

Color #A47FCC in popluar number systems.

HEX A4 7F CC
Decimal 164 127 204
Binary 10100100 1111111 11001100
Octal 244 177 314

Shades and tints

Shades of #A47FCC

#A47FCC
(164,127,204)
#9674BA
(150,116,186)
#8869A8
(136,105,168)
#7A5E96
(122,94,150)
#6C5384
(108,83,132)
#5E4872
(94,72,114)
#503D60
(80,61,96)
#42324E
(66,50,78)
#34273C
(52,39,60)
#261C2A
(38,28,42)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #A47FCC

#A47FCC
(164,127,204)
#AC8AD0
(172,138,208)
#B495D4
(180,149,212)
#BCA0D8
(188,160,216)
#C4ABDC
(196,171,220)
#CCB6E0
(204,182,224)
#D4C1E4
(212,193,228)
#DCCCE8
(220,204,232)
#E4D7EC
(228,215,236)
#ECE2F0
(236,226,240)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47FCC; }

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

This text font color is #A47FCC.

Background Color

.myBgColor { background-color: #A47FCC; }

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

This div background color is #A47FCC.

Border color

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

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

This div border color is #A47FCC.

Opacity

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

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

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

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

This text has shadow with #A47FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47FCC.

Preview

Color preview on black background

This text has color #A47FCC on black background.


Color preview on white background

This text has color #A47FCC on white background.


Black color preview on #A47FCC background

This text has black color on #A47FCC background.


White color preview on #A47FCC background

This text has white color on #A47FCC background.


Related colors

Complementary color

Complementary color for #hex is #5B8033.


I love getcolorcode.com

Triadic colors

1 #CCA47F and #7FCCA4 with #A47FCC are triadic colors.

2 #CC7FA4 and #7FA4CC with #A47FCC are triadic colors.