COLOR #AA85C9

HEX: #AA85C9
RGB: (170,133,201)

Color info

#AA85C9 contains mainly red and blue colors. Web safe color of #AA85C9 is #9999CC (or #99C).

RGB color model

#AA85C9 color RGB value is (170,133,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 201 of 255 = 79%

170
133
201

R + G + B ~ 66%. #AA85C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 133 + 201 = 504 (100%)
R 170 of 504 ~ 33.73%
G 133 of 504 ~ 26.39%
B 201 of 504 ~ 39.88%

%33.73
%26.39
%39.88

CMYK color model

#AA85C9 color CMYK value is (15,34,0,21).

  • cyan value is 15.42%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,34,0,21)
C15M34Y0K21 
(15%,34%,0%,21%)
(0.15/0.34/0.00/0.21)	

CMYK percentages

%15.42
%33.83
%0
%21.18

Codes

Color #AA85C9 in popluar color models

AA85C9
RGB170133201
HSL273°38.64%65.49%
HSB/HSV273°33.83%78.82%
CMYK15.42%33.83%0.00%
21.18%

Color #AA85C9 in popluar number systems.

HEXAA85C9
Decimal170133201
Binary101010101000010111001001
Octal252205311

Shades and tints

Shades of #AA85C9

#AA85C9
(170,133,201)
#9B79B7
(155,121,183)
#8C6DA5
(140,109,165)
#7D6193
(125,97,147)
#6E5581
(110,85,129)
#5F496F
(95,73,111)
#503D5D
(80,61,93)
#41314B
(65,49,75)
#322539
(50,37,57)
#231927
(35,25,39)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #AA85C9

#AA85C9
(170,133,201)
#B190CD
(177,144,205)
#B89BD1
(184,155,209)
#BFA6D5
(191,166,213)
#C6B1D9
(198,177,217)
#CDBCDD
(205,188,221)
#D4C7E1
(212,199,225)
#DBD2E5
(219,210,229)
#E2DDE9
(226,221,233)
#E9E8ED
(233,232,237)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA85C9; }

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

This text font color is #AA85C9.


Background Color

.myBgColor { background-color: #AA85C9; }

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

This div background color is #AA85C9.


Border color

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

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

This div border color is #AA85C9.


Opacity

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

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

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

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

This text has shadow with #AA85C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA85C9 on black background.


Color preview on white background

This text has color #AA85C9 on white background.



Black color preview on #AA85C9 background

This text has black color on #AA85C9 background.


White color preview on #AA85C9 background

This text has white color on #AA85C9 background.