COLOR #A97FAD

HEX: #A97FAD
RGB: (169,127,173)

Color info

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

RGB color model

#A97FAD color RGB value is (169,127,173).

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

RGB channels and saturation

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

169
127
173

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

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 173 = 469 (100%)
R 169 of 469 ~ 36.03%
G 127 of 469 ~ 27.08%
B 173 of 469 ~ 36.89%

%36.03
%27.08
%36.89

CMYK color model

#A97FAD color CMYK value is (2,27,0,32).

  • cyan value is 2.31%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,27,0,32)
C2M27Y0K32 
(2%,27%,0%,32%)
(0.02/0.27/0.00/0.32)	

CMYK percentages

%2.31
%26.59
%0
%32.16

Codes

Color #A97FAD in popluar color models

A97FAD
RGB169127173
HSL295°21.90%58.82%
HSB/HSV295°26.59%67.84%
CMYK2.31%26.59%0.00%
32.16%

Color #A97FAD in popluar number systems.

HEXA97FAD
Decimal169127173
Binary10101001111111110101101
Octal251177255

Shades and tints

Shades of #A97FAD

#A97FAD
(169,127,173)
#9A749E
(154,116,158)
#8B698F
(139,105,143)
#7C5E80
(124,94,128)
#6D5371
(109,83,113)
#5E4862
(94,72,98)
#4F3D53
(79,61,83)
#403244
(64,50,68)
#312735
(49,39,53)
#221C26
(34,28,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A97FAD

#A97FAD
(169,127,173)
#B08AB4
(176,138,180)
#B795BB
(183,149,187)
#BEA0C2
(190,160,194)
#C5ABC9
(197,171,201)
#CCB6D0
(204,182,208)
#D3C1D7
(211,193,215)
#DACCDE
(218,204,222)
#E1D7E5
(225,215,229)
#E8E2EC
(232,226,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97FAD; }

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

This text font color is #A97FAD.


Background Color

.myBgColor { background-color: #A97FAD; }

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

This div background color is #A97FAD.


Border color

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

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

This div border color is #A97FAD.


Opacity

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

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

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

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

This text has shadow with #A97FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97FAD on black background.


Color preview on white background

This text has color #A97FAD on white background.



Black color preview on #A97FAD background

This text has black color on #A97FAD background.


White color preview on #A97FAD background

This text has white color on #A97FAD background.