COLOR #AA6DAA

HEX: #AA6DAA
RGB: (170,109,170)

Color info

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

RGB color model

#AA6DAA color RGB value is (170,109,170).

  • red value is 170;
  • green value is 109;
  • blue value is 170.
RGB:
(170,109,170)
(67%,43%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 170 of 255 = 67%

170
109
170

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

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 170 = 449 (100%)
R 170 of 449 ~ 37.86%
G 109 of 449 ~ 24.28%
B 170 of 449 ~ 37.86%

%37.86
%24.28
%37.86

CMYK color model

#AA6DAA color CMYK value is (0,36,0,33).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(0,36,0,33)
C0M36Y0K33 
(0%,36%,0%,33%)
(0.00/0.36/0.00/0.33)	

CMYK percentages

%0
%35.88
%0
%33.33

Codes

Color #AA6DAA in popluar color models

AA6DAA
RGB170109170
HSL300°26.41%54.71%
HSB/HSV300°35.88%66.67%
CMYK0.00%35.88%0.00%
33.33%

Color #AA6DAA in popluar number systems.

HEXAA6DAA
Decimal170109170
Binary10101010110110110101010
Octal252155252

Shades and tints

Shades of #AA6DAA

#AA6DAA
(170,109,170)
#9B649B
(155,100,155)
#8C5B8C
(140,91,140)
#7D527D
(125,82,125)
#6E496E
(110,73,110)
#5F405F
(95,64,95)
#503750
(80,55,80)
#412E41
(65,46,65)
#322532
(50,37,50)
#231C23
(35,28,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA6DAA

#AA6DAA
(170,109,170)
#B17AB1
(177,122,177)
#B887B8
(184,135,184)
#BF94BF
(191,148,191)
#C6A1C6
(198,161,198)
#CDAECD
(205,174,205)
#D4BBD4
(212,187,212)
#DBC8DB
(219,200,219)
#E2D5E2
(226,213,226)
#E9E2E9
(233,226,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6DAA; }

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

This text font color is #AA6DAA.


Background Color

.myBgColor { background-color: #AA6DAA; }

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

This div background color is #AA6DAA.


Border color

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

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

This div border color is #AA6DAA.


Opacity

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

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

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

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

This text has shadow with #AA6DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6DAA on black background.


Color preview on white background

This text has color #AA6DAA on white background.



Black color preview on #AA6DAA background

This text has black color on #AA6DAA background.


White color preview on #AA6DAA background

This text has white color on #AA6DAA background.