COLOR #AA85B1

HEX: #AA85B1
RGB: (170,133,177)

Color info

#AA85B1 contains red, green and blue colors in about the same proportion. Web safe color of #AA85B1 is #999999 (or #999).

RGB color model

#AA85B1 color RGB value is (170,133,177).

  • red value is 170;
  • green value is 133;
  • blue value is 177.
RGB:
(170,133,177)
(67%,52%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 177 of 255 = 69%

170
133
177

R + G + B ~ 63%. #AA85B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 133 + 177 = 480 (100%)
R 170 of 480 ~ 35.42%
G 133 of 480 ~ 27.71%
B 177 of 480 ~ 36.88%

%35.42
%27.71
%36.88

CMYK color model

#AA85B1 color CMYK value is (4,25,0,31).

  • cyan value is 3.95%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(4,25,0,31)
C4M25Y0K31 
(4%,25%,0%,31%)
(0.04/0.25/0.00/0.31)	

CMYK percentages

%3.95
%24.86
%0
%30.59

Codes

Color #AA85B1 in popluar color models

AA85B1
RGB170133177
HSL290°22.00%60.78%
HSB/HSV290°24.86%69.41%
CMYK3.95%24.86%0.00%
30.59%

Color #AA85B1 in popluar number systems.

HEXAA85B1
Decimal170133177
Binary101010101000010110110001
Octal252205261

Shades and tints

Shades of #AA85B1

#AA85B1
(170,133,177)
#9B79A1
(155,121,161)
#8C6D91
(140,109,145)
#7D6181
(125,97,129)
#6E5571
(110,85,113)
#5F4961
(95,73,97)
#503D51
(80,61,81)
#413141
(65,49,65)
#322531
(50,37,49)
#231921
(35,25,33)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #AA85B1

#AA85B1
(170,133,177)
#B190B8
(177,144,184)
#B89BBF
(184,155,191)
#BFA6C6
(191,166,198)
#C6B1CD
(198,177,205)
#CDBCD4
(205,188,212)
#D4C7DB
(212,199,219)
#DBD2E2
(219,210,226)
#E2DDE9
(226,221,233)
#E9E8F0
(233,232,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA85B1; }

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

This text font color is #AA85B1.


Background Color

.myBgColor { background-color: #AA85B1; }

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

This div background color is #AA85B1.


Border color

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

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

This div border color is #AA85B1.


Opacity

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

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

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

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

This text has shadow with #AA85B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA85B1 on black background.


Color preview on white background

This text has color #AA85B1 on white background.



Black color preview on #AA85B1 background

This text has black color on #AA85B1 background.


White color preview on #AA85B1 background

This text has white color on #AA85B1 background.