COLOR #A6668F

HEX: #A6668F
RGB: (166,102,143)

Color info

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

RGB color model

#A6668F color RGB value is (166,102,143).

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

RGB channels and saturation

R 166 of 255 = 65%
G 102 of 255 = 40%
B 143 of 255 = 56%

166
102
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 102 + 143 = 411 (100%)
R 166 of 411 ~ 40.39%
G 102 of 411 ~ 24.82%
B 143 of 411 ~ 34.79%

%40.39
%24.82
%34.79

CMYK color model

#A6668F color CMYK value is (0,39,14,35).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(0,39,14,35)
C0M39Y14K35 
(0%,39%,14%,35%)
(0.00/0.39/0.14/0.35)	

CMYK percentages

%0
%38.55
%13.86
%34.9

Codes

Color #A6668F in popluar color models

A6668F
RGB166102143
HSL322°26.45%52.55%
HSB/HSV322°38.55%65.10%
CMYK0.00%38.55%13.86%
34.90%

Color #A6668F in popluar number systems.

HEXA6668F
Decimal166102143
Binary10100110110011010001111
Octal246146217

Shades and tints

Shades of #A6668F

#A6668F
(166,102,143)
#975D82
(151,93,130)
#885475
(136,84,117)
#794B68
(121,75,104)
#6A425B
(106,66,91)
#5B394E
(91,57,78)
#4C3041
(76,48,65)
#3D2734
(61,39,52)
#2E1E27
(46,30,39)
#1F151A
(31,21,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A6668F

#A6668F
(166,102,143)
#AE7399
(174,115,153)
#B680A3
(182,128,163)
#BE8DAD
(190,141,173)
#C69AB7
(198,154,183)
#CEA7C1
(206,167,193)
#D6B4CB
(214,180,203)
#DEC1D5
(222,193,213)
#E6CEDF
(230,206,223)
#EEDBE9
(238,219,233)
#F6E8F3
(246,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6668F; }

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

This text font color is #A6668F.


Background Color

.myBgColor { background-color: #A6668F; }

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

This div background color is #A6668F.


Border color

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

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

This div border color is #A6668F.


Opacity

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

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

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

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

This text has shadow with #A6668F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6668F on black background.


Color preview on white background

This text has color #A6668F on white background.



Black color preview on #A6668F background

This text has black color on #A6668F background.


White color preview on #A6668F background

This text has white color on #A6668F background.