COLOR #A49BD6

HEX: #A49BD6
RGB: (164,155,214)

Color info

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

RGB color model

#A49BD6 color RGB value is (164,155,214).

  • red value is 164;
  • green value is 155;
  • blue value is 214.
RGB:
(164,155,214)
(64%,61%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 214 of 255 = 84%

164
155
214

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 214 = 533 (100%)
R 164 of 533 ~ 30.77%
G 155 of 533 ~ 29.08%
B 214 of 533 ~ 40.15%

%30.77
%29.08
%40.15

CMYK color model

#A49BD6 color CMYK value is (23,28,0,16).

  • cyan value is 23.36%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,28,0,16)
C23M28Y0K16 
(23%,28%,0%,16%)
(0.23/0.28/0.00/0.16)	

CMYK percentages

%23.36
%27.57
%0
%16.08

Codes

Color #A49BD6 in popluar color models

A49BD6
RGB164155214
HSL249°41.84%72.35%
HSB/HSV249°27.57%83.92%
CMYK23.36%27.57%0.00%
16.08%

Color #A49BD6 in popluar number systems.

HEXA49BD6
Decimal164155214
Binary101001001001101111010110
Octal244233326

Shades and tints

Shades of #A49BD6

#A49BD6
(164,155,214)
#968DC3
(150,141,195)
#887FB0
(136,127,176)
#7A719D
(122,113,157)
#6C638A
(108,99,138)
#5E5577
(94,85,119)
#504764
(80,71,100)
#423951
(66,57,81)
#342B3E
(52,43,62)
#261D2B
(38,29,43)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #A49BD6

#A49BD6
(164,155,214)
#ACA4D9
(172,164,217)
#B4ADDC
(180,173,220)
#BCB6DF
(188,182,223)
#C4BFE2
(196,191,226)
#CCC8E5
(204,200,229)
#D4D1E8
(212,209,232)
#DCDAEB
(220,218,235)
#E4E3EE
(228,227,238)
#ECECF1
(236,236,241)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BD6; }

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

This text font color is #A49BD6.


Background Color

.myBgColor { background-color: #A49BD6; }

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

This div background color is #A49BD6.


Border color

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

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

This div border color is #A49BD6.


Opacity

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

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

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

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

This text has shadow with #A49BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BD6 on black background.


Color preview on white background

This text has color #A49BD6 on white background.



Black color preview on #A49BD6 background

This text has black color on #A49BD6 background.


White color preview on #A49BD6 background

This text has white color on #A49BD6 background.