COLOR #AA95AA

HEX: #AA95AA
RGB: (170,149,170)

Color info

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

RGB color model

#AA95AA color RGB value is (170,149,170).

  • red value is 170;
  • green value is 149;
  • blue value is 170.
RGB: (170,149,170) (67%,58%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 170 of 255 = 67%

170
149
170

R + G + B ~ 64%. #AA95AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 170 = 489 (100%)
R 170 of 489 ~ 34.76%
G 149 of 489 ~ 30.47%
B 170 of 489 ~ 34.76%

%34.76
%30.47
%34.76

CMYK color model

#AA95AA color CMYK value is (0,12,0,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (0,12,0,33) C0M12Y0K33 (0%,12%,0%,33%) (0.00/0.12/0.00/0.33)

CMYK percentages

%0
%12.35
%0
%33.33

Codes

Color #AA95AA in popluar color models

AA95AA
RGB170149170
HSL300°10.99%62.55%
HSB/HSV300°12.35%66.67%
CMYK0.00%12.35%0.00%
33.33%

Color #AA95AA in popluar number systems.

HEXAA95AA
Decimal170149170
Binary101010101001010110101010
Octal252225252

Shades and tints

Shades of #AA95AA

#AA95AA
(170,149,170)
#9B889B
(155,136,155)
#8C7B8C
(140,123,140)
#7D6E7D
(125,110,125)
#6E616E
(110,97,110)
#5F545F
(95,84,95)
#504750
(80,71,80)
#413A41
(65,58,65)
#322D32
(50,45,50)
#232023
(35,32,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA95AA

#AA95AA
(170,149,170)
#B19EB1
(177,158,177)
#B8A7B8
(184,167,184)
#BFB0BF
(191,176,191)
#C6B9C6
(198,185,198)
#CDC2CD
(205,194,205)
#D4CBD4
(212,203,212)
#DBD4DB
(219,212,219)
#E2DDE2
(226,221,226)
#E9E6E9
(233,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA95AA; }

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

This text font color is #AA95AA.


Background Color

.myBgColor { background-color: #AA95AA; }

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

This div background color is #AA95AA.


Border color

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

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

This div border color is #AA95AA.


Opacity

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

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

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

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

This text has shadow with #AA95AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AA95AA on black background.


Color preview on white background

This text has color #AA95AA on white background.



Black color preview on #AA95AA background

This text has black color on #AA95AA background.


White color preview on #AA95AA background

This text has white color on #AA95AA background.