COLOR #A49ACA

HEX: #A49ACA RGB: (164,154,202)

Color info

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

RGB color model

#A49ACA color RGB value is (164,154,202).

RGB: (164,154,202) (64%, 60%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 202 of 255 = 79%

164
154
202

R + G + B ~ 68%. #A49ACA is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 154 + 202 = 520 (100%)
R 164 of 520 ~ 31.54%
G 154 of 520 ~ 29.62%
B 202 of 520 ~ 38.85'%

%31.54
%29.62
%38.85

CMYK color model

#A49ACA color CMYK value is (19,24,0,21).

  • cyan value is 18.81%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (19,24,0,21) C19M24Y0K21 (19%,24%,0%,21%) (0.19/0.24/0.00/0.21) 

CMYK percentages

%18.81
%23.76
%0
%20.78

Codes

Color #A49ACA in popluar color models

A4 9A CA
RGB 164 154 202
HSL 253° 31.17% 69.80%
HSB/HSV 253° 23.76% 79.22%
CMYK 18.81% 23.76% 0.00%
20.78%

Color #A49ACA in popluar number systems.

HEX A4 9A CA
Decimal 164 154 202
Binary 10100100 10011010 11001010
Octal 244 232 312

Shades and tints

Shades of #A49ACA

#A49ACA
(164,154,202)
#968CB8
(150,140,184)
#887EA6
(136,126,166)
#7A7094
(122,112,148)
#6C6282
(108,98,130)
#5E5470
(94,84,112)
#50465E
(80,70,94)
#42384C
(66,56,76)
#342A3A
(52,42,58)
#261C28
(38,28,40)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #A49ACA

#A49ACA
(164,154,202)
#ACA3CE
(172,163,206)
#B4ACD2
(180,172,210)
#BCB5D6
(188,181,214)
#C4BEDA
(196,190,218)
#CCC7DE
(204,199,222)
#D4D0E2
(212,208,226)
#DCD9E6
(220,217,230)
#E4E2EA
(228,226,234)
#ECEBEE
(236,235,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49ACA color. Also use rgb(164,154,202) instead hex code.

Text Font Color

.myTextColor { color: #A49ACA; }

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

This text font color is #A49ACA.

Background Color

.myBgColor { background-color: #A49ACA; }

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

This div background color is #A49ACA.

Border color

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

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

This div border color is #A49ACA.

Opacity

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

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

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

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

This text has shadow with #A49ACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49ACA.

Preview

Color preview on black background

This text has color #A49ACA on black background.


Color preview on white background

This text has color #A49ACA on white background.


Black color preview on #A49ACA background

This text has black color on #A49ACA background.


White color preview on #A49ACA background

This text has white color on #A49ACA background.


Related colors

Complementary color

Complementary color for #hex is #5B6535.


I love getcolorcode.com

Triadic colors

1 #CAA49A and #9ACAA4 with #A49ACA are triadic colors.

2 #CA9AA4 and #9AA4CA with #A49ACA are triadic colors.