COLOR #AA559B

HEX: #AA559B
RGB: (170,85,155)

Color info

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

RGB color model

#AA559B color RGB value is (170,85,155).

  • red value is 170;
  • green value is 85;
  • blue value is 155.
RGB:
(170,85,155)
(67%,33%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 85 of 255 = 33%
B 155 of 255 = 61%

170
85
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 85 + 155 = 410 (100%)
R 170 of 410 ~ 41.46%
G 85 of 410 ~ 20.73%
B 155 of 410 ~ 37.8%

%41.46
%20.73
%37.8

CMYK color model

#AA559B color CMYK value is (0,50,9,33).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(0,50,9,33)
C0M50Y9K33 
(0%,50%,9%,33%)
(0.00/0.50/0.09/0.33)	

CMYK percentages

%0
%50
%8.82
%33.33

Codes

Color #AA559B in popluar color models

AA559B
RGB17085155
HSL311°33.33%50.00%
HSB/HSV311°50.00%66.67%
CMYK0.00%50.00%8.82%
33.33%

Color #AA559B in popluar number systems.

HEXAA559B
Decimal17085155
Binary10101010101010110011011
Octal252125233

Shades and tints

Shades of #AA559B

#AA559B
(170,85,155)
#9B4E8D
(155,78,141)
#8C477F
(140,71,127)
#7D4071
(125,64,113)
#6E3963
(110,57,99)
#5F3255
(95,50,85)
#502B47
(80,43,71)
#412439
(65,36,57)
#321D2B
(50,29,43)
#23161D
(35,22,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA559B

#AA559B
(170,85,155)
#B164A4
(177,100,164)
#B873AD
(184,115,173)
#BF82B6
(191,130,182)
#C691BF
(198,145,191)
#CDA0C8
(205,160,200)
#D4AFD1
(212,175,209)
#DBBEDA
(219,190,218)
#E2CDE3
(226,205,227)
#E9DCEC
(233,220,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA559B; }

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

This text font color is #AA559B.


Background Color

.myBgColor { background-color: #AA559B; }

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

This div background color is #AA559B.


Border color

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

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

This div border color is #AA559B.


Opacity

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

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

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

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

This text has shadow with #AA559B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA559B on black background.


Color preview on white background

This text has color #AA559B on white background.



Black color preview on #AA559B background

This text has black color on #AA559B background.


White color preview on #AA559B background

This text has white color on #AA559B background.