COLOR #A47FD5

HEX: #A47FD5 RGB: (164,127,213)

Color info

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

RGB color model

#A47FD5 color RGB value is (164,127,213).

RGB: (164,127,213) (64%, 50%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 213 of 255 = 84%

164
127
213

R + G + B ~ 66%. #A47FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 127 + 213 = 504 (100%)
R 164 of 504 ~ 32.54%
G 127 of 504 ~ 25.2%
B 213 of 504 ~ 42.26'%

%32.54
%25.2
%42.26

CMYK color model

#A47FD5 color CMYK value is (23,40,0,16).

  • cyan value is 23.00%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (23,40,0,16)
C23M40Y0K16 (23%, 40%, 0%, 16%)
(0.23 / 0.40 / 0.00 / 0.16)

CMYK percentages

%23
%40.38
%0
%16.47

Codes

Color #A47FD5 in popluar color models

A4 7F D5
RGB 164 127 213
HSL 266° 50.59% 66.67%
HSB/HSV 266° 40.38% 83.53%
CMYK 23.00% 40.38% 0.00%
16.47%

Color #A47FD5 in popluar number systems.

HEX A4 7F D5
Decimal 164 127 213
Binary 10100100 1111111 11010101
Octal 244 177 325

Shades and tints

Shades of #A47FD5

#A47FD5
(164,127,213)
#9674C2
(150,116,194)
#8869AF
(136,105,175)
#7A5E9C
(122,94,156)
#6C5389
(108,83,137)
#5E4876
(94,72,118)
#503D63
(80,61,99)
#423250
(66,50,80)
#34273D
(52,39,61)
#261C2A
(38,28,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #A47FD5

#A47FD5
(164,127,213)
#AC8AD8
(172,138,216)
#B495DB
(180,149,219)
#BCA0DE
(188,160,222)
#C4ABE1
(196,171,225)
#CCB6E4
(204,182,228)
#D4C1E7
(212,193,231)
#DCCCEA
(220,204,234)
#E4D7ED
(228,215,237)
#ECE2F0
(236,226,240)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47FD5; }

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

This text font color is #A47FD5.

Background Color

.myBgColor { background-color: #A47FD5; }

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

This div background color is #A47FD5.

Border color

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

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

This div border color is #A47FD5.

Opacity

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

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

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

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

This text has shadow with #A47FD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47FD5.

Preview

Color preview on black background

This text has color #A47FD5 on black background.


Color preview on white background

This text has color #A47FD5 on white background.


Black color preview on #A47FD5 background

This text has black color on #A47FD5 background.


White color preview on #A47FD5 background

This text has white color on #A47FD5 background.


Related colors

Complementary color

Complementary color for #hex is #5B802A.


I love getcolorcode.com

Triadic colors

1 #D5A47F and #7FD5A4 with #A47FD5 are triadic colors.

2 #D57FA4 and #7FA4D5 with #A47FD5 are triadic colors.