COLOR #A297B1

HEX: #A297B1
RGB: (162,151,177)

Color info

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

RGB color model

#A297B1 color RGB value is (162,151,177).

  • red value is 162;
  • green value is 151;
  • blue value is 177.
RGB:
(162,151,177)
(64%,59%,69%)

RGB channels and saturation

R 162 of 255 = 64%
G 151 of 255 = 59%
B 177 of 255 = 69%

162
151
177

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

Portions of RGB colors in percentages

R + G + B =
162 + 151 + 177 = 490 (100%)
R 162 of 490 ~ 33.06%
G 151 of 490 ~ 30.82%
B 177 of 490 ~ 36.12%

%33.06
%30.82
%36.12

CMYK color model

#A297B1 color CMYK value is (8,15,0,31).

  • cyan value is 8.47%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,15,0,31)
C8M15Y0K31 
(8%,15%,0%,31%)
(0.08/0.15/0.00/0.31)	

CMYK percentages

%8.47
%14.69
%0
%30.59

Codes

Color #A297B1 in popluar color models

A297B1
RGB162151177
HSL265°14.29%64.31%
HSB/HSV265°14.69%69.41%
CMYK8.47%14.69%0.00%
30.59%

Color #A297B1 in popluar number systems.

HEXA297B1
Decimal162151177
Binary101000101001011110110001
Octal242227261

Shades and tints

Shades of #A297B1

#A297B1
(162,151,177)
#948AA1
(148,138,161)
#867D91
(134,125,145)
#787081
(120,112,129)
#6A6371
(106,99,113)
#5C5661
(92,86,97)
#4E4951
(78,73,81)
#403C41
(64,60,65)
#322F31
(50,47,49)
#242221
(36,34,33)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #A297B1

#A297B1
(162,151,177)
#AAA0B8
(170,160,184)
#B2A9BF
(178,169,191)
#BAB2C6
(186,178,198)
#C2BBCD
(194,187,205)
#CAC4D4
(202,196,212)
#D2CDDB
(210,205,219)
#DAD6E2
(218,214,226)
#E2DFE9
(226,223,233)
#EAE8F0
(234,232,240)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A297B1 color. Also use rgb(162,151,177) instead hex code.

Text Font Color

.myTextColor { color: #A297B1; }

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

This text font color is #A297B1.


Background Color

.myBgColor { background-color: #A297B1; }

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

This div background color is #A297B1.


Border color

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

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

This div border color is #A297B1.


Opacity

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

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

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

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

This text has shadow with #A297B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A297B1 on black background.


Color preview on white background

This text has color #A297B1 on white background.



Black color preview on #A297B1 background

This text has black color on #A297B1 background.


White color preview on #A297B1 background

This text has white color on #A297B1 background.