COLOR #AA5C9A

HEX: #AA5C9A
RGB: (170,92,154)

Color info

#AA5C9A contains mainly red and blue colors. Web safe color of #AA5C9A is #996699 (or #969).

RGB color model

#AA5C9A color RGB value is (170,92,154).

  • red value is 170;
  • green value is 92;
  • blue value is 154.
RGB:
(170,92,154)
(67%,36%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 92 of 255 = 36%
B 154 of 255 = 60%

170
92
154

R + G + B ~ 54%. #AA5C9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 92 + 154 = 416 (100%)
R 170 of 416 ~ 40.87%
G 92 of 416 ~ 22.12%
B 154 of 416 ~ 37.02%

%40.87
%22.12
%37.02

CMYK color model

#AA5C9A color CMYK value is (0,46,9,33).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,46,9,33)
C0M46Y9K33 
(0%,46%,9%,33%)
(0.00/0.46/0.09/0.33)	

CMYK percentages

%0
%45.88
%9.41
%33.33

Codes

Color #AA5C9A in popluar color models

AA5C9A
RGB17092154
HSL312°31.45%51.37%
HSB/HSV312°45.88%66.67%
CMYK0.00%45.88%9.41%
33.33%

Color #AA5C9A in popluar number systems.

HEXAA5C9A
Decimal17092154
Binary10101010101110010011010
Octal252134232

Shades and tints

Shades of #AA5C9A

#AA5C9A
(170,92,154)
#9B548C
(155,84,140)
#8C4C7E
(140,76,126)
#7D4470
(125,68,112)
#6E3C62
(110,60,98)
#5F3454
(95,52,84)
#502C46
(80,44,70)
#412438
(65,36,56)
#321C2A
(50,28,42)
#23141C
(35,20,28)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #AA5C9A

#AA5C9A
(170,92,154)
#B16AA3
(177,106,163)
#B878AC
(184,120,172)
#BF86B5
(191,134,181)
#C694BE
(198,148,190)
#CDA2C7
(205,162,199)
#D4B0D0
(212,176,208)
#DBBED9
(219,190,217)
#E2CCE2
(226,204,226)
#E9DAEB
(233,218,235)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5C9A; }

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

This text font color is #AA5C9A.


Background Color

.myBgColor { background-color: #AA5C9A; }

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

This div background color is #AA5C9A.


Border color

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

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

This div border color is #AA5C9A.


Opacity

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

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

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

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

This text has shadow with #AA5C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5C9A on black background.


Color preview on white background

This text has color #AA5C9A on white background.



Black color preview on #AA5C9A background

This text has black color on #AA5C9A background.


White color preview on #AA5C9A background

This text has white color on #AA5C9A background.