COLOR #A66EBE

HEX: #A66EBE RGB: (166,110,190)

Color info

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

RGB color model

#A66EBE color RGB value is (166,110,190).

RGB: (166,110,190) (65%, 43%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 110 of 255 = 43%
B 190 of 255 = 75%

166
110
190

R + G + B ~ 61%. #A66EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 110 + 190 = 466 (100%)
R 166 of 466 ~ 35.62%
G 110 of 466 ~ 23.61%
B 190 of 466 ~ 40.77'%

%35.62
%23.61
%40.77

CMYK color model

#A66EBE color CMYK value is (13,42,0,25).

  • cyan value is 12.63%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (13,42,0,25)
C13M42Y0K25 (13%, 42%, 0%, 25%)
(0.13 / 0.42 / 0.00 / 0.25)

CMYK percentages

%12.63
%42.11
%0
%25.49

Codes

Color #A66EBE in popluar color models

A6 6E BE
RGB 166 110 190
HSL 282° 38.10% 58.82%
HSB/HSV 282° 42.11% 74.51%
CMYK 12.63% 42.11% 0.00%
25.49%

Color #A66EBE in popluar number systems.

HEX A6 6E BE
Decimal 166 110 190
Binary 10100110 1101110 10111110
Octal 246 156 276

Shades and tints

Shades of #A66EBE

#A66EBE
(166,110,190)
#9764AD
(151,100,173)
#885A9C
(136,90,156)
#79508B
(121,80,139)
#6A467A
(106,70,122)
#5B3C69
(91,60,105)
#4C3258
(76,50,88)
#3D2847
(61,40,71)
#2E1E36
(46,30,54)
#1F1425
(31,20,37)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #A66EBE

#A66EBE
(166,110,190)
#AE7BC3
(174,123,195)
#B688C8
(182,136,200)
#BE95CD
(190,149,205)
#C6A2D2
(198,162,210)
#CEAFD7
(206,175,215)
#D6BCDC
(214,188,220)
#DEC9E1
(222,201,225)
#E6D6E6
(230,214,230)
#EEE3EB
(238,227,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66EBE; }

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

This text font color is #A66EBE.

Background Color

.myBgColor { background-color: #A66EBE; }

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

This div background color is #A66EBE.

Border color

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

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

This div border color is #A66EBE.

Opacity

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

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

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

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

This text has shadow with #A66EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66EBE.

Preview

Color preview on black background

This text has color #A66EBE on black background.


Color preview on white background

This text has color #A66EBE on white background.


Black color preview on #A66EBE background

This text has black color on #A66EBE background.


White color preview on #A66EBE background

This text has white color on #A66EBE background.


Related colors

Complementary color

Complementary color for #hex is #599141.


I love getcolorcode.com

Triadic colors

1 #BEA66E and #6EBEA6 with #A66EBE are triadic colors.

2 #BE6EA6 and #6EA6BE with #A66EBE are triadic colors.