COLOR #AA5882

HEX: #AA5882
RGB: (170,88,130)

Color info

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

RGB color model

#AA5882 color RGB value is (170,88,130).

  • red value is 170;
  • green value is 88;
  • blue value is 130.
RGB:
(170,88,130)
(67%,35%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 88 of 255 = 35%
B 130 of 255 = 51%

170
88
130

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

Portions of RGB colors in percentages

R + G + B =
170 + 88 + 130 = 388 (100%)
R 170 of 388 ~ 43.81%
G 88 of 388 ~ 22.68%
B 130 of 388 ~ 33.51%

%43.81
%22.68
%33.51

CMYK color model

#AA5882 color CMYK value is (0,48,24,33).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK:
(0,48,24,33)
C0M48Y24K33 
(0%,48%,24%,33%)
(0.00/0.48/0.24/0.33)	

CMYK percentages

%0
%48.24
%23.53
%33.33

Codes

Color #AA5882 in popluar color models

AA5882
RGB17088130
HSL329°32.54%50.59%
HSB/HSV329°48.24%66.67%
CMYK0.00%48.24%23.53%
33.33%

Color #AA5882 in popluar number systems.

HEXAA5882
Decimal17088130
Binary10101010101100010000010
Octal252130202

Shades and tints

Shades of #AA5882

#AA5882
(170,88,130)
#9B5077
(155,80,119)
#8C486C
(140,72,108)
#7D4061
(125,64,97)
#6E3856
(110,56,86)
#5F304B
(95,48,75)
#502840
(80,40,64)
#412035
(65,32,53)
#32182A
(50,24,42)
#23101F
(35,16,31)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #AA5882

#AA5882
(170,88,130)
#B1678D
(177,103,141)
#B87698
(184,118,152)
#BF85A3
(191,133,163)
#C694AE
(198,148,174)
#CDA3B9
(205,163,185)
#D4B2C4
(212,178,196)
#DBC1CF
(219,193,207)
#E2D0DA
(226,208,218)
#E9DFE5
(233,223,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5882; }

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

This text font color is #AA5882.


Background Color

.myBgColor { background-color: #AA5882; }

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

This div background color is #AA5882.


Border color

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

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

This div border color is #AA5882.


Opacity

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

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

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

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

This text has shadow with #AA5882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5882 on black background.


Color preview on white background

This text has color #AA5882 on white background.



Black color preview on #AA5882 background

This text has black color on #AA5882 background.


White color preview on #AA5882 background

This text has white color on #AA5882 background.