COLOR #A49DD6

HEX: #A49DD6 RGB: (164,157,214)

Color info

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

RGB color model

#A49DD6 color RGB value is (164,157,214).

RGB: (164,157,214) (64%, 62%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 214 of 255 = 84%

164
157
214

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

Portions of RGB colors in percentages

R + G + B = 164 + 157 + 214 = 535 (100%)
R 164 of 535 ~ 30.65%
G 157 of 535 ~ 29.35%
B 214 of 535 ~ 40'%

%30.65
%29.35
%40

CMYK color model

#A49DD6 color CMYK value is (23,27,0,16).

  • cyan value is 23.36%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (23,27,0,16)
C23M27Y0K16 (23%, 27%, 0%, 16%)
(0.23 / 0.27 / 0.00 / 0.16)

CMYK percentages

%23.36
%26.64
%0
%16.08

Codes

Color #A49DD6 in popluar color models

A4 9D D6
RGB 164 157 214
HSL 247° 41.01% 72.75%
HSB/HSV 247° 26.64% 83.92%
CMYK 23.36% 26.64% 0.00%
16.08%

Color #A49DD6 in popluar number systems.

HEX A4 9D D6
Decimal 164 157 214
Binary 10100100 10011101 11010110
Octal 244 235 326

Shades and tints

Shades of #A49DD6

#A49DD6
(164,157,214)
#968FC3
(150,143,195)
#8881B0
(136,129,176)
#7A739D
(122,115,157)
#6C658A
(108,101,138)
#5E5777
(94,87,119)
#504964
(80,73,100)
#423B51
(66,59,81)
#342D3E
(52,45,62)
#261F2B
(38,31,43)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #A49DD6

#A49DD6
(164,157,214)
#ACA5D9
(172,165,217)
#B4ADDC
(180,173,220)
#BCB5DF
(188,181,223)
#C4BDE2
(196,189,226)
#CCC5E5
(204,197,229)
#D4CDE8
(212,205,232)
#DCD5EB
(220,213,235)
#E4DDEE
(228,221,238)
#ECE5F1
(236,229,241)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49DD6; }

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

This text font color is #A49DD6.

Background Color

.myBgColor { background-color: #A49DD6; }

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

This div background color is #A49DD6.

Border color

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

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

This div border color is #A49DD6.

Opacity

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

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

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

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

This text has shadow with #A49DD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49DD6.

Preview

Color preview on black background

This text has color #A49DD6 on black background.


Color preview on white background

This text has color #A49DD6 on white background.


Black color preview on #A49DD6 background

This text has black color on #A49DD6 background.


White color preview on #A49DD6 background

This text has white color on #A49DD6 background.


Related colors

Complementary color

Complementary color for #hex is #5B6229.


I love getcolorcode.com

Triadic colors

1 #D6A49D and #9DD6A4 with #A49DD6 are triadic colors.

2 #D69DA4 and #9DA4D6 with #A49DD6 are triadic colors.