COLOR #A49CC4

HEX: #A49CC4
RGB: (164,156,196)

Color info

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

RGB color model

#A49CC4 color RGB value is (164,156,196).

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

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 196 of 255 = 77%

164
156
196

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

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 196 = 516 (100%)
R 164 of 516 ~ 31.78%
G 156 of 516 ~ 30.23%
B 196 of 516 ~ 37.98%

%31.78
%30.23
%37.98

CMYK color model

#A49CC4 color CMYK value is (16,20,0,23).

  • cyan value is 16.33%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(16,20,0,23)
C16M20Y0K23 
(16%,20%,0%,23%)
(0.16/0.20/0.00/0.23)	

CMYK percentages

%16.33
%20.41
%0
%23.14

Codes

Color #A49CC4 in popluar color models

A49CC4
RGB164156196
HSL252°25.32%69.02%
HSB/HSV252°20.41%76.86%
CMYK16.33%20.41%0.00%
23.14%

Color #A49CC4 in popluar number systems.

HEXA49CC4
Decimal164156196
Binary101001001001110011000100
Octal244234304

Shades and tints

Shades of #A49CC4

#A49CC4
(164,156,196)
#968EB3
(150,142,179)
#8880A2
(136,128,162)
#7A7291
(122,114,145)
#6C6480
(108,100,128)
#5E566F
(94,86,111)
#50485E
(80,72,94)
#423A4D
(66,58,77)
#342C3C
(52,44,60)
#261E2B
(38,30,43)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #A49CC4

#A49CC4
(164,156,196)
#ACA5C9
(172,165,201)
#B4AECE
(180,174,206)
#BCB7D3
(188,183,211)
#C4C0D8
(196,192,216)
#CCC9DD
(204,201,221)
#D4D2E2
(212,210,226)
#DCDBE7
(220,219,231)
#E4E4EC
(228,228,236)
#ECEDF1
(236,237,241)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49CC4; }

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

This text font color is #A49CC4.


Background Color

.myBgColor { background-color: #A49CC4; }

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

This div background color is #A49CC4.


Border color

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

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

This div border color is #A49CC4.


Opacity

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

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

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

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

This text has shadow with #A49CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49CC4 on black background.


Color preview on white background

This text has color #A49CC4 on white background.



Black color preview on #A49CC4 background

This text has black color on #A49CC4 background.


White color preview on #A49CC4 background

This text has white color on #A49CC4 background.