COLOR #A97FF2

HEX: #A97FF2
RGB: (169,127,242)

Color info

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

RGB color model

#A97FF2 color RGB value is (169,127,242).

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

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 242 of 255 = 95%

169
127
242

R + G + B ~ 70%. #A97FF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 242 = 538 (100%)
R 169 of 538 ~ 31.41%
G 127 of 538 ~ 23.61%
B 242 of 538 ~ 44.98%

%31.41
%23.61
%44.98

CMYK color model

#A97FF2 color CMYK value is (30,48,0,5).

  • cyan value is 30.17%
  • magenta value is 47.52%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(30,48,0,5)
C30M48Y0K5 
(30%,48%,0%,5%)
(0.30/0.48/0.00/0.05)	

CMYK percentages

%30.17
%47.52
%0
%5.1

Codes

Color #A97FF2 in popluar color models

A97FF2
RGB169127242
HSL262°81.56%72.35%
HSB/HSV262°47.52%94.90%
CMYK30.17%47.52%0.00%
5.10%

Color #A97FF2 in popluar number systems.

HEXA97FF2
Decimal169127242
Binary10101001111111111110010
Octal251177362

Shades and tints

Shades of #A97FF2

#A97FF2
(169,127,242)
#9A74DC
(154,116,220)
#8B69C6
(139,105,198)
#7C5EB0
(124,94,176)
#6D539A
(109,83,154)
#5E4884
(94,72,132)
#4F3D6E
(79,61,110)
#403258
(64,50,88)
#312742
(49,39,66)
#221C2C
(34,28,44)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #A97FF2

#A97FF2
(169,127,242)
#B08AF3
(176,138,243)
#B795F4
(183,149,244)
#BEA0F5
(190,160,245)
#C5ABF6
(197,171,246)
#CCB6F7
(204,182,247)
#D3C1F8
(211,193,248)
#DACCF9
(218,204,249)
#E1D7FA
(225,215,250)
#E8E2FB
(232,226,251)
#EFEDFC
(239,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97FF2; }

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

This text font color is #A97FF2.


Background Color

.myBgColor { background-color: #A97FF2; }

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

This div background color is #A97FF2.


Border color

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

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

This div border color is #A97FF2.


Opacity

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

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

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

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

This text has shadow with #A97FF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97FF2 on black background.


Color preview on white background

This text has color #A97FF2 on white background.



Black color preview on #A97FF2 background

This text has black color on #A97FF2 background.


White color preview on #A97FF2 background

This text has white color on #A97FF2 background.