COLOR #A97EC3

HEX: #A97EC3
RGB: (169,126,195)

Color info

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

RGB color model

#A97EC3 color RGB value is (169,126,195).

  • red value is 169;
  • green value is 126;
  • blue value is 195.
RGB:
(169,126,195)
(66%,49%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 195 of 255 = 76%

169
126
195

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

Portions of RGB colors in percentages

R + G + B =
169 + 126 + 195 = 490 (100%)
R 169 of 490 ~ 34.49%
G 126 of 490 ~ 25.71%
B 195 of 490 ~ 39.8%

%34.49
%25.71
%39.8

CMYK color model

#A97EC3 color CMYK value is (13,35,0,24).

  • cyan value is 13.33%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,35,0,24)
C13M35Y0K24 
(13%,35%,0%,24%)
(0.13/0.35/0.00/0.24)	

CMYK percentages

%13.33
%35.38
%0
%23.53

Codes

Color #A97EC3 in popluar color models

A97EC3
RGB169126195
HSL277°36.51%62.94%
HSB/HSV277°35.38%76.47%
CMYK13.33%35.38%0.00%
23.53%

Color #A97EC3 in popluar number systems.

HEXA97EC3
Decimal169126195
Binary10101001111111011000011
Octal251176303

Shades and tints

Shades of #A97EC3

#A97EC3
(169,126,195)
#9A73B2
(154,115,178)
#8B68A1
(139,104,161)
#7C5D90
(124,93,144)
#6D527F
(109,82,127)
#5E476E
(94,71,110)
#4F3C5D
(79,60,93)
#40314C
(64,49,76)
#31263B
(49,38,59)
#221B2A
(34,27,42)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #A97EC3

#A97EC3
(169,126,195)
#B089C8
(176,137,200)
#B794CD
(183,148,205)
#BE9FD2
(190,159,210)
#C5AAD7
(197,170,215)
#CCB5DC
(204,181,220)
#D3C0E1
(211,192,225)
#DACBE6
(218,203,230)
#E1D6EB
(225,214,235)
#E8E1F0
(232,225,240)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97EC3; }

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

This text font color is #A97EC3.


Background Color

.myBgColor { background-color: #A97EC3; }

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

This div background color is #A97EC3.


Border color

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

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

This div border color is #A97EC3.


Opacity

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

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

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

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

This text has shadow with #A97EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97EC3 on black background.


Color preview on white background

This text has color #A97EC3 on white background.



Black color preview on #A97EC3 background

This text has black color on #A97EC3 background.


White color preview on #A97EC3 background

This text has white color on #A97EC3 background.