COLOR #A66D8A

HEX: #A66D8A
RGB: (166,109,138)

Color info

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

RGB color model

#A66D8A color RGB value is (166,109,138).

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

RGB channels and saturation

R 166 of 255 = 65%
G 109 of 255 = 43%
B 138 of 255 = 54%

166
109
138

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

Portions of RGB colors in percentages

R + G + B =
166 + 109 + 138 = 413 (100%)
R 166 of 413 ~ 40.19%
G 109 of 413 ~ 26.39%
B 138 of 413 ~ 33.41%

%40.19
%26.39
%33.41

CMYK color model

#A66D8A color CMYK value is (0,34,17,35).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(0,34,17,35)
C0M34Y17K35 
(0%,34%,17%,35%)
(0.00/0.34/0.17/0.35)	

CMYK percentages

%0
%34.34
%16.87
%34.9

Codes

Color #A66D8A in popluar color models

A66D8A
RGB166109138
HSL329°24.26%53.92%
HSB/HSV329°34.34%65.10%
CMYK0.00%34.34%16.87%
34.90%

Color #A66D8A in popluar number systems.

HEXA66D8A
Decimal166109138
Binary10100110110110110001010
Octal246155212

Shades and tints

Shades of #A66D8A

#A66D8A
(166,109,138)
#97647E
(151,100,126)
#885B72
(136,91,114)
#795266
(121,82,102)
#6A495A
(106,73,90)
#5B404E
(91,64,78)
#4C3742
(76,55,66)
#3D2E36
(61,46,54)
#2E252A
(46,37,42)
#1F1C1E
(31,28,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A66D8A

#A66D8A
(166,109,138)
#AE7A94
(174,122,148)
#B6879E
(182,135,158)
#BE94A8
(190,148,168)
#C6A1B2
(198,161,178)
#CEAEBC
(206,174,188)
#D6BBC6
(214,187,198)
#DEC8D0
(222,200,208)
#E6D5DA
(230,213,218)
#EEE2E4
(238,226,228)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66D8A; }

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

This text font color is #A66D8A.


Background Color

.myBgColor { background-color: #A66D8A; }

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

This div background color is #A66D8A.


Border color

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

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

This div border color is #A66D8A.


Opacity

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

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

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

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

This text has shadow with #A66D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66D8A on black background.


Color preview on white background

This text has color #A66D8A on white background.



Black color preview on #A66D8A background

This text has black color on #A66D8A background.


White color preview on #A66D8A background

This text has white color on #A66D8A background.