COLOR #AA4890

HEX: #AA4890
RGB: (170,72,144)

Color info

#AA4890 contains mainly red and blue colors. Web safe color of #AA4890 is #993399 (or #939).

RGB color model

#AA4890 color RGB value is (170,72,144).

  • red value is 170;
  • green value is 72;
  • blue value is 144.
RGB:
(170,72,144)
(67%,28%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 72 of 255 = 28%
B 144 of 255 = 56%

170
72
144

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

Portions of RGB colors in percentages

R + G + B =
170 + 72 + 144 = 386 (100%)
R 170 of 386 ~ 44.04%
G 72 of 386 ~ 18.65%
B 144 of 386 ~ 37.31%

%44.04
%18.65
%37.31

CMYK color model

#AA4890 color CMYK value is (0,58,15,33).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK:
(0,58,15,33)
C0M58Y15K33 
(0%,58%,15%,33%)
(0.00/0.58/0.15/0.33)	

CMYK percentages

%0
%57.65
%15.29
%33.33

Codes

Color #AA4890 in popluar color models

AA4890
RGB17072144
HSL316°40.50%47.45%
HSB/HSV316°57.65%66.67%
CMYK0.00%57.65%15.29%
33.33%

Color #AA4890 in popluar number systems.

HEXAA4890
Decimal17072144
Binary10101010100100010010000
Octal252110220

Shades and tints

Shades of #AA4890

#AA4890
(170,72,144)
#9B4283
(155,66,131)
#8C3C76
(140,60,118)
#7D3669
(125,54,105)
#6E305C
(110,48,92)
#5F2A4F
(95,42,79)
#502442
(80,36,66)
#411E35
(65,30,53)
#321828
(50,24,40)
#23121B
(35,18,27)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #AA4890

#AA4890
(170,72,144)
#B1589A
(177,88,154)
#B868A4
(184,104,164)
#BF78AE
(191,120,174)
#C688B8
(198,136,184)
#CD98C2
(205,152,194)
#D4A8CC
(212,168,204)
#DBB8D6
(219,184,214)
#E2C8E0
(226,200,224)
#E9D8EA
(233,216,234)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4890 color. Also use rgb(170,72,144) instead hex code.

Text Font Color

.myTextColor { color: #AA4890; }

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

This text font color is #AA4890.


Background Color

.myBgColor { background-color: #AA4890; }

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

This div background color is #AA4890.


Border color

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

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

This div border color is #AA4890.


Opacity

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

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

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

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

This text has shadow with #AA4890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4890 on black background.


Color preview on white background

This text has color #AA4890 on white background.



Black color preview on #AA4890 background

This text has black color on #AA4890 background.


White color preview on #AA4890 background

This text has white color on #AA4890 background.