COLOR #A66FC5

HEX: #A66FC5
RGB: (166,111,197)

Color info

#A66FC5 contains mainly red and blue colors. Web safe color of #A66FC5 is #9966CC (or #96C).

RGB color model

#A66FC5 color RGB value is (166,111,197).

  • red value is 166;
  • green value is 111;
  • blue value is 197.
RGB:
(166,111,197)
(65%,44%,77%)

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 197 of 255 = 77%

166
111
197

R + G + B ~ 62%. #A66FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 111 + 197 = 474 (100%)
R 166 of 474 ~ 35.02%
G 111 of 474 ~ 23.42%
B 197 of 474 ~ 41.56%

%35.02
%23.42
%41.56

CMYK color model

#A66FC5 color CMYK value is (16,44,0,23).

  • cyan value is 15.74%
  • magenta value is 43.65%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,44,0,23)
C16M44Y0K23 
(16%,44%,0%,23%)
(0.16/0.44/0.00/0.23)	

CMYK percentages

%15.74
%43.65
%0
%22.75

Codes

Color #A66FC5 in popluar color models

A66FC5
RGB166111197
HSL278°42.57%60.39%
HSB/HSV278°43.65%77.25%
CMYK15.74%43.65%0.00%
22.75%

Color #A66FC5 in popluar number systems.

HEXA66FC5
Decimal166111197
Binary10100110110111111000101
Octal246157305

Shades and tints

Shades of #A66FC5

#A66FC5
(166,111,197)
#9765B4
(151,101,180)
#885BA3
(136,91,163)
#795192
(121,81,146)
#6A4781
(106,71,129)
#5B3D70
(91,61,112)
#4C335F
(76,51,95)
#3D294E
(61,41,78)
#2E1F3D
(46,31,61)
#1F152C
(31,21,44)
#100B1B
(16,11,27)
#000000
(0,0,0)

Tints of #A66FC5

#A66FC5
(166,111,197)
#AE7CCA
(174,124,202)
#B689CF
(182,137,207)
#BE96D4
(190,150,212)
#C6A3D9
(198,163,217)
#CEB0DE
(206,176,222)
#D6BDE3
(214,189,227)
#DECAE8
(222,202,232)
#E6D7ED
(230,215,237)
#EEE4F2
(238,228,242)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66FC5 color. Also use rgb(166,111,197) instead hex code.

Text Font Color

.myTextColor { color: #A66FC5; }

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

This text font color is #A66FC5.


Background Color

.myBgColor { background-color: #A66FC5; }

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

This div background color is #A66FC5.


Border color

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

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

This div border color is #A66FC5.


Opacity

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

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

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

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

This text has shadow with #A66FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66FC5 on black background.


Color preview on white background

This text has color #A66FC5 on white background.



Black color preview on #A66FC5 background

This text has black color on #A66FC5 background.


White color preview on #A66FC5 background

This text has white color on #A66FC5 background.