COLOR #AA85B3

HEX: #AA85B3
RGB: (170,133,179)

Color info

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

RGB color model

#AA85B3 color RGB value is (170,133,179).

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

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 179 of 255 = 70%

170
133
179

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

Portions of RGB colors in percentages

R + G + B =
170 + 133 + 179 = 482 (100%)
R 170 of 482 ~ 35.27%
G 133 of 482 ~ 27.59%
B 179 of 482 ~ 37.14%

%35.27
%27.59
%37.14

CMYK color model

#AA85B3 color CMYK value is (5,26,0,30).

  • cyan value is 5.03%
  • magenta value is 25.70%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(5,26,0,30)
C5M26Y0K30 
(5%,26%,0%,30%)
(0.05/0.26/0.00/0.30)	

CMYK percentages

%5.03
%25.7
%0
%29.8

Codes

Color #AA85B3 in popluar color models

AA85B3
RGB170133179
HSL288°23.23%61.18%
HSB/HSV288°25.70%70.20%
CMYK5.03%25.70%0.00%
29.80%

Color #AA85B3 in popluar number systems.

HEXAA85B3
Decimal170133179
Binary101010101000010110110011
Octal252205263

Shades and tints

Shades of #AA85B3

#AA85B3
(170,133,179)
#9B79A3
(155,121,163)
#8C6D93
(140,109,147)
#7D6183
(125,97,131)
#6E5573
(110,85,115)
#5F4963
(95,73,99)
#503D53
(80,61,83)
#413143
(65,49,67)
#322533
(50,37,51)
#231923
(35,25,35)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #AA85B3

#AA85B3
(170,133,179)
#B190B9
(177,144,185)
#B89BBF
(184,155,191)
#BFA6C5
(191,166,197)
#C6B1CB
(198,177,203)
#CDBCD1
(205,188,209)
#D4C7D7
(212,199,215)
#DBD2DD
(219,210,221)
#E2DDE3
(226,221,227)
#E9E8E9
(233,232,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA85B3; }

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

This text font color is #AA85B3.


Background Color

.myBgColor { background-color: #AA85B3; }

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

This div background color is #AA85B3.


Border color

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

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

This div border color is #AA85B3.


Opacity

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

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

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

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

This text has shadow with #AA85B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA85B3 on black background.


Color preview on white background

This text has color #AA85B3 on white background.



Black color preview on #AA85B3 background

This text has black color on #AA85B3 background.


White color preview on #AA85B3 background

This text has white color on #AA85B3 background.