COLOR #AA9FD9

HEX: #AA9FD9
RGB: (170,159,217)

Color info

#AA9FD9 contains red, green and blue colors in about the same proportion. Web safe color of #AA9FD9 is #9999CC (or #99C).

RGB color model

#AA9FD9 color RGB value is (170,159,217).

  • red value is 170;
  • green value is 159;
  • blue value is 217.
RGB:
(170,159,217)
(67%,62%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 217 of 255 = 85%

170
159
217

R + G + B ~ 71%. #AA9FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 217 = 546 (100%)
R 170 of 546 ~ 31.14%
G 159 of 546 ~ 29.12%
B 217 of 546 ~ 39.74%

%31.14
%29.12
%39.74

CMYK color model

#AA9FD9 color CMYK value is (22,27,0,15).

  • cyan value is 21.66%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(22,27,0,15)
C22M27Y0K15 
(22%,27%,0%,15%)
(0.22/0.27/0.00/0.15)	

CMYK percentages

%21.66
%26.73
%0
%14.9

Codes

Color #AA9FD9 in popluar color models

AA9FD9
RGB170159217
HSL251°43.28%73.73%
HSB/HSV251°26.73%85.10%
CMYK21.66%26.73%0.00%
14.90%

Color #AA9FD9 in popluar number systems.

HEXAA9FD9
Decimal170159217
Binary101010101001111111011001
Octal252237331

Shades and tints

Shades of #AA9FD9

#AA9FD9
(170,159,217)
#9B91C6
(155,145,198)
#8C83B3
(140,131,179)
#7D75A0
(125,117,160)
#6E678D
(110,103,141)
#5F597A
(95,89,122)
#504B67
(80,75,103)
#413D54
(65,61,84)
#322F41
(50,47,65)
#23212E
(35,33,46)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #AA9FD9

#AA9FD9
(170,159,217)
#B1A7DC
(177,167,220)
#B8AFDF
(184,175,223)
#BFB7E2
(191,183,226)
#C6BFE5
(198,191,229)
#CDC7E8
(205,199,232)
#D4CFEB
(212,207,235)
#DBD7EE
(219,215,238)
#E2DFF1
(226,223,241)
#E9E7F4
(233,231,244)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9FD9 color. Also use rgb(170,159,217) instead hex code.

Text Font Color

.myTextColor { color: #AA9FD9; }

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

This text font color is #AA9FD9.


Background Color

.myBgColor { background-color: #AA9FD9; }

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

This div background color is #AA9FD9.


Border color

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

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

This div border color is #AA9FD9.


Opacity

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

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

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

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

This text has shadow with #AA9FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9FD9 on black background.


Color preview on white background

This text has color #AA9FD9 on white background.



Black color preview on #AA9FD9 background

This text has black color on #AA9FD9 background.


White color preview on #AA9FD9 background

This text has white color on #AA9FD9 background.