COLOR #A47FE6

HEX: #A47FE6 RGB: (164,127,230)

Color info

#A47FE6 contains mainly blue color. Web safe color of #A47FE6 is #9966CC (or #96C).

RGB color model

#A47FE6 color RGB value is (164,127,230).

RGB: (164,127,230) (64%, 50%, 90%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 230 of 255 = 90%

164
127
230

R + G + B ~ 68%. #A47FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 127 + 230 = 521 (100%)
R 164 of 521 ~ 31.48%
G 127 of 521 ~ 24.38%
B 230 of 521 ~ 44.15'%

%31.48
%24.38
%44.15

CMYK color model

#A47FE6 color CMYK value is (29,45,0,10).

  • cyan value is 28.70%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (29,45,0,10)
C29M45Y0K10 (29%, 45%, 0%, 10%)
(0.29 / 0.45 / 0.00 / 0.10)

CMYK percentages

%28.7
%44.78
%0
%9.8

Codes

Color #A47FE6 in popluar color models

A4 7F E6
RGB 164 127 230
HSL 262° 67.32% 70.00%
HSB/HSV 262° 44.78% 90.20%
CMYK 28.70% 44.78% 0.00%
9.80%

Color #A47FE6 in popluar number systems.

HEX A4 7F E6
Decimal 164 127 230
Binary 10100100 1111111 11100110
Octal 244 177 346

Shades and tints

Shades of #A47FE6

#A47FE6
(164,127,230)
#9674D2
(150,116,210)
#8869BE
(136,105,190)
#7A5EAA
(122,94,170)
#6C5396
(108,83,150)
#5E4882
(94,72,130)
#503D6E
(80,61,110)
#42325A
(66,50,90)
#342746
(52,39,70)
#261C32
(38,28,50)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #A47FE6

#A47FE6
(164,127,230)
#AC8AE8
(172,138,232)
#B495EA
(180,149,234)
#BCA0EC
(188,160,236)
#C4ABEE
(196,171,238)
#CCB6F0
(204,182,240)
#D4C1F2
(212,193,242)
#DCCCF4
(220,204,244)
#E4D7F6
(228,215,246)
#ECE2F8
(236,226,248)
#F4EDFA
(244,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47FE6; }

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

This text font color is #A47FE6.

Background Color

.myBgColor { background-color: #A47FE6; }

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

This div background color is #A47FE6.

Border color

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

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

This div border color is #A47FE6.

Opacity

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

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

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

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

This text has shadow with #A47FE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47FE6.

Preview

Color preview on black background

This text has color #A47FE6 on black background.


Color preview on white background

This text has color #A47FE6 on white background.


Black color preview on #A47FE6 background

This text has black color on #A47FE6 background.


White color preview on #A47FE6 background

This text has white color on #A47FE6 background.


Related colors

Complementary color

Complementary color for #hex is #5B8019.


I love getcolorcode.com

Triadic colors

1 #E6A47F and #7FE6A4 with #A47FE6 are triadic colors.

2 #E67FA4 and #7FA4E6 with #A47FE6 are triadic colors.