COLOR #A66DA3

HEX: #A66DA3 RGB: (166,109,163)

Color info

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

RGB color model

#A66DA3 color RGB value is (166,109,163).

RGB: (166,109,163) (65%, 43%, 64%)

RGB channels and saturation

R 166 of 255 = 65%
G 109 of 255 = 43%
B 163 of 255 = 64%

166
109
163

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

Portions of RGB colors in percentages

R + G + B = 166 + 109 + 163 = 438 (100%)
R 166 of 438 ~ 37.9%
G 109 of 438 ~ 24.89%
B 163 of 438 ~ 37.21'%

%37.9
%24.89
%37.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 1.81%
  • key color value is 34.90%

CMYK: (0,34,2,35)
C0M34Y2K35 (0%, 34%, 2%, 35%)
(0.00 / 0.34 / 0.02 / 0.35)

CMYK percentages

%0
%34.34
%1.81
%34.9

Codes

Color #A66DA3 in popluar color models

A6 6D A3
RGB 166 109 163
HSL 303° 24.26% 53.92%
HSB/HSV 303° 34.34% 65.10%
CMYK 0.00% 34.34% 1.81%
34.90%

Color #A66DA3 in popluar number systems.

HEX A6 6D A3
Decimal 166 109 163
Binary 10100110 1101101 10100011
Octal 246 155 243

Shades and tints

Shades of #A66DA3

#A66DA3
(166,109,163)
#976495
(151,100,149)
#885B87
(136,91,135)
#795279
(121,82,121)
#6A496B
(106,73,107)
#5B405D
(91,64,93)
#4C374F
(76,55,79)
#3D2E41
(61,46,65)
#2E2533
(46,37,51)
#1F1C25
(31,28,37)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #A66DA3

#A66DA3
(166,109,163)
#AE7AAB
(174,122,171)
#B687B3
(182,135,179)
#BE94BB
(190,148,187)
#C6A1C3
(198,161,195)
#CEAECB
(206,174,203)
#D6BBD3
(214,187,211)
#DEC8DB
(222,200,219)
#E6D5E3
(230,213,227)
#EEE2EB
(238,226,235)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66DA3; }

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

This text font color is #A66DA3.

Background Color

.myBgColor { background-color: #A66DA3; }

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

This div background color is #A66DA3.

Border color

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

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

This div border color is #A66DA3.

Opacity

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

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

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

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

This text has shadow with #A66DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66DA3.

Preview

Color preview on black background

This text has color #A66DA3 on black background.


Color preview on white background

This text has color #A66DA3 on white background.


Black color preview on #A66DA3 background

This text has black color on #A66DA3 background.


White color preview on #A66DA3 background

This text has white color on #A66DA3 background.


Related colors

Complementary color

Complementary color for #hex is #59925C.


I love getcolorcode.com

Triadic colors

1 #A3A66D and #6DA3A6 with #A66DA3 are triadic colors.

2 #A36DA6 and #6DA6A3 with #A66DA3 are triadic colors.