COLOR #AA6DA0

HEX: #AA6DA0
RGB: (170,109,160)

Color info

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

RGB color model

#AA6DA0 color RGB value is (170,109,160).

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

RGB channels and saturation

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

170
109
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 160 = 439 (100%)
R 170 of 439 ~ 38.72%
G 109 of 439 ~ 24.83%
B 160 of 439 ~ 36.45%

%38.72
%24.83
%36.45

CMYK color model

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

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

CMYK percentages

%0
%35.88
%5.88
%33.33

Codes

Color #AA6DA0 in popluar color models

AA6DA0
RGB170109160
HSL310°26.41%54.71%
HSB/HSV310°35.88%66.67%
CMYK0.00%35.88%5.88%
33.33%

Color #AA6DA0 in popluar number systems.

HEXAA6DA0
Decimal170109160
Binary10101010110110110100000
Octal252155240

Shades and tints

Shades of #AA6DA0

#AA6DA0
(170,109,160)
#9B6492
(155,100,146)
#8C5B84
(140,91,132)
#7D5276
(125,82,118)
#6E4968
(110,73,104)
#5F405A
(95,64,90)
#50374C
(80,55,76)
#412E3E
(65,46,62)
#322530
(50,37,48)
#231C22
(35,28,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA6DA0

#AA6DA0
(170,109,160)
#B17AA8
(177,122,168)
#B887B0
(184,135,176)
#BF94B8
(191,148,184)
#C6A1C0
(198,161,192)
#CDAEC8
(205,174,200)
#D4BBD0
(212,187,208)
#DBC8D8
(219,200,216)
#E2D5E0
(226,213,224)
#E9E2E8
(233,226,232)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6DA0; }

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

This text font color is #AA6DA0.


Background Color

.myBgColor { background-color: #AA6DA0; }

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

This div background color is #AA6DA0.


Border color

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

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

This div border color is #AA6DA0.


Opacity

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

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

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

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

This text has shadow with #AA6DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6DA0 on black background.


Color preview on white background

This text has color #AA6DA0 on white background.



Black color preview on #AA6DA0 background

This text has black color on #AA6DA0 background.


White color preview on #AA6DA0 background

This text has white color on #AA6DA0 background.