COLOR #AA5AB0

HEX: #AA5AB0 RGB: (170,90,176)

Color info

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

RGB color model

#AA5AB0 color RGB value is (170,90,176).

RGB: (170,90,176) (67%, 35%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 90 of 255 = 35%
B 176 of 255 = 69%

170
90
176

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

Portions of RGB colors in percentages

R + G + B = 170 + 90 + 176 = 436 (100%)
R 170 of 436 ~ 38.99%
G 90 of 436 ~ 20.64%
B 176 of 436 ~ 40.37'%

%38.99
%20.64
%40.37

CMYK color model

#AA5AB0 color CMYK value is (3,49,0,31).

  • cyan value is 3.41%
  • magenta value is 48.86%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (3,49,0,31)
C3M49Y0K31 (3%, 49%, 0%, 31%)
(0.03 / 0.49 / 0.00 / 0.31)

CMYK percentages

%3.41
%48.86
%0
%30.98

Codes

Color #AA5AB0 in popluar color models

AA 5A B0
RGB 170 90 176
HSL 296° 35.25% 52.16%
HSB/HSV 296° 48.86% 69.02%
CMYK 3.41% 48.86% 0.00%
30.98%

Color #AA5AB0 in popluar number systems.

HEX AA 5A B0
Decimal 170 90 176
Binary 10101010 1011010 10110000
Octal 252 132 260

Shades and tints

Shades of #AA5AB0

#AA5AB0
(170,90,176)
#9B52A0
(155,82,160)
#8C4A90
(140,74,144)
#7D4280
(125,66,128)
#6E3A70
(110,58,112)
#5F3260
(95,50,96)
#502A50
(80,42,80)
#412240
(65,34,64)
#321A30
(50,26,48)
#231220
(35,18,32)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #AA5AB0

#AA5AB0
(170,90,176)
#B169B7
(177,105,183)
#B878BE
(184,120,190)
#BF87C5
(191,135,197)
#C696CC
(198,150,204)
#CDA5D3
(205,165,211)
#D4B4DA
(212,180,218)
#DBC3E1
(219,195,225)
#E2D2E8
(226,210,232)
#E9E1EF
(233,225,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5AB0; }

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

This text font color is #AA5AB0.

Background Color

.myBgColor { background-color: #AA5AB0; }

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

This div background color is #AA5AB0.

Border color

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

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

This div border color is #AA5AB0.

Opacity

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

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

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

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

This text has shadow with #AA5AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5AB0.

Preview

Color preview on black background

This text has color #AA5AB0 on black background.


Color preview on white background

This text has color #AA5AB0 on white background.


Black color preview on #AA5AB0 background

This text has black color on #AA5AB0 background.


White color preview on #AA5AB0 background

This text has white color on #AA5AB0 background.


Related colors

Complementary color

Complementary color for #hex is #55A54F.


I love getcolorcode.com

Triadic colors

1 #B0AA5A and #5AB0AA with #AA5AB0 are triadic colors.

2 #B05AAA and #5AAAB0 with #AA5AB0 are triadic colors.