COLOR #A66FA9

HEX: #A66FA9 RGB: (166,111,169)

Color info

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

RGB color model

#A66FA9 color RGB value is (166,111,169).

RGB: (166,111,169) (65%, 44%, 66%)

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 169 of 255 = 66%

166
111
169

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

Portions of RGB colors in percentages

R + G + B = 166 + 111 + 169 = 446 (100%)
R 166 of 446 ~ 37.22%
G 111 of 446 ~ 24.89%
B 169 of 446 ~ 37.89'%

%37.22
%24.89
%37.89

CMYK color model

#A66FA9 color CMYK value is (2,34,0,34).

  • cyan value is 1.78%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (2,34,0,34)
C2M34Y0K34 (2%, 34%, 0%, 34%)
(0.02 / 0.34 / 0.00 / 0.34)

CMYK percentages

%1.78
%34.32
%0
%33.73

Codes

Color #A66FA9 in popluar color models

A6 6F A9
RGB 166 111 169
HSL 297° 25.22% 54.90%
HSB/HSV 297° 34.32% 66.27%
CMYK 1.78% 34.32% 0.00%
33.73%

Color #A66FA9 in popluar number systems.

HEX A6 6F A9
Decimal 166 111 169
Binary 10100110 1101111 10101001
Octal 246 157 251

Shades and tints

Shades of #A66FA9

#A66FA9
(166,111,169)
#97659A
(151,101,154)
#885B8B
(136,91,139)
#79517C
(121,81,124)
#6A476D
(106,71,109)
#5B3D5E
(91,61,94)
#4C334F
(76,51,79)
#3D2940
(61,41,64)
#2E1F31
(46,31,49)
#1F1522
(31,21,34)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #A66FA9

#A66FA9
(166,111,169)
#AE7CB0
(174,124,176)
#B689B7
(182,137,183)
#BE96BE
(190,150,190)
#C6A3C5
(198,163,197)
#CEB0CC
(206,176,204)
#D6BDD3
(214,189,211)
#DECADA
(222,202,218)
#E6D7E1
(230,215,225)
#EEE4E8
(238,228,232)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66FA9; }

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

This text font color is #A66FA9.

Background Color

.myBgColor { background-color: #A66FA9; }

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

This div background color is #A66FA9.

Border color

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

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

This div border color is #A66FA9.

Opacity

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

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

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

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

This text has shadow with #A66FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66FA9.

Preview

Color preview on black background

This text has color #A66FA9 on black background.


Color preview on white background

This text has color #A66FA9 on white background.


Black color preview on #A66FA9 background

This text has black color on #A66FA9 background.


White color preview on #A66FA9 background

This text has white color on #A66FA9 background.


Related colors

Complementary color

Complementary color for #hex is #599056.


I love getcolorcode.com

Triadic colors

1 #A9A66F and #6FA9A6 with #A66FA9 are triadic colors.

2 #A96FA6 and #6FA6A9 with #A66FA9 are triadic colors.