COLOR #AA6D94

HEX: #AA6D94
RGB: (170,109,148)

Color info

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

RGB color model

#AA6D94 color RGB value is (170,109,148).

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

RGB channels and saturation

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

170
109
148

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

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 148 = 427 (100%)
R 170 of 427 ~ 39.81%
G 109 of 427 ~ 25.53%
B 148 of 427 ~ 34.66%

%39.81
%25.53
%34.66

CMYK color model

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

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

CMYK percentages

%0
%35.88
%12.94
%33.33

Codes

Color #AA6D94 in popluar color models

AA6D94
RGB170109148
HSL322°26.41%54.71%
HSB/HSV322°35.88%66.67%
CMYK0.00%35.88%12.94%
33.33%

Color #AA6D94 in popluar number systems.

HEXAA6D94
Decimal170109148
Binary10101010110110110010100
Octal252155224

Shades and tints

Shades of #AA6D94

#AA6D94
(170,109,148)
#9B6487
(155,100,135)
#8C5B7A
(140,91,122)
#7D526D
(125,82,109)
#6E4960
(110,73,96)
#5F4053
(95,64,83)
#503746
(80,55,70)
#412E39
(65,46,57)
#32252C
(50,37,44)
#231C1F
(35,28,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AA6D94

#AA6D94
(170,109,148)
#B17A9D
(177,122,157)
#B887A6
(184,135,166)
#BF94AF
(191,148,175)
#C6A1B8
(198,161,184)
#CDAEC1
(205,174,193)
#D4BBCA
(212,187,202)
#DBC8D3
(219,200,211)
#E2D5DC
(226,213,220)
#E9E2E5
(233,226,229)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D94; }

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

This text font color is #AA6D94.


Background Color

.myBgColor { background-color: #AA6D94; }

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

This div background color is #AA6D94.


Border color

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

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

This div border color is #AA6D94.


Opacity

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

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

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

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

This text has shadow with #AA6D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6D94 on black background.


Color preview on white background

This text has color #AA6D94 on white background.



Black color preview on #AA6D94 background

This text has black color on #AA6D94 background.


White color preview on #AA6D94 background

This text has white color on #AA6D94 background.