COLOR #A97FDC

HEX: #A97FDC
RGB: (169,127,220)

Color info

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

RGB color model

#A97FDC color RGB value is (169,127,220).

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

RGB channels and saturation

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

169
127
220

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

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 220 = 516 (100%)
R 169 of 516 ~ 32.75%
G 127 of 516 ~ 24.61%
B 220 of 516 ~ 42.64%

%32.75
%24.61
%42.64

CMYK color model

#A97FDC color CMYK value is (23,42,0,14).

  • cyan value is 23.18%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,42,0,14)
C23M42Y0K14 
(23%,42%,0%,14%)
(0.23/0.42/0.00/0.14)	

CMYK percentages

%23.18
%42.27
%0
%13.73

Codes

Color #A97FDC in popluar color models

A97FDC
RGB169127220
HSL267°57.06%68.04%
HSB/HSV267°42.27%86.27%
CMYK23.18%42.27%0.00%
13.73%

Color #A97FDC in popluar number systems.

HEXA97FDC
Decimal169127220
Binary10101001111111111011100
Octal251177334

Shades and tints

Shades of #A97FDC

#A97FDC
(169,127,220)
#9A74C8
(154,116,200)
#8B69B4
(139,105,180)
#7C5EA0
(124,94,160)
#6D538C
(109,83,140)
#5E4878
(94,72,120)
#4F3D64
(79,61,100)
#403250
(64,50,80)
#31273C
(49,39,60)
#221C28
(34,28,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A97FDC

#A97FDC
(169,127,220)
#B08ADF
(176,138,223)
#B795E2
(183,149,226)
#BEA0E5
(190,160,229)
#C5ABE8
(197,171,232)
#CCB6EB
(204,182,235)
#D3C1EE
(211,193,238)
#DACCF1
(218,204,241)
#E1D7F4
(225,215,244)
#E8E2F7
(232,226,247)
#EFEDFA
(239,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97FDC; }

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

This text font color is #A97FDC.


Background Color

.myBgColor { background-color: #A97FDC; }

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

This div background color is #A97FDC.


Border color

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

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

This div border color is #A97FDC.


Opacity

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

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

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

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

This text has shadow with #A97FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97FDC on black background.


Color preview on white background

This text has color #A97FDC on white background.



Black color preview on #A97FDC background

This text has black color on #A97FDC background.


White color preview on #A97FDC background

This text has white color on #A97FDC background.