COLOR #A691E7

HEX: #A691E7
RGB: (166,145,231)

Color info

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

RGB color model

#A691E7 color RGB value is (166,145,231).

  • red value is 166;
  • green value is 145;
  • blue value is 231.
RGB:
(166,145,231)
(65%,57%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 231 of 255 = 91%

166
145
231

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

Portions of RGB colors in percentages

R + G + B =
166 + 145 + 231 = 542 (100%)
R 166 of 542 ~ 30.63%
G 145 of 542 ~ 26.75%
B 231 of 542 ~ 42.62%

%30.63
%26.75
%42.62

CMYK color model

#A691E7 color CMYK value is (28,37,0,9).

  • cyan value is 28.14%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(28,37,0,9)
C28M37Y0K9 
(28%,37%,0%,9%)
(0.28/0.37/0.00/0.09)	

CMYK percentages

%28.14
%37.23
%0
%9.41

Codes

Color #A691E7 in popluar color models

A691E7
RGB166145231
HSL255°64.18%73.73%
HSB/HSV255°37.23%90.59%
CMYK28.14%37.23%0.00%
9.41%

Color #A691E7 in popluar number systems.

HEXA691E7
Decimal166145231
Binary101001101001000111100111
Octal246221347

Shades and tints

Shades of #A691E7

#A691E7
(166,145,231)
#9784D2
(151,132,210)
#8877BD
(136,119,189)
#796AA8
(121,106,168)
#6A5D93
(106,93,147)
#5B507E
(91,80,126)
#4C4369
(76,67,105)
#3D3654
(61,54,84)
#2E293F
(46,41,63)
#1F1C2A
(31,28,42)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A691E7

#A691E7
(166,145,231)
#AE9BE9
(174,155,233)
#B6A5EB
(182,165,235)
#BEAFED
(190,175,237)
#C6B9EF
(198,185,239)
#CEC3F1
(206,195,241)
#D6CDF3
(214,205,243)
#DED7F5
(222,215,245)
#E6E1F7
(230,225,247)
#EEEBF9
(238,235,249)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A691E7 color. Also use rgb(166,145,231) instead hex code.

Text Font Color

.myTextColor { color: #A691E7; }

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

This text font color is #A691E7.


Background Color

.myBgColor { background-color: #A691E7; }

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

This div background color is #A691E7.


Border color

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

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

This div border color is #A691E7.


Opacity

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

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

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

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

This text has shadow with #A691E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A691E7 on black background.


Color preview on white background

This text has color #A691E7 on white background.



Black color preview on #A691E7 background

This text has black color on #A691E7 background.


White color preview on #A691E7 background

This text has white color on #A691E7 background.