COLOR #A664AA

HEX: #A664AA
RGB: (166,100,170)

Color info

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

RGB color model

#A664AA color RGB value is (166,100,170).

  • red value is 166;
  • green value is 100;
  • blue value is 170.
RGB:
(166,100,170)
(65%,39%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 100 of 255 = 39%
B 170 of 255 = 67%

166
100
170

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

Portions of RGB colors in percentages

R + G + B =
166 + 100 + 170 = 436 (100%)
R 166 of 436 ~ 38.07%
G 100 of 436 ~ 22.94%
B 170 of 436 ~ 38.99%

%38.07
%22.94
%38.99

CMYK color model

#A664AA color CMYK value is (2,41,0,33).

  • cyan value is 2.35%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,41,0,33)
C2M41Y0K33 
(2%,41%,0%,33%)
(0.02/0.41/0.00/0.33)	

CMYK percentages

%2.35
%41.18
%0
%33.33

Codes

Color #A664AA in popluar color models

A664AA
RGB166100170
HSL297°29.17%52.94%
HSB/HSV297°41.18%66.67%
CMYK2.35%41.18%0.00%
33.33%

Color #A664AA in popluar number systems.

HEXA664AA
Decimal166100170
Binary10100110110010010101010
Octal246144252

Shades and tints

Shades of #A664AA

#A664AA
(166,100,170)
#975B9B
(151,91,155)
#88528C
(136,82,140)
#79497D
(121,73,125)
#6A406E
(106,64,110)
#5B375F
(91,55,95)
#4C2E50
(76,46,80)
#3D2541
(61,37,65)
#2E1C32
(46,28,50)
#1F1323
(31,19,35)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #A664AA

#A664AA
(166,100,170)
#AE72B1
(174,114,177)
#B680B8
(182,128,184)
#BE8EBF
(190,142,191)
#C69CC6
(198,156,198)
#CEAACD
(206,170,205)
#D6B8D4
(214,184,212)
#DEC6DB
(222,198,219)
#E6D4E2
(230,212,226)
#EEE2E9
(238,226,233)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A664AA color. Also use rgb(166,100,170) instead hex code.

Text Font Color

.myTextColor { color: #A664AA; }

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

This text font color is #A664AA.


Background Color

.myBgColor { background-color: #A664AA; }

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

This div background color is #A664AA.


Border color

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

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

This div border color is #A664AA.


Opacity

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

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

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

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

This text has shadow with #A664AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A664AA on black background.


Color preview on white background

This text has color #A664AA on white background.



Black color preview on #A664AA background

This text has black color on #A664AA background.


White color preview on #A664AA background

This text has white color on #A664AA background.