COLOR #AA139A

HEX: #AA139A
RGB: (170,19,154)

Color info

#AA139A contains mainly red and blue colors. Web safe color of #AA139A is #990099 (or #909).

RGB color model

#AA139A color RGB value is (170,19,154).

  • red value is 170;
  • green value is 19;
  • blue value is 154.
RGB:
(170,19,154)
(67%,7%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 19 of 255 = 7%
B 154 of 255 = 60%

170
19
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 19 + 154 = 343 (100%)
R 170 of 343 ~ 49.56%
G 19 of 343 ~ 5.54%
B 154 of 343 ~ 44.9%

%49.56
%44.9

CMYK color model

#AA139A color CMYK value is (0,89,9,33).

  • cyan value is 0.00%
  • magenta value is 88.82%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,89,9,33)
C0M89Y9K33 
(0%,89%,9%,33%)
(0.00/0.89/0.09/0.33)	

CMYK percentages

%0
%88.82
%9.41
%33.33

Codes

Color #AA139A in popluar color models

AA139A
RGB17019154
HSL306°79.89%37.06%
HSB/HSV306°88.82%66.67%
CMYK0.00%88.82%9.41%
33.33%

Color #AA139A in popluar number systems.

HEXAA139A
Decimal17019154
Binary101010101001110011010
Octal25223232

Shades and tints

Shades of #AA139A

#AA139A
(170,19,154)
#9B128C
(155,18,140)
#8C117E
(140,17,126)
#7D1070
(125,16,112)
#6E0F62
(110,15,98)
#5F0E54
(95,14,84)
#500D46
(80,13,70)
#410C38
(65,12,56)
#320B2A
(50,11,42)
#230A1C
(35,10,28)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #AA139A

#AA139A
(170,19,154)
#B128A3
(177,40,163)
#B83DAC
(184,61,172)
#BF52B5
(191,82,181)
#C667BE
(198,103,190)
#CD7CC7
(205,124,199)
#D491D0
(212,145,208)
#DBA6D9
(219,166,217)
#E2BBE2
(226,187,226)
#E9D0EB
(233,208,235)
#F0E5F4
(240,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA139A color. Also use rgb(170,19,154) instead hex code.

Text Font Color

.myTextColor { color: #AA139A; }

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

This text font color is #AA139A.


Background Color

.myBgColor { background-color: #AA139A; }

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

This div background color is #AA139A.


Border color

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

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

This div border color is #AA139A.


Opacity

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

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

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

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

This text has shadow with #AA139A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA139A on black background.


Color preview on white background

This text has color #AA139A on white background.



Black color preview on #AA139A background

This text has black color on #AA139A background.


White color preview on #AA139A background

This text has white color on #AA139A background.