COLOR #A291B7

HEX: #A291B7
RGB: (162,145,183)

Color info

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

RGB color model

#A291B7 color RGB value is (162,145,183).

  • red value is 162;
  • green value is 145;
  • blue value is 183.
RGB:
(162,145,183)
(64%,57%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 145 of 255 = 57%
B 183 of 255 = 72%

162
145
183

R + G + B ~ 64%. #A291B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 145 + 183 = 490 (100%)
R 162 of 490 ~ 33.06%
G 145 of 490 ~ 29.59%
B 183 of 490 ~ 37.35%

%33.06
%29.59
%37.35

CMYK color model

#A291B7 color CMYK value is (11,21,0,28).

  • cyan value is 11.48%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(11,21,0,28)
C11M21Y0K28 
(11%,21%,0%,28%)
(0.11/0.21/0.00/0.28)	

CMYK percentages

%11.48
%20.77
%0
%28.24

Codes

Color #A291B7 in popluar color models

A291B7
RGB162145183
HSL267°20.88%64.31%
HSB/HSV267°20.77%71.76%
CMYK11.48%20.77%0.00%
28.24%

Color #A291B7 in popluar number systems.

HEXA291B7
Decimal162145183
Binary101000101001000110110111
Octal242221267

Shades and tints

Shades of #A291B7

#A291B7
(162,145,183)
#9484A7
(148,132,167)
#867797
(134,119,151)
#786A87
(120,106,135)
#6A5D77
(106,93,119)
#5C5067
(92,80,103)
#4E4357
(78,67,87)
#403647
(64,54,71)
#322937
(50,41,55)
#241C27
(36,28,39)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #A291B7

#A291B7
(162,145,183)
#AA9BBD
(170,155,189)
#B2A5C3
(178,165,195)
#BAAFC9
(186,175,201)
#C2B9CF
(194,185,207)
#CAC3D5
(202,195,213)
#D2CDDB
(210,205,219)
#DAD7E1
(218,215,225)
#E2E1E7
(226,225,231)
#EAEBED
(234,235,237)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A291B7 color. Also use rgb(162,145,183) instead hex code.

Text Font Color

.myTextColor { color: #A291B7; }

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

This text font color is #A291B7.


Background Color

.myBgColor { background-color: #A291B7; }

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

This div background color is #A291B7.


Border color

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

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

This div border color is #A291B7.


Opacity

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

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

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

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

This text has shadow with #A291B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A291B7 on black background.


Color preview on white background

This text has color #A291B7 on white background.



Black color preview on #A291B7 background

This text has black color on #A291B7 background.


White color preview on #A291B7 background

This text has white color on #A291B7 background.