COLOR #A49FEF

HEX: #A49FEF
RGB: (164,159,239)

Color info

#A49FEF contains mainly blue color. Web safe color of #A49FEF is #9999FF (or #99F).

RGB color model

#A49FEF color RGB value is (164,159,239).

  • red value is 164;
  • green value is 159;
  • blue value is 239.
RGB:
(164,159,239)
(64%,62%,94%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 239 of 255 = 94%

164
159
239

R + G + B ~ 73%. #A49FEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 159 + 239 = 562 (100%)
R 164 of 562 ~ 29.18%
G 159 of 562 ~ 28.29%
B 239 of 562 ~ 42.53%

%29.18
%28.29
%42.53

CMYK color model

#A49FEF color CMYK value is (31,33,0,6).

  • cyan value is 31.38%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,33,0,6)
C31M33Y0K6 
(31%,33%,0%,6%)
(0.31/0.33/0.00/0.06)	

CMYK percentages

%31.38
%33.47
%0
%6.27

Codes

Color #A49FEF in popluar color models

A49FEF
RGB164159239
HSL244°71.43%78.04%
HSB/HSV244°33.47%93.73%
CMYK31.38%33.47%0.00%
6.27%

Color #A49FEF in popluar number systems.

HEXA49FEF
Decimal164159239
Binary101001001001111111101111
Octal244237357

Shades and tints

Shades of #A49FEF

#A49FEF
(164,159,239)
#9691DA
(150,145,218)
#8883C5
(136,131,197)
#7A75B0
(122,117,176)
#6C679B
(108,103,155)
#5E5986
(94,89,134)
#504B71
(80,75,113)
#423D5C
(66,61,92)
#342F47
(52,47,71)
#262132
(38,33,50)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #A49FEF

#A49FEF
(164,159,239)
#ACA7F0
(172,167,240)
#B4AFF1
(180,175,241)
#BCB7F2
(188,183,242)
#C4BFF3
(196,191,243)
#CCC7F4
(204,199,244)
#D4CFF5
(212,207,245)
#DCD7F6
(220,215,246)
#E4DFF7
(228,223,247)
#ECE7F8
(236,231,248)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49FEF color. Also use rgb(164,159,239) instead hex code.

Text Font Color

.myTextColor { color: #A49FEF; }

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

This text font color is #A49FEF.


Background Color

.myBgColor { background-color: #A49FEF; }

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

This div background color is #A49FEF.


Border color

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

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

This div border color is #A49FEF.


Opacity

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

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

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

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

This text has shadow with #A49FEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49FEF on black background.


Color preview on white background

This text has color #A49FEF on white background.



Black color preview on #A49FEF background

This text has black color on #A49FEF background.


White color preview on #A49FEF background

This text has white color on #A49FEF background.