COLOR #AA519F

HEX: #AA519F
RGB: (170,81,159)

Color info

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

RGB color model

#AA519F color RGB value is (170,81,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 81 of 255 = 32%
B 159 of 255 = 62%

170
81
159

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

Portions of RGB colors in percentages

R + G + B =
170 + 81 + 159 = 410 (100%)
R 170 of 410 ~ 41.46%
G 81 of 410 ~ 19.76%
B 159 of 410 ~ 38.78%

%41.46
%19.76
%38.78

CMYK color model

#AA519F color CMYK value is (0,52,6,33).

  • cyan value is 0.00%
  • magenta value is 52.35%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK:
(0,52,6,33)
C0M52Y6K33 
(0%,52%,6%,33%)
(0.00/0.52/0.06/0.33)	

CMYK percentages

%0
%52.35
%6.47
%33.33

Codes

Color #AA519F in popluar color models

AA519F
RGB17081159
HSL307°35.46%49.22%
HSB/HSV307°52.35%66.67%
CMYK0.00%52.35%6.47%
33.33%

Color #AA519F in popluar number systems.

HEXAA519F
Decimal17081159
Binary10101010101000110011111
Octal252121237

Shades and tints

Shades of #AA519F

#AA519F
(170,81,159)
#9B4A91
(155,74,145)
#8C4383
(140,67,131)
#7D3C75
(125,60,117)
#6E3567
(110,53,103)
#5F2E59
(95,46,89)
#50274B
(80,39,75)
#41203D
(65,32,61)
#32192F
(50,25,47)
#231221
(35,18,33)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #AA519F

#AA519F
(170,81,159)
#B160A7
(177,96,167)
#B86FAF
(184,111,175)
#BF7EB7
(191,126,183)
#C68DBF
(198,141,191)
#CD9CC7
(205,156,199)
#D4ABCF
(212,171,207)
#DBBAD7
(219,186,215)
#E2C9DF
(226,201,223)
#E9D8E7
(233,216,231)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA519F; }

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

This text font color is #AA519F.


Background Color

.myBgColor { background-color: #AA519F; }

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

This div background color is #AA519F.


Border color

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

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

This div border color is #AA519F.


Opacity

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

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

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

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

This text has shadow with #AA519F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA519F on black background.


Color preview on white background

This text has color #AA519F on white background.



Black color preview on #AA519F background

This text has black color on #AA519F background.


White color preview on #AA519F background

This text has white color on #AA519F background.