COLOR #AA85CB

HEX: #AA85CB
RGB: (170,133,203)

Color info

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

RGB color model

#AA85CB color RGB value is (170,133,203).

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

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 203 of 255 = 80%

170
133
203

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

Portions of RGB colors in percentages

R + G + B =
170 + 133 + 203 = 506 (100%)
R 170 of 506 ~ 33.6%
G 133 of 506 ~ 26.28%
B 203 of 506 ~ 40.12%

%33.6
%26.28
%40.12

CMYK color model

#AA85CB color CMYK value is (16,34,0,20).

  • cyan value is 16.26%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,34,0,20)
C16M34Y0K20 
(16%,34%,0%,20%)
(0.16/0.34/0.00/0.20)	

CMYK percentages

%16.26
%34.48
%0
%20.39

Codes

Color #AA85CB in popluar color models

AA85CB
RGB170133203
HSL272°40.23%65.88%
HSB/HSV272°34.48%79.61%
CMYK16.26%34.48%0.00%
20.39%

Color #AA85CB in popluar number systems.

HEXAA85CB
Decimal170133203
Binary101010101000010111001011
Octal252205313

Shades and tints

Shades of #AA85CB

#AA85CB
(170,133,203)
#9B79B9
(155,121,185)
#8C6DA7
(140,109,167)
#7D6195
(125,97,149)
#6E5583
(110,85,131)
#5F4971
(95,73,113)
#503D5F
(80,61,95)
#41314D
(65,49,77)
#32253B
(50,37,59)
#231929
(35,25,41)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #AA85CB

#AA85CB
(170,133,203)
#B190CF
(177,144,207)
#B89BD3
(184,155,211)
#BFA6D7
(191,166,215)
#C6B1DB
(198,177,219)
#CDBCDF
(205,188,223)
#D4C7E3
(212,199,227)
#DBD2E7
(219,210,231)
#E2DDEB
(226,221,235)
#E9E8EF
(233,232,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA85CB; }

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

This text font color is #AA85CB.


Background Color

.myBgColor { background-color: #AA85CB; }

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

This div background color is #AA85CB.


Border color

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

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

This div border color is #AA85CB.


Opacity

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

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

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

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

This text has shadow with #AA85CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA85CB on black background.


Color preview on white background

This text has color #AA85CB on white background.



Black color preview on #AA85CB background

This text has black color on #AA85CB background.


White color preview on #AA85CB background

This text has white color on #AA85CB background.