COLOR #A49EDA

HEX: #A49EDA
RGB: (164,158,218)

Color info

#A49EDA contains mainly red and blue colors. Web safe color of #A49EDA is #9999CC (or #99C).

RGB color model

#A49EDA color RGB value is (164,158,218).

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

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 218 of 255 = 85%

164
158
218

R + G + B ~ 70%. #A49EDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 218 = 540 (100%)
R 164 of 540 ~ 30.37%
G 158 of 540 ~ 29.26%
B 218 of 540 ~ 40.37%

%30.37
%29.26
%40.37

CMYK color model

#A49EDA color CMYK value is (25,28,0,15).

  • cyan value is 24.77%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,28,0,15)
C25M28Y0K15 
(25%,28%,0%,15%)
(0.25/0.28/0.00/0.15)	

CMYK percentages

%24.77
%27.52
%0
%14.51

Codes

Color #A49EDA in popluar color models

A49EDA
RGB164158218
HSL246°44.78%73.73%
HSB/HSV246°27.52%85.49%
CMYK24.77%27.52%0.00%
14.51%

Color #A49EDA in popluar number systems.

HEXA49EDA
Decimal164158218
Binary101001001001111011011010
Octal244236332

Shades and tints

Shades of #A49EDA

#A49EDA
(164,158,218)
#9690C7
(150,144,199)
#8882B4
(136,130,180)
#7A74A1
(122,116,161)
#6C668E
(108,102,142)
#5E587B
(94,88,123)
#504A68
(80,74,104)
#423C55
(66,60,85)
#342E42
(52,46,66)
#26202F
(38,32,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #A49EDA

#A49EDA
(164,158,218)
#ACA6DD
(172,166,221)
#B4AEE0
(180,174,224)
#BCB6E3
(188,182,227)
#C4BEE6
(196,190,230)
#CCC6E9
(204,198,233)
#D4CEEC
(212,206,236)
#DCD6EF
(220,214,239)
#E4DEF2
(228,222,242)
#ECE6F5
(236,230,245)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49EDA; }

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

This text font color is #A49EDA.


Background Color

.myBgColor { background-color: #A49EDA; }

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

This div background color is #A49EDA.


Border color

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

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

This div border color is #A49EDA.


Opacity

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

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

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

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

This text has shadow with #A49EDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49EDA on black background.


Color preview on white background

This text has color #A49EDA on white background.



Black color preview on #A49EDA background

This text has black color on #A49EDA background.


White color preview on #A49EDA background

This text has white color on #A49EDA background.