COLOR #A66AB1

HEX: #A66AB1 RGB: (166,106,177)

Color info

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

RGB color model

#A66AB1 color RGB value is (166,106,177).

RGB: (166,106,177) (65%, 42%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 106 of 255 = 42%
B 177 of 255 = 69%

166
106
177

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

Portions of RGB colors in percentages

R + G + B = 166 + 106 + 177 = 449 (100%)
R 166 of 449 ~ 36.97%
G 106 of 449 ~ 23.61%
B 177 of 449 ~ 39.42'%

%36.97
%23.61
%39.42

CMYK color model

#A66AB1 color CMYK value is (6,40,0,31).

  • cyan value is 6.21%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (6,40,0,31)
C6M40Y0K31 (6%, 40%, 0%, 31%)
(0.06 / 0.40 / 0.00 / 0.31)

CMYK percentages

%6.21
%40.11
%0
%30.59

Codes

Color #A66AB1 in popluar color models

A6 6A B1
RGB 166 106 177
HSL 291° 31.28% 55.49%
HSB/HSV 291° 40.11% 69.41%
CMYK 6.21% 40.11% 0.00%
30.59%

Color #A66AB1 in popluar number systems.

HEX A6 6A B1
Decimal 166 106 177
Binary 10100110 1101010 10110001
Octal 246 152 261

Shades and tints

Shades of #A66AB1

#A66AB1
(166,106,177)
#9761A1
(151,97,161)
#885891
(136,88,145)
#794F81
(121,79,129)
#6A4671
(106,70,113)
#5B3D61
(91,61,97)
#4C3451
(76,52,81)
#3D2B41
(61,43,65)
#2E2231
(46,34,49)
#1F1921
(31,25,33)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #A66AB1

#A66AB1
(166,106,177)
#AE77B8
(174,119,184)
#B684BF
(182,132,191)
#BE91C6
(190,145,198)
#C69ECD
(198,158,205)
#CEABD4
(206,171,212)
#D6B8DB
(214,184,219)
#DEC5E2
(222,197,226)
#E6D2E9
(230,210,233)
#EEDFF0
(238,223,240)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66AB1 color. Also use rgb(166,106,177) instead hex code.

Text Font Color

.myTextColor { color: #A66AB1; }

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

This text font color is #A66AB1.

Background Color

.myBgColor { background-color: #A66AB1; }

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

This div background color is #A66AB1.

Border color

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

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

This div border color is #A66AB1.

Opacity

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

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

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

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

This text has shadow with #A66AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66AB1.

Preview

Color preview on black background

This text has color #A66AB1 on black background.


Color preview on white background

This text has color #A66AB1 on white background.


Black color preview on #A66AB1 background

This text has black color on #A66AB1 background.


White color preview on #A66AB1 background

This text has white color on #A66AB1 background.


Related colors

Complementary color

Complementary color for #hex is #59954E.


I love getcolorcode.com

Triadic colors

1 #B1A66A and #6AB1A6 with #A66AB1 are triadic colors.

2 #B16AA6 and #6AA6B1 with #A66AB1 are triadic colors.