COLOR #AA5186

HEX: #AA5186
RGB: (170,81,134)

Color info

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

RGB color model

#AA5186 color RGB value is (170,81,134).

  • red value is 170;
  • green value is 81;
  • blue value is 134.
RGB:
(170,81,134)
(67%,32%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 81 of 255 = 32%
B 134 of 255 = 53%

170
81
134

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

Portions of RGB colors in percentages

R + G + B =
170 + 81 + 134 = 385 (100%)
R 170 of 385 ~ 44.16%
G 81 of 385 ~ 21.04%
B 134 of 385 ~ 34.81%

%44.16
%21.04
%34.81

CMYK color model

#AA5186 color CMYK value is (0,52,21,33).

  • cyan value is 0.00%
  • magenta value is 52.35%
  • yellow value is 21.18%
  • key color value is 33.33%
CMYK:
(0,52,21,33)
C0M52Y21K33 
(0%,52%,21%,33%)
(0.00/0.52/0.21/0.33)	

CMYK percentages

%0
%52.35
%21.18
%33.33

Codes

Color #AA5186 in popluar color models

AA5186
RGB17081134
HSL324°35.46%49.22%
HSB/HSV324°52.35%66.67%
CMYK0.00%52.35%21.18%
33.33%

Color #AA5186 in popluar number systems.

HEXAA5186
Decimal17081134
Binary10101010101000110000110
Octal252121206

Shades and tints

Shades of #AA5186

#AA5186
(170,81,134)
#9B4A7A
(155,74,122)
#8C436E
(140,67,110)
#7D3C62
(125,60,98)
#6E3556
(110,53,86)
#5F2E4A
(95,46,74)
#50273E
(80,39,62)
#412032
(65,32,50)
#321926
(50,25,38)
#23121A
(35,18,26)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #AA5186

#AA5186
(170,81,134)
#B16091
(177,96,145)
#B86F9C
(184,111,156)
#BF7EA7
(191,126,167)
#C68DB2
(198,141,178)
#CD9CBD
(205,156,189)
#D4ABC8
(212,171,200)
#DBBAD3
(219,186,211)
#E2C9DE
(226,201,222)
#E9D8E9
(233,216,233)
#F0E7F4
(240,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5186 color. Also use rgb(170,81,134) instead hex code.

Text Font Color

.myTextColor { color: #AA5186; }

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

This text font color is #AA5186.


Background Color

.myBgColor { background-color: #AA5186; }

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

This div background color is #AA5186.


Border color

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

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

This div border color is #AA5186.


Opacity

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

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

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

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

This text has shadow with #AA5186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5186 on black background.


Color preview on white background

This text has color #AA5186 on white background.



Black color preview on #AA5186 background

This text has black color on #AA5186 background.


White color preview on #AA5186 background

This text has white color on #AA5186 background.