COLOR #A666B6

HEX: #A666B6
RGB: (166,102,182)

Color info

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

RGB color model

#A666B6 color RGB value is (166,102,182).

  • red value is 166;
  • green value is 102;
  • blue value is 182.
RGB:
(166,102,182)
(65%,40%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 102 of 255 = 40%
B 182 of 255 = 71%

166
102
182

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

Portions of RGB colors in percentages

R + G + B =
166 + 102 + 182 = 450 (100%)
R 166 of 450 ~ 36.89%
G 102 of 450 ~ 22.67%
B 182 of 450 ~ 40.44%

%36.89
%22.67
%40.44

CMYK color model

#A666B6 color CMYK value is (9,44,0,29).

  • cyan value is 8.79%
  • magenta value is 43.96%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,44,0,29)
C9M44Y0K29 
(9%,44%,0%,29%)
(0.09/0.44/0.00/0.29)	

CMYK percentages

%8.79
%43.96
%0
%28.63

Codes

Color #A666B6 in popluar color models

A666B6
RGB166102182
HSL288°35.40%55.69%
HSB/HSV288°43.96%71.37%
CMYK8.79%43.96%0.00%
28.63%

Color #A666B6 in popluar number systems.

HEXA666B6
Decimal166102182
Binary10100110110011010110110
Octal246146266

Shades and tints

Shades of #A666B6

#A666B6
(166,102,182)
#975DA6
(151,93,166)
#885496
(136,84,150)
#794B86
(121,75,134)
#6A4276
(106,66,118)
#5B3966
(91,57,102)
#4C3056
(76,48,86)
#3D2746
(61,39,70)
#2E1E36
(46,30,54)
#1F1526
(31,21,38)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #A666B6

#A666B6
(166,102,182)
#AE73BC
(174,115,188)
#B680C2
(182,128,194)
#BE8DC8
(190,141,200)
#C69ACE
(198,154,206)
#CEA7D4
(206,167,212)
#D6B4DA
(214,180,218)
#DEC1E0
(222,193,224)
#E6CEE6
(230,206,230)
#EEDBEC
(238,219,236)
#F6E8F2
(246,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A666B6 color. Also use rgb(166,102,182) instead hex code.

Text Font Color

.myTextColor { color: #A666B6; }

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

This text font color is #A666B6.


Background Color

.myBgColor { background-color: #A666B6; }

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

This div background color is #A666B6.


Border color

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

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

This div border color is #A666B6.


Opacity

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

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

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

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

This text has shadow with #A666B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A666B6 on black background.


Color preview on white background

This text has color #A666B6 on white background.



Black color preview on #A666B6 background

This text has black color on #A666B6 background.


White color preview on #A666B6 background

This text has white color on #A666B6 background.