COLOR #A49CC2

HEX: #A49CC2
RGB: (164,156,194)

Color info

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

RGB color model

#A49CC2 color RGB value is (164,156,194).

  • red value is 164;
  • green value is 156;
  • blue value is 194.
RGB:
(164,156,194)
(64%,61%,76%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 194 of 255 = 76%

164
156
194

R + G + B ~ 67%. #A49CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 194 = 514 (100%)
R 164 of 514 ~ 31.91%
G 156 of 514 ~ 30.35%
B 194 of 514 ~ 37.74%

%31.91
%30.35
%37.74

CMYK color model

#A49CC2 color CMYK value is (15,20,0,24).

  • cyan value is 15.46%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(15,20,0,24)
C15M20Y0K24 
(15%,20%,0%,24%)
(0.15/0.20/0.00/0.24)	

CMYK percentages

%15.46
%19.59
%0
%23.92

Codes

Color #A49CC2 in popluar color models

A49CC2
RGB164156194
HSL253°23.75%68.63%
HSB/HSV253°19.59%76.08%
CMYK15.46%19.59%0.00%
23.92%

Color #A49CC2 in popluar number systems.

HEXA49CC2
Decimal164156194
Binary101001001001110011000010
Octal244234302

Shades and tints

Shades of #A49CC2

#A49CC2
(164,156,194)
#968EB1
(150,142,177)
#8880A0
(136,128,160)
#7A728F
(122,114,143)
#6C647E
(108,100,126)
#5E566D
(94,86,109)
#50485C
(80,72,92)
#423A4B
(66,58,75)
#342C3A
(52,44,58)
#261E29
(38,30,41)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #A49CC2

#A49CC2
(164,156,194)
#ACA5C7
(172,165,199)
#B4AECC
(180,174,204)
#BCB7D1
(188,183,209)
#C4C0D6
(196,192,214)
#CCC9DB
(204,201,219)
#D4D2E0
(212,210,224)
#DCDBE5
(220,219,229)
#E4E4EA
(228,228,234)
#ECEDEF
(236,237,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49CC2 color. Also use rgb(164,156,194) instead hex code.

Text Font Color

.myTextColor { color: #A49CC2; }

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

This text font color is #A49CC2.


Background Color

.myBgColor { background-color: #A49CC2; }

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

This div background color is #A49CC2.


Border color

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

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

This div border color is #A49CC2.


Opacity

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

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

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

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

This text has shadow with #A49CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49CC2 on black background.


Color preview on white background

This text has color #A49CC2 on white background.



Black color preview on #A49CC2 background

This text has black color on #A49CC2 background.


White color preview on #A49CC2 background

This text has white color on #A49CC2 background.