COLOR #A97AF1

HEX: #A97AF1
RGB: (169,122,241)

Color info

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

RGB color model

#A97AF1 color RGB value is (169,122,241).

  • red value is 169;
  • green value is 122;
  • blue value is 241.
RGB:
(169,122,241)
(66%,48%,95%)

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 241 of 255 = 95%

169
122
241

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

Portions of RGB colors in percentages

R + G + B =
169 + 122 + 241 = 532 (100%)
R 169 of 532 ~ 31.77%
G 122 of 532 ~ 22.93%
B 241 of 532 ~ 45.3%

%31.77
%22.93
%45.3

CMYK color model

#A97AF1 color CMYK value is (30,49,0,5).

  • cyan value is 29.88%
  • magenta value is 49.38%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(30,49,0,5)
C30M49Y0K5 
(30%,49%,0%,5%)
(0.30/0.49/0.00/0.05)	

CMYK percentages

%29.88
%49.38
%0
%5.49

Codes

Color #A97AF1 in popluar color models

A97AF1
RGB169122241
HSL264°80.95%71.18%
HSB/HSV264°49.38%94.51%
CMYK29.88%49.38%0.00%
5.49%

Color #A97AF1 in popluar number systems.

HEXA97AF1
Decimal169122241
Binary10101001111101011110001
Octal251172361

Shades and tints

Shades of #A97AF1

#A97AF1
(169,122,241)
#9A6FDC
(154,111,220)
#8B64C7
(139,100,199)
#7C59B2
(124,89,178)
#6D4E9D
(109,78,157)
#5E4388
(94,67,136)
#4F3873
(79,56,115)
#402D5E
(64,45,94)
#312249
(49,34,73)
#221734
(34,23,52)
#130C1F
(19,12,31)
#000000
(0,0,0)

Tints of #A97AF1

#A97AF1
(169,122,241)
#B086F2
(176,134,242)
#B792F3
(183,146,243)
#BE9EF4
(190,158,244)
#C5AAF5
(197,170,245)
#CCB6F6
(204,182,246)
#D3C2F7
(211,194,247)
#DACEF8
(218,206,248)
#E1DAF9
(225,218,249)
#E8E6FA
(232,230,250)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97AF1 color. Also use rgb(169,122,241) instead hex code.

Text Font Color

.myTextColor { color: #A97AF1; }

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

This text font color is #A97AF1.


Background Color

.myBgColor { background-color: #A97AF1; }

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

This div background color is #A97AF1.


Border color

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

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

This div border color is #A97AF1.


Opacity

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

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

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

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

This text has shadow with #A97AF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97AF1 on black background.


Color preview on white background

This text has color #A97AF1 on white background.



Black color preview on #A97AF1 background

This text has black color on #A97AF1 background.


White color preview on #A97AF1 background

This text has white color on #A97AF1 background.