COLOR #A66EAF

HEX: #A66EAF RGB: (166,110,175)

Color info

#A66EAF contains mainly red and blue colors. Web safe color of #A66EAF is #996699 (or #969).

RGB color model

#A66EAF color RGB value is (166,110,175).

RGB: (166,110,175) (65%, 43%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 110 of 255 = 43%
B 175 of 255 = 69%

166
110
175

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

Portions of RGB colors in percentages

R + G + B = 166 + 110 + 175 = 451 (100%)
R 166 of 451 ~ 36.81%
G 110 of 451 ~ 24.39%
B 175 of 451 ~ 38.8'%

%36.81
%24.39
%38.8

CMYK color model

#A66EAF color CMYK value is (5,37,0,31).

  • cyan value is 5.14%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,37,0,31)
C5M37Y0K31 (5%, 37%, 0%, 31%)
(0.05 / 0.37 / 0.00 / 0.31)

CMYK percentages

%5.14
%37.14
%0
%31.37

Codes

Color #A66EAF in popluar color models

A6 6E AF
RGB 166 110 175
HSL 292° 28.89% 55.88%
HSB/HSV 292° 37.14% 68.63%
CMYK 5.14% 37.14% 0.00%
31.37%

Color #A66EAF in popluar number systems.

HEX A6 6E AF
Decimal 166 110 175
Binary 10100110 1101110 10101111
Octal 246 156 257

Shades and tints

Shades of #A66EAF

#A66EAF
(166,110,175)
#9764A0
(151,100,160)
#885A91
(136,90,145)
#795082
(121,80,130)
#6A4673
(106,70,115)
#5B3C64
(91,60,100)
#4C3255
(76,50,85)
#3D2846
(61,40,70)
#2E1E37
(46,30,55)
#1F1428
(31,20,40)
#100A19
(16,10,25)
#000000
(0,0,0)

Tints of #A66EAF

#A66EAF
(166,110,175)
#AE7BB6
(174,123,182)
#B688BD
(182,136,189)
#BE95C4
(190,149,196)
#C6A2CB
(198,162,203)
#CEAFD2
(206,175,210)
#D6BCD9
(214,188,217)
#DEC9E0
(222,201,224)
#E6D6E7
(230,214,231)
#EEE3EE
(238,227,238)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66EAF color. Also use rgb(166,110,175) instead hex code.

Text Font Color

.myTextColor { color: #A66EAF; }

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

This text font color is #A66EAF.

Background Color

.myBgColor { background-color: #A66EAF; }

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

This div background color is #A66EAF.

Border color

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

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

This div border color is #A66EAF.

Opacity

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

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

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

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

This text has shadow with #A66EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66EAF.

Preview

Color preview on black background

This text has color #A66EAF on black background.


Color preview on white background

This text has color #A66EAF on white background.


Black color preview on #A66EAF background

This text has black color on #A66EAF background.


White color preview on #A66EAF background

This text has white color on #A66EAF background.


Related colors

Complementary color

Complementary color for #hex is #599150.


I love getcolorcode.com

Triadic colors

1 #AFA66E and #6EAFA6 with #A66EAF are triadic colors.

2 #AF6EA6 and #6EA6AF with #A66EAF are triadic colors.