COLOR #A49CC0

HEX: #A49CC0 RGB: (164,156,192)

Color info

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

RGB color model

#A49CC0 color RGB value is (164,156,192).

RGB: (164,156,192) (64%, 61%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 192 of 255 = 75%

164
156
192

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

Portions of RGB colors in percentages

R + G + B = 164 + 156 + 192 = 512 (100%)
R 164 of 512 ~ 32.03%
G 156 of 512 ~ 30.47%
B 192 of 512 ~ 37.5'%

%32.03
%30.47
%37.5

CMYK color model

#A49CC0 color CMYK value is (15,19,0,25).

  • cyan value is 14.58%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (15,19,0,25)
C15M19Y0K25 (15%, 19%, 0%, 25%)
(0.15 / 0.19 / 0.00 / 0.25)

CMYK percentages

%14.58
%18.75
%0
%24.71

Codes

Color #A49CC0 in popluar color models

A4 9C C0
RGB 164 156 192
HSL 253° 22.22% 68.24%
HSB/HSV 253° 18.75% 75.29%
CMYK 14.58% 18.75% 0.00%
24.71%

Color #A49CC0 in popluar number systems.

HEX A4 9C C0
Decimal 164 156 192
Binary 10100100 10011100 11000000
Octal 244 234 300

Shades and tints

Shades of #A49CC0

#A49CC0
(164,156,192)
#968EAF
(150,142,175)
#88809E
(136,128,158)
#7A728D
(122,114,141)
#6C647C
(108,100,124)
#5E566B
(94,86,107)
#50485A
(80,72,90)
#423A49
(66,58,73)
#342C38
(52,44,56)
#261E27
(38,30,39)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A49CC0

#A49CC0
(164,156,192)
#ACA5C5
(172,165,197)
#B4AECA
(180,174,202)
#BCB7CF
(188,183,207)
#C4C0D4
(196,192,212)
#CCC9D9
(204,201,217)
#D4D2DE
(212,210,222)
#DCDBE3
(220,219,227)
#E4E4E8
(228,228,232)
#ECEDED
(236,237,237)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49CC0; }

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

This text font color is #A49CC0.

Background Color

.myBgColor { background-color: #A49CC0; }

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

This div background color is #A49CC0.

Border color

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

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

This div border color is #A49CC0.

Opacity

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

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

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

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

This text has shadow with #A49CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49CC0.

Preview

Color preview on black background

This text has color #A49CC0 on black background.


Color preview on white background

This text has color #A49CC0 on white background.


Black color preview on #A49CC0 background

This text has black color on #A49CC0 background.


White color preview on #A49CC0 background

This text has white color on #A49CC0 background.


Related colors

Complementary color

Complementary color for #hex is #5B633F.


I love getcolorcode.com

Triadic colors

1 #C0A49C and #9CC0A4 with #A49CC0 are triadic colors.

2 #C09CA4 and #9CA4C0 with #A49CC0 are triadic colors.