COLOR #A491AA

HEX: #A491AA
RGB: (164,145,170)

Color info

#A491AA contains red, green and blue colors in about the same proportion. Web safe color of #A491AA is #999999 (or #999).

RGB color model

#A491AA color RGB value is (164,145,170).

  • red value is 164;
  • green value is 145;
  • blue value is 170.
RGB:
(164,145,170)
(64%,57%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 170 of 255 = 67%

164
145
170

R + G + B ~ 63%. #A491AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 170 = 479 (100%)
R 164 of 479 ~ 34.24%
G 145 of 479 ~ 30.27%
B 170 of 479 ~ 35.49%

%34.24
%30.27
%35.49

CMYK color model

#A491AA color CMYK value is (4,15,0,33).

  • cyan value is 3.53%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,15,0,33)
C4M15Y0K33 
(4%,15%,0%,33%)
(0.04/0.15/0.00/0.33)	

CMYK percentages

%3.53
%14.71
%0
%33.33

Codes

Color #A491AA in popluar color models

A491AA
RGB164145170
HSL286°12.82%61.76%
HSB/HSV286°14.71%66.67%
CMYK3.53%14.71%0.00%
33.33%

Color #A491AA in popluar number systems.

HEXA491AA
Decimal164145170
Binary101001001001000110101010
Octal244221252

Shades and tints

Shades of #A491AA

#A491AA
(164,145,170)
#96849B
(150,132,155)
#88778C
(136,119,140)
#7A6A7D
(122,106,125)
#6C5D6E
(108,93,110)
#5E505F
(94,80,95)
#504350
(80,67,80)
#423641
(66,54,65)
#342932
(52,41,50)
#261C23
(38,28,35)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #A491AA

#A491AA
(164,145,170)
#AC9BB1
(172,155,177)
#B4A5B8
(180,165,184)
#BCAFBF
(188,175,191)
#C4B9C6
(196,185,198)
#CCC3CD
(204,195,205)
#D4CDD4
(212,205,212)
#DCD7DB
(220,215,219)
#E4E1E2
(228,225,226)
#ECEBE9
(236,235,233)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A491AA color. Also use rgb(164,145,170) instead hex code.

Text Font Color

.myTextColor { color: #A491AA; }

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

This text font color is #A491AA.


Background Color

.myBgColor { background-color: #A491AA; }

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

This div background color is #A491AA.


Border color

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

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

This div border color is #A491AA.


Opacity

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

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

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

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

This text has shadow with #A491AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A491AA on black background.


Color preview on white background

This text has color #A491AA on white background.



Black color preview on #A491AA background

This text has black color on #A491AA background.


White color preview on #A491AA background

This text has white color on #A491AA background.