COLOR #A97FA9

HEX: #A97FA9
RGB: (169,127,169)

Color info

#A97FA9 contains red, green and blue colors in about the same proportion. Web safe color of #A97FA9 is #996699 (or #969).

RGB color model

#A97FA9 color RGB value is (169,127,169).

  • red value is 169;
  • green value is 127;
  • blue value is 169.
RGB:
(169,127,169)
(66%,50%,66%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 169 of 255 = 66%

169
127
169

R + G + B ~ 61%. #A97FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 169 = 465 (100%)
R 169 of 465 ~ 36.34%
G 127 of 465 ~ 27.31%
B 169 of 465 ~ 36.34%

%36.34
%27.31
%36.34

CMYK color model

#A97FA9 color CMYK value is (0,25,0,34).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(0,25,0,34)
C0M25Y0K34 
(0%,25%,0%,34%)
(0.00/0.25/0.00/0.34)	

CMYK percentages

%0
%24.85
%0
%33.73

Codes

Color #A97FA9 in popluar color models

A97FA9
RGB169127169
HSL300°19.63%58.04%
HSB/HSV300°24.85%66.27%
CMYK0.00%24.85%0.00%
33.73%

Color #A97FA9 in popluar number systems.

HEXA97FA9
Decimal169127169
Binary10101001111111110101001
Octal251177251

Shades and tints

Shades of #A97FA9

#A97FA9
(169,127,169)
#9A749A
(154,116,154)
#8B698B
(139,105,139)
#7C5E7C
(124,94,124)
#6D536D
(109,83,109)
#5E485E
(94,72,94)
#4F3D4F
(79,61,79)
#403240
(64,50,64)
#312731
(49,39,49)
#221C22
(34,28,34)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A97FA9

#A97FA9
(169,127,169)
#B08AB0
(176,138,176)
#B795B7
(183,149,183)
#BEA0BE
(190,160,190)
#C5ABC5
(197,171,197)
#CCB6CC
(204,182,204)
#D3C1D3
(211,193,211)
#DACCDA
(218,204,218)
#E1D7E1
(225,215,225)
#E8E2E8
(232,226,232)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97FA9 color. Also use rgb(169,127,169) instead hex code.

Text Font Color

.myTextColor { color: #A97FA9; }

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

This text font color is #A97FA9.


Background Color

.myBgColor { background-color: #A97FA9; }

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

This div background color is #A97FA9.


Border color

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

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

This div border color is #A97FA9.


Opacity

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

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

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

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

This text has shadow with #A97FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97FA9 on black background.


Color preview on white background

This text has color #A97FA9 on white background.



Black color preview on #A97FA9 background

This text has black color on #A97FA9 background.


White color preview on #A97FA9 background

This text has white color on #A97FA9 background.