COLOR #AA508B

HEX: #AA508B
RGB: (170,80,139)

Color info

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

RGB color model

#AA508B color RGB value is (170,80,139).

  • red value is 170;
  • green value is 80;
  • blue value is 139.
RGB:
(170,80,139)
(67%,31%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 80 of 255 = 31%
B 139 of 255 = 55%

170
80
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 80 + 139 = 389 (100%)
R 170 of 389 ~ 43.7%
G 80 of 389 ~ 20.57%
B 139 of 389 ~ 35.73%

%43.7
%20.57
%35.73

CMYK color model

#AA508B color CMYK value is (0,53,18,33).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,53,18,33)
C0M53Y18K33 
(0%,53%,18%,33%)
(0.00/0.53/0.18/0.33)	

CMYK percentages

%0
%52.94
%18.24
%33.33

Codes

Color #AA508B in popluar color models

AA508B
RGB17080139
HSL321°36.00%49.02%
HSB/HSV321°52.94%66.67%
CMYK0.00%52.94%18.24%
33.33%

Color #AA508B in popluar number systems.

HEXAA508B
Decimal17080139
Binary10101010101000010001011
Octal252120213

Shades and tints

Shades of #AA508B

#AA508B
(170,80,139)
#9B497F
(155,73,127)
#8C4273
(140,66,115)
#7D3B67
(125,59,103)
#6E345B
(110,52,91)
#5F2D4F
(95,45,79)
#502643
(80,38,67)
#411F37
(65,31,55)
#32182B
(50,24,43)
#23111F
(35,17,31)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #AA508B

#AA508B
(170,80,139)
#B15F95
(177,95,149)
#B86E9F
(184,110,159)
#BF7DA9
(191,125,169)
#C68CB3
(198,140,179)
#CD9BBD
(205,155,189)
#D4AAC7
(212,170,199)
#DBB9D1
(219,185,209)
#E2C8DB
(226,200,219)
#E9D7E5
(233,215,229)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA508B; }

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

This text font color is #AA508B.


Background Color

.myBgColor { background-color: #AA508B; }

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

This div background color is #AA508B.


Border color

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

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

This div border color is #AA508B.


Opacity

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

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

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

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

This text has shadow with #AA508B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA508B on black background.


Color preview on white background

This text has color #AA508B on white background.



Black color preview on #AA508B background

This text has black color on #AA508B background.


White color preview on #AA508B background

This text has white color on #AA508B background.