COLOR #A49DCA

HEX: #A49DCA
RGB: (164,157,202)

Color info

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

RGB color model

#A49DCA color RGB value is (164,157,202).

  • red value is 164;
  • green value is 157;
  • blue value is 202.
RGB:
(164,157,202)
(64%,62%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 202 of 255 = 79%

164
157
202

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

Portions of RGB colors in percentages

R + G + B =
164 + 157 + 202 = 523 (100%)
R 164 of 523 ~ 31.36%
G 157 of 523 ~ 30.02%
B 202 of 523 ~ 38.62%

%31.36
%30.02
%38.62

CMYK color model

#A49DCA color CMYK value is (19,22,0,21).

  • cyan value is 18.81%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,22,0,21)
C19M22Y0K21 
(19%,22%,0%,21%)
(0.19/0.22/0.00/0.21)	

CMYK percentages

%18.81
%22.28
%0
%20.78

Codes

Color #A49DCA in popluar color models

A49DCA
RGB164157202
HSL249°29.80%70.39%
HSB/HSV249°22.28%79.22%
CMYK18.81%22.28%0.00%
20.78%

Color #A49DCA in popluar number systems.

HEXA49DCA
Decimal164157202
Binary101001001001110111001010
Octal244235312

Shades and tints

Shades of #A49DCA

#A49DCA
(164,157,202)
#968FB8
(150,143,184)
#8881A6
(136,129,166)
#7A7394
(122,115,148)
#6C6582
(108,101,130)
#5E5770
(94,87,112)
#50495E
(80,73,94)
#423B4C
(66,59,76)
#342D3A
(52,45,58)
#261F28
(38,31,40)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A49DCA

#A49DCA
(164,157,202)
#ACA5CE
(172,165,206)
#B4ADD2
(180,173,210)
#BCB5D6
(188,181,214)
#C4BDDA
(196,189,218)
#CCC5DE
(204,197,222)
#D4CDE2
(212,205,226)
#DCD5E6
(220,213,230)
#E4DDEA
(228,221,234)
#ECE5EE
(236,229,238)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49DCA color. Also use rgb(164,157,202) instead hex code.

Text Font Color

.myTextColor { color: #A49DCA; }

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

This text font color is #A49DCA.


Background Color

.myBgColor { background-color: #A49DCA; }

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

This div background color is #A49DCA.


Border color

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

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

This div border color is #A49DCA.


Opacity

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

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

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

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

This text has shadow with #A49DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49DCA on black background.


Color preview on white background

This text has color #A49DCA on white background.



Black color preview on #A49DCA background

This text has black color on #A49DCA background.


White color preview on #A49DCA background

This text has white color on #A49DCA background.