COLOR #AA64A6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
100
166

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

Portions of RGB colors in percentages

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

%38.99
%22.94
%38.07

CMYK color model

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

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

CMYK percentages

%0
%41.18
%2.35
%33.33

Codes

Color #AA64A6 in popluar color models

AA64A6
RGB170100166
HSL303°29.17%52.94%
HSB/HSV303°41.18%66.67%
CMYK0.00%41.18%2.35%
33.33%

Color #AA64A6 in popluar number systems.

HEXAA64A6
Decimal170100166
Binary10101010110010010100110
Octal252144246

Shades and tints

Shades of #AA64A6

#AA64A6
(170,100,166)
#9B5B97
(155,91,151)
#8C5288
(140,82,136)
#7D4979
(125,73,121)
#6E406A
(110,64,106)
#5F375B
(95,55,91)
#502E4C
(80,46,76)
#41253D
(65,37,61)
#321C2E
(50,28,46)
#23131F
(35,19,31)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #AA64A6

#AA64A6
(170,100,166)
#B172AE
(177,114,174)
#B880B6
(184,128,182)
#BF8EBE
(191,142,190)
#C69CC6
(198,156,198)
#CDAACE
(205,170,206)
#D4B8D6
(212,184,214)
#DBC6DE
(219,198,222)
#E2D4E6
(226,212,230)
#E9E2EE
(233,226,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA64A6; }

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

This text font color is #AA64A6.


Background Color

.myBgColor { background-color: #AA64A6; }

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

This div background color is #AA64A6.


Border color

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

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

This div border color is #AA64A6.


Opacity

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

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

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

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

This text has shadow with #AA64A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA64A6 on black background.


Color preview on white background

This text has color #AA64A6 on white background.



Black color preview on #AA64A6 background

This text has black color on #AA64A6 background.


White color preview on #AA64A6 background

This text has white color on #AA64A6 background.