COLOR #AA6AA0

HEX: #AA6AA0
RGB: (170,106,160)

Color info

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

RGB color model

#AA6AA0 color RGB value is (170,106,160).

  • red value is 170;
  • green value is 106;
  • blue value is 160.
RGB:
(170,106,160)
(67%,42%,63%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 160 of 255 = 63%

170
106
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 160 = 436 (100%)
R 170 of 436 ~ 38.99%
G 106 of 436 ~ 24.31%
B 160 of 436 ~ 36.7%

%38.99
%24.31
%36.7

CMYK color model

#AA6AA0 color CMYK value is (0,38,6,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(0,38,6,33)
C0M38Y6K33 
(0%,38%,6%,33%)
(0.00/0.38/0.06/0.33)	

CMYK percentages

%0
%37.65
%5.88
%33.33

Codes

Color #AA6AA0 in popluar color models

AA6AA0
RGB170106160
HSL309°27.35%54.12%
HSB/HSV309°37.65%66.67%
CMYK0.00%37.65%5.88%
33.33%

Color #AA6AA0 in popluar number systems.

HEXAA6AA0
Decimal170106160
Binary10101010110101010100000
Octal252152240

Shades and tints

Shades of #AA6AA0

#AA6AA0
(170,106,160)
#9B6192
(155,97,146)
#8C5884
(140,88,132)
#7D4F76
(125,79,118)
#6E4668
(110,70,104)
#5F3D5A
(95,61,90)
#50344C
(80,52,76)
#412B3E
(65,43,62)
#322230
(50,34,48)
#231922
(35,25,34)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #AA6AA0

#AA6AA0
(170,106,160)
#B177A8
(177,119,168)
#B884B0
(184,132,176)
#BF91B8
(191,145,184)
#C69EC0
(198,158,192)
#CDABC8
(205,171,200)
#D4B8D0
(212,184,208)
#DBC5D8
(219,197,216)
#E2D2E0
(226,210,224)
#E9DFE8
(233,223,232)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6AA0; }

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

This text font color is #AA6AA0.


Background Color

.myBgColor { background-color: #AA6AA0; }

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

This div background color is #AA6AA0.


Border color

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

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

This div border color is #AA6AA0.


Opacity

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

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

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

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

This text has shadow with #AA6AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6AA0 on black background.


Color preview on white background

This text has color #AA6AA0 on white background.



Black color preview on #AA6AA0 background

This text has black color on #AA6AA0 background.


White color preview on #AA6AA0 background

This text has white color on #AA6AA0 background.