COLOR #A491BF

HEX: #A491BF
RGB: (164,145,191)

Color info

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

RGB color model

#A491BF color RGB value is (164,145,191).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 191 of 255 = 75%

164
145
191

R + G + B ~ 65%. #A491BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 191 = 500 (100%)
R 164 of 500 ~ 32.8%
G 145 of 500 ~ 29%
B 191 of 500 ~ 38.2%

%32.8
%29
%38.2

CMYK color model

#A491BF color CMYK value is (14,24,0,25).

  • cyan value is 14.14%
  • magenta value is 24.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,24,0,25)
C14M24Y0K25 
(14%,24%,0%,25%)
(0.14/0.24/0.00/0.25)	

CMYK percentages

%14.14
%24.08
%0
%25.1

Codes

Color #A491BF in popluar color models

A491BF
RGB164145191
HSL265°26.44%65.88%
HSB/HSV265°24.08%74.90%
CMYK14.14%24.08%0.00%
25.10%

Color #A491BF in popluar number systems.

HEXA491BF
Decimal164145191
Binary101001001001000110111111
Octal244221277

Shades and tints

Shades of #A491BF

#A491BF
(164,145,191)
#9684AE
(150,132,174)
#88779D
(136,119,157)
#7A6A8C
(122,106,140)
#6C5D7B
(108,93,123)
#5E506A
(94,80,106)
#504359
(80,67,89)
#423648
(66,54,72)
#342937
(52,41,55)
#261C26
(38,28,38)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A491BF

#A491BF
(164,145,191)
#AC9BC4
(172,155,196)
#B4A5C9
(180,165,201)
#BCAFCE
(188,175,206)
#C4B9D3
(196,185,211)
#CCC3D8
(204,195,216)
#D4CDDD
(212,205,221)
#DCD7E2
(220,215,226)
#E4E1E7
(228,225,231)
#ECEBEC
(236,235,236)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A491BF; }

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

This text font color is #A491BF.


Background Color

.myBgColor { background-color: #A491BF; }

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

This div background color is #A491BF.


Border color

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

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

This div border color is #A491BF.


Opacity

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

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

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

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

This text has shadow with #A491BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A491BF on black background.


Color preview on white background

This text has color #A491BF on white background.



Black color preview on #A491BF background

This text has black color on #A491BF background.


White color preview on #A491BF background

This text has white color on #A491BF background.