COLOR #A66FA2

HEX: #A66FA2
RGB: (166,111,162)

Color info

#A66FA2 contains red, green and blue colors in about the same proportion. Web safe color of #A66FA2 is #996699 (or #969).

RGB color model

#A66FA2 color RGB value is (166,111,162).

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

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 162 of 255 = 64%

166
111
162

R + G + B ~ 58%. #A66FA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 111 + 162 = 439 (100%)
R 166 of 439 ~ 37.81%
G 111 of 439 ~ 25.28%
B 162 of 439 ~ 36.9%

%37.81
%25.28
%36.9

CMYK color model

#A66FA2 color CMYK value is (0,33,2,35).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 2.41%
  • key color value is 34.90%
CMYK:
(0,33,2,35)
C0M33Y2K35 
(0%,33%,2%,35%)
(0.00/0.33/0.02/0.35)	

CMYK percentages

%0
%33.13
%2.41
%34.9

Codes

Color #A66FA2 in popluar color models

A66FA2
RGB166111162
HSL304°23.61%54.31%
HSB/HSV304°33.13%65.10%
CMYK0.00%33.13%2.41%
34.90%

Color #A66FA2 in popluar number systems.

HEXA66FA2
Decimal166111162
Binary10100110110111110100010
Octal246157242

Shades and tints

Shades of #A66FA2

#A66FA2
(166,111,162)
#976594
(151,101,148)
#885B86
(136,91,134)
#795178
(121,81,120)
#6A476A
(106,71,106)
#5B3D5C
(91,61,92)
#4C334E
(76,51,78)
#3D2940
(61,41,64)
#2E1F32
(46,31,50)
#1F1524
(31,21,36)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #A66FA2

#A66FA2
(166,111,162)
#AE7CAA
(174,124,170)
#B689B2
(182,137,178)
#BE96BA
(190,150,186)
#C6A3C2
(198,163,194)
#CEB0CA
(206,176,202)
#D6BDD2
(214,189,210)
#DECADA
(222,202,218)
#E6D7E2
(230,215,226)
#EEE4EA
(238,228,234)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66FA2; }

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

This text font color is #A66FA2.


Background Color

.myBgColor { background-color: #A66FA2; }

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

This div background color is #A66FA2.


Border color

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

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

This div border color is #A66FA2.


Opacity

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

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

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

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

This text has shadow with #A66FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66FA2 on black background.


Color preview on white background

This text has color #A66FA2 on white background.



Black color preview on #A66FA2 background

This text has black color on #A66FA2 background.


White color preview on #A66FA2 background

This text has white color on #A66FA2 background.