COLOR #A66DA1

HEX: #A66DA1
RGB: (166,109,161)

Color info

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

RGB color model

#A66DA1 color RGB value is (166,109,161).

  • red value is 166;
  • green value is 109;
  • blue value is 161.
RGB:
(166,109,161)
(65%,43%,63%)

RGB channels and saturation

R 166 of 255 = 65%
G 109 of 255 = 43%
B 161 of 255 = 63%

166
109
161

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

Portions of RGB colors in percentages

R + G + B =
166 + 109 + 161 = 436 (100%)
R 166 of 436 ~ 38.07%
G 109 of 436 ~ 25%
B 161 of 436 ~ 36.93%

%38.07
%25
%36.93

CMYK color model

#A66DA1 color CMYK value is (0,34,3,35).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 3.01%
  • key color value is 34.90%
CMYK:
(0,34,3,35)
C0M34Y3K35 
(0%,34%,3%,35%)
(0.00/0.34/0.03/0.35)	

CMYK percentages

%0
%34.34
%3.01
%34.9

Codes

Color #A66DA1 in popluar color models

A66DA1
RGB166109161
HSL305°24.26%53.92%
HSB/HSV305°34.34%65.10%
CMYK0.00%34.34%3.01%
34.90%

Color #A66DA1 in popluar number systems.

HEXA66DA1
Decimal166109161
Binary10100110110110110100001
Octal246155241

Shades and tints

Shades of #A66DA1

#A66DA1
(166,109,161)
#976493
(151,100,147)
#885B85
(136,91,133)
#795277
(121,82,119)
#6A4969
(106,73,105)
#5B405B
(91,64,91)
#4C374D
(76,55,77)
#3D2E3F
(61,46,63)
#2E2531
(46,37,49)
#1F1C23
(31,28,35)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A66DA1

#A66DA1
(166,109,161)
#AE7AA9
(174,122,169)
#B687B1
(182,135,177)
#BE94B9
(190,148,185)
#C6A1C1
(198,161,193)
#CEAEC9
(206,174,201)
#D6BBD1
(214,187,209)
#DEC8D9
(222,200,217)
#E6D5E1
(230,213,225)
#EEE2E9
(238,226,233)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66DA1 color. Also use rgb(166,109,161) instead hex code.

Text Font Color

.myTextColor { color: #A66DA1; }

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

This text font color is #A66DA1.


Background Color

.myBgColor { background-color: #A66DA1; }

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

This div background color is #A66DA1.


Border color

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

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

This div border color is #A66DA1.


Opacity

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

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

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

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

This text has shadow with #A66DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66DA1 on black background.


Color preview on white background

This text has color #A66DA1 on white background.



Black color preview on #A66DA1 background

This text has black color on #A66DA1 background.


White color preview on #A66DA1 background

This text has white color on #A66DA1 background.