COLOR #A97FD6

HEX: #A97FD6
RGB: (169,127,214)

Color info

#A97FD6 contains mainly red and blue colors. Web safe color of #A97FD6 is #9966CC (or #96C).

RGB color model

#A97FD6 color RGB value is (169,127,214).

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

RGB channels and saturation

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

169
127
214

R + G + B ~ 67%. #A97FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 214 = 510 (100%)
R 169 of 510 ~ 33.14%
G 127 of 510 ~ 24.9%
B 214 of 510 ~ 41.96%

%33.14
%24.9
%41.96

CMYK color model

#A97FD6 color CMYK value is (21,41,0,16).

  • cyan value is 21.03%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,41,0,16)
C21M41Y0K16 
(21%,41%,0%,16%)
(0.21/0.41/0.00/0.16)	

CMYK percentages

%21.03
%40.65
%0
%16.08

Codes

Color #A97FD6 in popluar color models

A97FD6
RGB169127214
HSL269°51.48%66.86%
HSB/HSV269°40.65%83.92%
CMYK21.03%40.65%0.00%
16.08%

Color #A97FD6 in popluar number systems.

HEXA97FD6
Decimal169127214
Binary10101001111111111010110
Octal251177326

Shades and tints

Shades of #A97FD6

#A97FD6
(169,127,214)
#9A74C3
(154,116,195)
#8B69B0
(139,105,176)
#7C5E9D
(124,94,157)
#6D538A
(109,83,138)
#5E4877
(94,72,119)
#4F3D64
(79,61,100)
#403251
(64,50,81)
#31273E
(49,39,62)
#221C2B
(34,28,43)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #A97FD6

#A97FD6
(169,127,214)
#B08AD9
(176,138,217)
#B795DC
(183,149,220)
#BEA0DF
(190,160,223)
#C5ABE2
(197,171,226)
#CCB6E5
(204,182,229)
#D3C1E8
(211,193,232)
#DACCEB
(218,204,235)
#E1D7EE
(225,215,238)
#E8E2F1
(232,226,241)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97FD6; }

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

This text font color is #A97FD6.


Background Color

.myBgColor { background-color: #A97FD6; }

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

This div background color is #A97FD6.


Border color

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

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

This div border color is #A97FD6.


Opacity

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

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

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

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

This text has shadow with #A97FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97FD6 on black background.


Color preview on white background

This text has color #A97FD6 on white background.



Black color preview on #A97FD6 background

This text has black color on #A97FD6 background.


White color preview on #A97FD6 background

This text has white color on #A97FD6 background.