COLOR #A677E5

HEX: #A677E5
RGB: (166,119,229)

Color info

#A677E5 contains mainly blue color. Web safe color of #A677E5 is #9966CC (or #96C).

RGB color model

#A677E5 color RGB value is (166,119,229).

  • red value is 166;
  • green value is 119;
  • blue value is 229.
RGB:
(166,119,229)
(65%,47%,90%)

RGB channels and saturation

R 166 of 255 = 65%
G 119 of 255 = 47%
B 229 of 255 = 90%

166
119
229

R + G + B ~ 67%. #A677E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 119 + 229 = 514 (100%)
R 166 of 514 ~ 32.3%
G 119 of 514 ~ 23.15%
B 229 of 514 ~ 44.55%

%32.3
%23.15
%44.55

CMYK color model

#A677E5 color CMYK value is (28,48,0,10).

  • cyan value is 27.51%
  • magenta value is 48.03%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,48,0,10)
C28M48Y0K10 
(28%,48%,0%,10%)
(0.28/0.48/0.00/0.10)	

CMYK percentages

%27.51
%48.03
%0
%10.2

Codes

Color #A677E5 in popluar color models

A677E5
RGB166119229
HSL266°67.90%68.24%
HSB/HSV266°48.03%89.80%
CMYK27.51%48.03%0.00%
10.20%

Color #A677E5 in popluar number systems.

HEXA677E5
Decimal166119229
Binary10100110111011111100101
Octal246167345

Shades and tints

Shades of #A677E5

#A677E5
(166,119,229)
#976DD1
(151,109,209)
#8863BD
(136,99,189)
#7959A9
(121,89,169)
#6A4F95
(106,79,149)
#5B4581
(91,69,129)
#4C3B6D
(76,59,109)
#3D3159
(61,49,89)
#2E2745
(46,39,69)
#1F1D31
(31,29,49)
#10131D
(16,19,29)
#000000
(0,0,0)

Tints of #A677E5

#A677E5
(166,119,229)
#AE83E7
(174,131,231)
#B68FE9
(182,143,233)
#BE9BEB
(190,155,235)
#C6A7ED
(198,167,237)
#CEB3EF
(206,179,239)
#D6BFF1
(214,191,241)
#DECBF3
(222,203,243)
#E6D7F5
(230,215,245)
#EEE3F7
(238,227,247)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A677E5 color. Also use rgb(166,119,229) instead hex code.

Text Font Color

.myTextColor { color: #A677E5; }

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

This text font color is #A677E5.


Background Color

.myBgColor { background-color: #A677E5; }

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

This div background color is #A677E5.


Border color

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

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

This div border color is #A677E5.


Opacity

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

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

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

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

This text has shadow with #A677E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A677E5 on black background.


Color preview on white background

This text has color #A677E5 on white background.



Black color preview on #A677E5 background

This text has black color on #A677E5 background.


White color preview on #A677E5 background

This text has white color on #A677E5 background.