COLOR #A97DF7

HEX: #A97DF7
RGB: (169,125,247)

Color info

#A97DF7 contains mainly blue color. Web safe color of #A97DF7 is #9966FF (or #96F).

RGB color model

#A97DF7 color RGB value is (169,125,247).

  • red value is 169;
  • green value is 125;
  • blue value is 247.
RGB:
(169,125,247)
(66%,49%,97%)

RGB channels and saturation

R 169 of 255 = 66%
G 125 of 255 = 49%
B 247 of 255 = 97%

169
125
247

R + G + B ~ 71%. #A97DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 125 + 247 = 541 (100%)
R 169 of 541 ~ 31.24%
G 125 of 541 ~ 23.11%
B 247 of 541 ~ 45.66%

%31.24
%23.11
%45.66

CMYK color model

#A97DF7 color CMYK value is (32,49,0,3).

  • cyan value is 31.58%
  • magenta value is 49.39%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(32,49,0,3)
C32M49Y0K3 
(32%,49%,0%,3%)
(0.32/0.49/0.00/0.03)	

CMYK percentages

%31.58
%49.39
%0
%3.14

Codes

Color #A97DF7 in popluar color models

A97DF7
RGB169125247
HSL262°88.41%72.94%
HSB/HSV262°49.39%96.86%
CMYK31.58%49.39%0.00%
3.14%

Color #A97DF7 in popluar number systems.

HEXA97DF7
Decimal169125247
Binary10101001111110111110111
Octal251175367

Shades and tints

Shades of #A97DF7

#A97DF7
(169,125,247)
#9A72E1
(154,114,225)
#8B67CB
(139,103,203)
#7C5CB5
(124,92,181)
#6D519F
(109,81,159)
#5E4689
(94,70,137)
#4F3B73
(79,59,115)
#40305D
(64,48,93)
#312547
(49,37,71)
#221A31
(34,26,49)
#130F1B
(19,15,27)
#000000
(0,0,0)

Tints of #A97DF7

#A97DF7
(169,125,247)
#B088F7
(176,136,247)
#B793F7
(183,147,247)
#BE9EF7
(190,158,247)
#C5A9F7
(197,169,247)
#CCB4F7
(204,180,247)
#D3BFF7
(211,191,247)
#DACAF7
(218,202,247)
#E1D5F7
(225,213,247)
#E8E0F7
(232,224,247)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97DF7; }

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

This text font color is #A97DF7.


Background Color

.myBgColor { background-color: #A97DF7; }

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

This div background color is #A97DF7.


Border color

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

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

This div border color is #A97DF7.


Opacity

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

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

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

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

This text has shadow with #A97DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97DF7 on black background.


Color preview on white background

This text has color #A97DF7 on white background.



Black color preview on #A97DF7 background

This text has black color on #A97DF7 background.


White color preview on #A97DF7 background

This text has white color on #A97DF7 background.