COLOR #A47EDA

HEX: #A47EDA
RGB: (164,126,218)

Color info

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

RGB color model

#A47EDA color RGB value is (164,126,218).

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

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 218 of 255 = 85%

164
126
218

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 218 = 508 (100%)
R 164 of 508 ~ 32.28%
G 126 of 508 ~ 24.8%
B 218 of 508 ~ 42.91%

%32.28
%24.8
%42.91

CMYK color model

#A47EDA color CMYK value is (25,42,0,15).

  • cyan value is 24.77%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,42,0,15)
C25M42Y0K15 
(25%,42%,0%,15%)
(0.25/0.42/0.00/0.15)	

CMYK percentages

%24.77
%42.2
%0
%14.51

Codes

Color #A47EDA in popluar color models

A47EDA
RGB164126218
HSL265°55.42%67.45%
HSB/HSV265°42.20%85.49%
CMYK24.77%42.20%0.00%
14.51%

Color #A47EDA in popluar number systems.

HEXA47EDA
Decimal164126218
Binary10100100111111011011010
Octal244176332

Shades and tints

Shades of #A47EDA

#A47EDA
(164,126,218)
#9673C7
(150,115,199)
#8868B4
(136,104,180)
#7A5DA1
(122,93,161)
#6C528E
(108,82,142)
#5E477B
(94,71,123)
#503C68
(80,60,104)
#423155
(66,49,85)
#342642
(52,38,66)
#261B2F
(38,27,47)
#18101C
(24,16,28)
#000000
(0,0,0)

Tints of #A47EDA

#A47EDA
(164,126,218)
#AC89DD
(172,137,221)
#B494E0
(180,148,224)
#BC9FE3
(188,159,227)
#C4AAE6
(196,170,230)
#CCB5E9
(204,181,233)
#D4C0EC
(212,192,236)
#DCCBEF
(220,203,239)
#E4D6F2
(228,214,242)
#ECE1F5
(236,225,245)
#F4ECF8
(244,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47EDA; }

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

This text font color is #A47EDA.


Background Color

.myBgColor { background-color: #A47EDA; }

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

This div background color is #A47EDA.


Border color

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

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

This div border color is #A47EDA.


Opacity

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

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

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

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

This text has shadow with #A47EDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47EDA on black background.


Color preview on white background

This text has color #A47EDA on white background.



Black color preview on #A47EDA background

This text has black color on #A47EDA background.


White color preview on #A47EDA background

This text has white color on #A47EDA background.