COLOR #A49CC3

HEX: #A49CC3 RGB: (164,156,195)

Color info

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

RGB color model

#A49CC3 color RGB value is (164,156,195).

RGB: (164,156,195) (64%, 61%, 76%)

RGB channels and saturation

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

164
156
195

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

Portions of RGB colors in percentages

R + G + B = 164 + 156 + 195 = 515 (100%)
R 164 of 515 ~ 31.84%
G 156 of 515 ~ 30.29%
B 195 of 515 ~ 37.86'%

%31.84
%30.29
%37.86

CMYK color model

#A49CC3 color CMYK value is (16,20,0,24).

  • cyan value is 15.90%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (16,20,0,24)
C16M20Y0K24 (16%, 20%, 0%, 24%)
(0.16 / 0.20 / 0.00 / 0.24)

CMYK percentages

%15.9
%20
%0
%23.53

Codes

Color #A49CC3 in popluar color models

A4 9C C3
RGB 164 156 195
HSL 252° 24.53% 68.82%
HSB/HSV 252° 20.00% 76.47%
CMYK 15.90% 20.00% 0.00%
23.53%

Color #A49CC3 in popluar number systems.

HEX A4 9C C3
Decimal 164 156 195
Binary 10100100 10011100 11000011
Octal 244 234 303

Shades and tints

Shades of #A49CC3

#A49CC3
(164,156,195)
#968EB2
(150,142,178)
#8880A1
(136,128,161)
#7A7290
(122,114,144)
#6C647F
(108,100,127)
#5E566E
(94,86,110)
#50485D
(80,72,93)
#423A4C
(66,58,76)
#342C3B
(52,44,59)
#261E2A
(38,30,42)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #A49CC3

#A49CC3
(164,156,195)
#ACA5C8
(172,165,200)
#B4AECD
(180,174,205)
#BCB7D2
(188,183,210)
#C4C0D7
(196,192,215)
#CCC9DC
(204,201,220)
#D4D2E1
(212,210,225)
#DCDBE6
(220,219,230)
#E4E4EB
(228,228,235)
#ECEDF0
(236,237,240)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49CC3; }

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

This text font color is #A49CC3.

Background Color

.myBgColor { background-color: #A49CC3; }

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

This div background color is #A49CC3.

Border color

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

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

This div border color is #A49CC3.

Opacity

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

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

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

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

This text has shadow with #A49CC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49CC3.

Preview

Color preview on black background

This text has color #A49CC3 on black background.


Color preview on white background

This text has color #A49CC3 on white background.


Black color preview on #A49CC3 background

This text has black color on #A49CC3 background.


White color preview on #A49CC3 background

This text has white color on #A49CC3 background.


Related colors

Complementary color

Complementary color for #hex is #5B633C.


I love getcolorcode.com

Triadic colors

1 #C3A49C and #9CC3A4 with #A49CC3 are triadic colors.

2 #C39CA4 and #9CA4C3 with #A49CC3 are triadic colors.