COLOR #A49FD7

HEX: #A49FD7
RGB: (164,159,215)

Color info

#A49FD7 contains red, green and blue colors in about the same proportion. Web safe color of #A49FD7 is #9999CC (or #99C).

RGB color model

#A49FD7 color RGB value is (164,159,215).

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

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 215 of 255 = 84%

164
159
215

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

Portions of RGB colors in percentages

R + G + B =
164 + 159 + 215 = 538 (100%)
R 164 of 538 ~ 30.48%
G 159 of 538 ~ 29.55%
B 215 of 538 ~ 39.96%

%30.48
%29.55
%39.96

CMYK color model

#A49FD7 color CMYK value is (24,26,0,16).

  • cyan value is 23.72%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,26,0,16)
C24M26Y0K16 
(24%,26%,0%,16%)
(0.24/0.26/0.00/0.16)	

CMYK percentages

%23.72
%26.05
%0
%15.69

Codes

Color #A49FD7 in popluar color models

A49FD7
RGB164159215
HSL245°41.18%73.33%
HSB/HSV245°26.05%84.31%
CMYK23.72%26.05%0.00%
15.69%

Color #A49FD7 in popluar number systems.

HEXA49FD7
Decimal164159215
Binary101001001001111111010111
Octal244237327

Shades and tints

Shades of #A49FD7

#A49FD7
(164,159,215)
#9691C4
(150,145,196)
#8883B1
(136,131,177)
#7A759E
(122,117,158)
#6C678B
(108,103,139)
#5E5978
(94,89,120)
#504B65
(80,75,101)
#423D52
(66,61,82)
#342F3F
(52,47,63)
#26212C
(38,33,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #A49FD7

#A49FD7
(164,159,215)
#ACA7DA
(172,167,218)
#B4AFDD
(180,175,221)
#BCB7E0
(188,183,224)
#C4BFE3
(196,191,227)
#CCC7E6
(204,199,230)
#D4CFE9
(212,207,233)
#DCD7EC
(220,215,236)
#E4DFEF
(228,223,239)
#ECE7F2
(236,231,242)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49FD7; }

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

This text font color is #A49FD7.


Background Color

.myBgColor { background-color: #A49FD7; }

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

This div background color is #A49FD7.


Border color

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

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

This div border color is #A49FD7.


Opacity

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

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

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

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

This text has shadow with #A49FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49FD7 on black background.


Color preview on white background

This text has color #A49FD7 on white background.



Black color preview on #A49FD7 background

This text has black color on #A49FD7 background.


White color preview on #A49FD7 background

This text has white color on #A49FD7 background.