COLOR #A697F9

HEX: #A697F9
RGB: (166,151,249)

Color info

#A697F9 contains mainly blue color. Web safe color of #A697F9 is #9999FF (or #99F).

RGB color model

#A697F9 color RGB value is (166,151,249).

  • red value is 166;
  • green value is 151;
  • blue value is 249.
RGB:
(166,151,249)
(65%,59%,98%)

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 249 of 255 = 98%

166
151
249

R + G + B ~ 74%. #A697F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 249 = 566 (100%)
R 166 of 566 ~ 29.33%
G 151 of 566 ~ 26.68%
B 249 of 566 ~ 43.99%

%29.33
%26.68
%43.99

CMYK color model

#A697F9 color CMYK value is (33,39,0,2).

  • cyan value is 33.33%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(33,39,0,2)
C33M39Y0K2 
(33%,39%,0%,2%)
(0.33/0.39/0.00/0.02)	

CMYK percentages

%33.33
%39.36
%0
%2.35

Codes

Color #A697F9 in popluar color models

A697F9
RGB166151249
HSL249°89.09%78.43%
HSB/HSV249°39.36%97.65%
CMYK33.33%39.36%0.00%
2.35%

Color #A697F9 in popluar number systems.

HEXA697F9
Decimal166151249
Binary101001101001011111111001
Octal246227371

Shades and tints

Shades of #A697F9

#A697F9
(166,151,249)
#978AE3
(151,138,227)
#887DCD
(136,125,205)
#7970B7
(121,112,183)
#6A63A1
(106,99,161)
#5B568B
(91,86,139)
#4C4975
(76,73,117)
#3D3C5F
(61,60,95)
#2E2F49
(46,47,73)
#1F2233
(31,34,51)
#10151D
(16,21,29)
#000000
(0,0,0)

Tints of #A697F9

#A697F9
(166,151,249)
#AEA0F9
(174,160,249)
#B6A9F9
(182,169,249)
#BEB2F9
(190,178,249)
#C6BBF9
(198,187,249)
#CEC4F9
(206,196,249)
#D6CDF9
(214,205,249)
#DED6F9
(222,214,249)
#E6DFF9
(230,223,249)
#EEE8F9
(238,232,249)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A697F9 color. Also use rgb(166,151,249) instead hex code.

Text Font Color

.myTextColor { color: #A697F9; }

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

This text font color is #A697F9.


Background Color

.myBgColor { background-color: #A697F9; }

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

This div background color is #A697F9.


Border color

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

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

This div border color is #A697F9.


Opacity

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

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

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

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

This text has shadow with #A697F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A697F9 on black background.


Color preview on white background

This text has color #A697F9 on white background.



Black color preview on #A697F9 background

This text has black color on #A697F9 background.


White color preview on #A697F9 background

This text has white color on #A697F9 background.