COLOR #A491AB

HEX: #A491AB RGB: (164,145,171)

Color info

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

RGB color model

#A491AB color RGB value is (164,145,171).

RGB: (164,145,171) (64%, 57%, 67%)

RGB channels and saturation

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

164
145
171

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

Portions of RGB colors in percentages

R + G + B = 164 + 145 + 171 = 480 (100%)
R 164 of 480 ~ 34.17%
G 145 of 480 ~ 30.21%
B 171 of 480 ~ 35.63'%

%34.17
%30.21
%35.63

CMYK color model

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

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

CMYK percentages

%4.09
%15.2
%0
%32.94

Codes

Color #A491AB in popluar color models

A4 91 AB
RGB 164 145 171
HSL 284° 13.40% 61.96%
HSB/HSV 284° 15.20% 67.06%
CMYK 4.09% 15.20% 0.00%
32.94%

Color #A491AB in popluar number systems.

HEX A4 91 AB
Decimal 164 145 171
Binary 10100100 10010001 10101011
Octal 244 221 253

Shades and tints

Shades of #A491AB

#A491AB
(164,145,171)
#96849C
(150,132,156)
#88778D
(136,119,141)
#7A6A7E
(122,106,126)
#6C5D6F
(108,93,111)
#5E5060
(94,80,96)
#504351
(80,67,81)
#423642
(66,54,66)
#342933
(52,41,51)
#261C24
(38,28,36)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A491AB

#A491AB
(164,145,171)
#AC9BB2
(172,155,178)
#B4A5B9
(180,165,185)
#BCAFC0
(188,175,192)
#C4B9C7
(196,185,199)
#CCC3CE
(204,195,206)
#D4CDD5
(212,205,213)
#DCD7DC
(220,215,220)
#E4E1E3
(228,225,227)
#ECEBEA
(236,235,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A491AB; }

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

This text font color is #A491AB.

Background Color

.myBgColor { background-color: #A491AB; }

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

This div background color is #A491AB.

Border color

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

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

This div border color is #A491AB.

Opacity

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

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

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

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

This text has shadow with #A491AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A491AB.

Preview

Color preview on black background

This text has color #A491AB on black background.


Color preview on white background

This text has color #A491AB on white background.


Black color preview on #A491AB background

This text has black color on #A491AB background.


White color preview on #A491AB background

This text has white color on #A491AB background.


Related colors

Complementary color

Complementary color for #hex is #5B6E54.


I love getcolorcode.com

Triadic colors

1 #ABA491 and #91ABA4 with #A491AB are triadic colors.

2 #AB91A4 and #91A4AB with #A491AB are triadic colors.