COLOR #A491A3

HEX: #A491A3
RGB: (164,145,163)

Color info

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

RGB color model

#A491A3 color RGB value is (164,145,163).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 163 of 255 = 64%

164
145
163

R + G + B ~ 62%. #A491A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 163 = 472 (100%)
R 164 of 472 ~ 34.75%
G 145 of 472 ~ 30.72%
B 163 of 472 ~ 34.53%

%34.75
%30.72
%34.53

CMYK color model

#A491A3 color CMYK value is (0,12,1,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(0,12,1,36)
C0M12Y1K36 
(0%,12%,1%,36%)
(0.00/0.12/0.01/0.36)	

CMYK percentages

%0
%11.59
%0.61
%35.69

Codes

Color #A491A3 in popluar color models

A491A3
RGB164145163
HSL303°9.45%60.59%
HSB/HSV303°11.59%64.31%
CMYK0.00%11.59%0.61%
35.69%

Color #A491A3 in popluar number systems.

HEXA491A3
Decimal164145163
Binary101001001001000110100011
Octal244221243

Shades and tints

Shades of #A491A3

#A491A3
(164,145,163)
#968495
(150,132,149)
#887787
(136,119,135)
#7A6A79
(122,106,121)
#6C5D6B
(108,93,107)
#5E505D
(94,80,93)
#50434F
(80,67,79)
#423641
(66,54,65)
#342933
(52,41,51)
#261C25
(38,28,37)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #A491A3

#A491A3
(164,145,163)
#AC9BAB
(172,155,171)
#B4A5B3
(180,165,179)
#BCAFBB
(188,175,187)
#C4B9C3
(196,185,195)
#CCC3CB
(204,195,203)
#D4CDD3
(212,205,211)
#DCD7DB
(220,215,219)
#E4E1E3
(228,225,227)
#ECEBEB
(236,235,235)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A491A3; }

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

This text font color is #A491A3.


Background Color

.myBgColor { background-color: #A491A3; }

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

This div background color is #A491A3.


Border color

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

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

This div border color is #A491A3.


Opacity

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

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

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

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

This text has shadow with #A491A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A491A3 on black background.


Color preview on white background

This text has color #A491A3 on white background.



Black color preview on #A491A3 background

This text has black color on #A491A3 background.


White color preview on #A491A3 background

This text has white color on #A491A3 background.