COLOR #A47EE8

HEX: #A47EE8
RGB: (164,126,232)

Color info

#A47EE8 contains mainly blue color. Web safe color of #A47EE8 is #9966FF (or #96F).

RGB color model

#A47EE8 color RGB value is (164,126,232).

  • red value is 164;
  • green value is 126;
  • blue value is 232.
RGB:
(164,126,232)
(64%,49%,91%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 232 of 255 = 91%

164
126
232

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 232 = 522 (100%)
R 164 of 522 ~ 31.42%
G 126 of 522 ~ 24.14%
B 232 of 522 ~ 44.44%

%31.42
%24.14
%44.44

CMYK color model

#A47EE8 color CMYK value is (29,46,0,9).

  • cyan value is 29.31%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(29,46,0,9)
C29M46Y0K9 
(29%,46%,0%,9%)
(0.29/0.46/0.00/0.09)	

CMYK percentages

%29.31
%45.69
%0
%9.02

Codes

Color #A47EE8 in popluar color models

A47EE8
RGB164126232
HSL262°69.74%70.20%
HSB/HSV262°45.69%90.98%
CMYK29.31%45.69%0.00%
9.02%

Color #A47EE8 in popluar number systems.

HEXA47EE8
Decimal164126232
Binary10100100111111011101000
Octal244176350

Shades and tints

Shades of #A47EE8

#A47EE8
(164,126,232)
#9673D3
(150,115,211)
#8868BE
(136,104,190)
#7A5DA9
(122,93,169)
#6C5294
(108,82,148)
#5E477F
(94,71,127)
#503C6A
(80,60,106)
#423155
(66,49,85)
#342640
(52,38,64)
#261B2B
(38,27,43)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A47EE8

#A47EE8
(164,126,232)
#AC89EA
(172,137,234)
#B494EC
(180,148,236)
#BC9FEE
(188,159,238)
#C4AAF0
(196,170,240)
#CCB5F2
(204,181,242)
#D4C0F4
(212,192,244)
#DCCBF6
(220,203,246)
#E4D6F8
(228,214,248)
#ECE1FA
(236,225,250)
#F4ECFC
(244,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47EE8 color. Also use rgb(164,126,232) instead hex code.

Text Font Color

.myTextColor { color: #A47EE8; }

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

This text font color is #A47EE8.


Background Color

.myBgColor { background-color: #A47EE8; }

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

This div background color is #A47EE8.


Border color

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

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

This div border color is #A47EE8.


Opacity

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

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

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

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

This text has shadow with #A47EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47EE8 on black background.


Color preview on white background

This text has color #A47EE8 on white background.



Black color preview on #A47EE8 background

This text has black color on #A47EE8 background.


White color preview on #A47EE8 background

This text has white color on #A47EE8 background.