COLOR #A668BB

HEX: #A668BB
RGB: (166,104,187)

Color info

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

RGB color model

#A668BB color RGB value is (166,104,187).

  • red value is 166;
  • green value is 104;
  • blue value is 187.
RGB:
(166,104,187)
(65%,41%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 104 of 255 = 41%
B 187 of 255 = 73%

166
104
187

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

Portions of RGB colors in percentages

R + G + B =
166 + 104 + 187 = 457 (100%)
R 166 of 457 ~ 36.32%
G 104 of 457 ~ 22.76%
B 187 of 457 ~ 40.92%

%36.32
%22.76
%40.92

CMYK color model

#A668BB color CMYK value is (11,44,0,27).

  • cyan value is 11.23%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,44,0,27)
C11M44Y0K27 
(11%,44%,0%,27%)
(0.11/0.44/0.00/0.27)	

CMYK percentages

%11.23
%44.39
%0
%26.67

Codes

Color #A668BB in popluar color models

A668BB
RGB166104187
HSL285°37.90%57.06%
HSB/HSV285°44.39%73.33%
CMYK11.23%44.39%0.00%
26.67%

Color #A668BB in popluar number systems.

HEXA668BB
Decimal166104187
Binary10100110110100010111011
Octal246150273

Shades and tints

Shades of #A668BB

#A668BB
(166,104,187)
#975FAA
(151,95,170)
#885699
(136,86,153)
#794D88
(121,77,136)
#6A4477
(106,68,119)
#5B3B66
(91,59,102)
#4C3255
(76,50,85)
#3D2944
(61,41,68)
#2E2033
(46,32,51)
#1F1722
(31,23,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #A668BB

#A668BB
(166,104,187)
#AE75C1
(174,117,193)
#B682C7
(182,130,199)
#BE8FCD
(190,143,205)
#C69CD3
(198,156,211)
#CEA9D9
(206,169,217)
#D6B6DF
(214,182,223)
#DEC3E5
(222,195,229)
#E6D0EB
(230,208,235)
#EEDDF1
(238,221,241)
#F6EAF7
(246,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A668BB color. Also use rgb(166,104,187) instead hex code.

Text Font Color

.myTextColor { color: #A668BB; }

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

This text font color is #A668BB.


Background Color

.myBgColor { background-color: #A668BB; }

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

This div background color is #A668BB.


Border color

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

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

This div border color is #A668BB.


Opacity

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

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

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

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

This text has shadow with #A668BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A668BB on black background.


Color preview on white background

This text has color #A668BB on white background.



Black color preview on #A668BB background

This text has black color on #A668BB background.


White color preview on #A668BB background

This text has white color on #A668BB background.