COLOR #AA93AA

HEX: #AA93AA RGB: (170,147,170)

Color info

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

RGB color model

#AA93AA color RGB value is (170,147,170).

RGB: (170,147,170) (67%, 58%, 67%)

RGB channels and saturation

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

170
147
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 170 = 487 (100%)
R 170 of 487 ~ 34.91%
G 147 of 487 ~ 30.18%
B 170 of 487 ~ 34.91'%

%34.91
%30.18
%34.91

CMYK color model

#AA93AA color CMYK value is (0,14,0,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (0,14,0,33)
C0M14Y0K33 (0%, 14%, 0%, 33%)
(0.00 / 0.14 / 0.00 / 0.33)

CMYK percentages

%0
%13.53
%0
%33.33

Codes

Color #AA93AA in popluar color models

AA 93 AA
RGB 170 147 170
HSL 300° 11.92% 62.16%
HSB/HSV 300° 13.53% 66.67%
CMYK 0.00% 13.53% 0.00%
33.33%

Color #AA93AA in popluar number systems.

HEX AA 93 AA
Decimal 170 147 170
Binary 10101010 10010011 10101010
Octal 252 223 252

Shades and tints

Shades of #AA93AA

#AA93AA
(170,147,170)
#9B869B
(155,134,155)
#8C798C
(140,121,140)
#7D6C7D
(125,108,125)
#6E5F6E
(110,95,110)
#5F525F
(95,82,95)
#504550
(80,69,80)
#413841
(65,56,65)
#322B32
(50,43,50)
#231E23
(35,30,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AA93AA

#AA93AA
(170,147,170)
#B19CB1
(177,156,177)
#B8A5B8
(184,165,184)
#BFAEBF
(191,174,191)
#C6B7C6
(198,183,198)
#CDC0CD
(205,192,205)
#D4C9D4
(212,201,212)
#DBD2DB
(219,210,219)
#E2DBE2
(226,219,226)
#E9E4E9
(233,228,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA93AA; }

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

This text font color is #AA93AA.

Background Color

.myBgColor { background-color: #AA93AA; }

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

This div background color is #AA93AA.

Border color

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

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

This div border color is #AA93AA.

Opacity

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

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

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

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

This text has shadow with #AA93AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA93AA.

Preview

Color preview on black background

This text has color #AA93AA on black background.


Color preview on white background

This text has color #AA93AA on white background.


Black color preview on #AA93AA background

This text has black color on #AA93AA background.


White color preview on #AA93AA background

This text has white color on #AA93AA background.


Related colors

Complementary color

Complementary color for #hex is #556C55.


I love getcolorcode.com

Triadic colors

1 #AAAA93 and #93AAAA with #AA93AA are triadic colors.

2 #AA93AA and #93AAAA with #AA93AA are triadic colors.