COLOR #A668E2

HEX: #A668E2
RGB: (166,104,226)

Color info

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

RGB color model

#A668E2 color RGB value is (166,104,226).

  • red value is 166;
  • green value is 104;
  • blue value is 226.
RGB:
(166,104,226)
(65%,41%,89%)

RGB channels and saturation

R 166 of 255 = 65%
G 104 of 255 = 41%
B 226 of 255 = 89%

166
104
226

R + G + B ~ 65%. #A668E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 104 + 226 = 496 (100%)
R 166 of 496 ~ 33.47%
G 104 of 496 ~ 20.97%
B 226 of 496 ~ 45.56%

%33.47
%20.97
%45.56

CMYK color model

#A668E2 color CMYK value is (27,54,0,11).

  • cyan value is 26.55%
  • magenta value is 53.98%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(27,54,0,11)
C27M54Y0K11 
(27%,54%,0%,11%)
(0.27/0.54/0.00/0.11)	

CMYK percentages

%26.55
%53.98
%0
%11.37

Codes

Color #A668E2 in popluar color models

A668E2
RGB166104226
HSL270°67.78%64.71%
HSB/HSV270°53.98%88.63%
CMYK26.55%53.98%0.00%
11.37%

Color #A668E2 in popluar number systems.

HEXA668E2
Decimal166104226
Binary10100110110100011100010
Octal246150342

Shades and tints

Shades of #A668E2

#A668E2
(166,104,226)
#975FCE
(151,95,206)
#8856BA
(136,86,186)
#794DA6
(121,77,166)
#6A4492
(106,68,146)
#5B3B7E
(91,59,126)
#4C326A
(76,50,106)
#3D2956
(61,41,86)
#2E2042
(46,32,66)
#1F172E
(31,23,46)
#100E1A
(16,14,26)
#000000
(0,0,0)

Tints of #A668E2

#A668E2
(166,104,226)
#AE75E4
(174,117,228)
#B682E6
(182,130,230)
#BE8FE8
(190,143,232)
#C69CEA
(198,156,234)
#CEA9EC
(206,169,236)
#D6B6EE
(214,182,238)
#DEC3F0
(222,195,240)
#E6D0F2
(230,208,242)
#EEDDF4
(238,221,244)
#F6EAF6
(246,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A668E2 color. Also use rgb(166,104,226) instead hex code.

Text Font Color

.myTextColor { color: #A668E2; }

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

This text font color is #A668E2.


Background Color

.myBgColor { background-color: #A668E2; }

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

This div background color is #A668E2.


Border color

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

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

This div border color is #A668E2.


Opacity

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

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

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

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

This text has shadow with #A668E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A668E2 on black background.


Color preview on white background

This text has color #A668E2 on white background.



Black color preview on #A668E2 background

This text has black color on #A668E2 background.


White color preview on #A668E2 background

This text has white color on #A668E2 background.