COLOR #A49BDD

HEX: #A49BDD
RGB: (164,155,221)

Color info

#A49BDD contains mainly red and blue colors. Web safe color of #A49BDD is #9999CC (or #99C).

RGB color model

#A49BDD color RGB value is (164,155,221).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 221 of 255 = 87%

164
155
221

R + G + B ~ 71%. #A49BDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 221 = 540 (100%)
R 164 of 540 ~ 30.37%
G 155 of 540 ~ 28.7%
B 221 of 540 ~ 40.93%

%30.37
%28.7
%40.93

CMYK color model

#A49BDD color CMYK value is (26,30,0,13).

  • cyan value is 25.79%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(26,30,0,13)
C26M30Y0K13 
(26%,30%,0%,13%)
(0.26/0.30/0.00/0.13)	

CMYK percentages

%25.79
%29.86
%0
%13.33

Codes

Color #A49BDD in popluar color models

A49BDD
RGB164155221
HSL248°49.25%73.73%
HSB/HSV248°29.86%86.67%
CMYK25.79%29.86%0.00%
13.33%

Color #A49BDD in popluar number systems.

HEXA49BDD
Decimal164155221
Binary101001001001101111011101
Octal244233335

Shades and tints

Shades of #A49BDD

#A49BDD
(164,155,221)
#968DC9
(150,141,201)
#887FB5
(136,127,181)
#7A71A1
(122,113,161)
#6C638D
(108,99,141)
#5E5579
(94,85,121)
#504765
(80,71,101)
#423951
(66,57,81)
#342B3D
(52,43,61)
#261D29
(38,29,41)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A49BDD

#A49BDD
(164,155,221)
#ACA4E0
(172,164,224)
#B4ADE3
(180,173,227)
#BCB6E6
(188,182,230)
#C4BFE9
(196,191,233)
#CCC8EC
(204,200,236)
#D4D1EF
(212,209,239)
#DCDAF2
(220,218,242)
#E4E3F5
(228,227,245)
#ECECF8
(236,236,248)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BDD; }

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

This text font color is #A49BDD.


Background Color

.myBgColor { background-color: #A49BDD; }

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

This div background color is #A49BDD.


Border color

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

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

This div border color is #A49BDD.


Opacity

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

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

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

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

This text has shadow with #A49BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BDD on black background.


Color preview on white background

This text has color #A49BDD on white background.



Black color preview on #A49BDD background

This text has black color on #A49BDD background.


White color preview on #A49BDD background

This text has white color on #A49BDD background.