COLOR #AA4D92

HEX: #AA4D92
RGB: (170,77,146)

Color info

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

RGB color model

#AA4D92 color RGB value is (170,77,146).

  • red value is 170;
  • green value is 77;
  • blue value is 146.
RGB:
(170,77,146)
(67%,30%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 77 of 255 = 30%
B 146 of 255 = 57%

170
77
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 77 + 146 = 393 (100%)
R 170 of 393 ~ 43.26%
G 77 of 393 ~ 19.59%
B 146 of 393 ~ 37.15%

%43.26
%19.59
%37.15

CMYK color model

#AA4D92 color CMYK value is (0,55,14,33).

  • cyan value is 0.00%
  • magenta value is 54.71%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,55,14,33)
C0M55Y14K33 
(0%,55%,14%,33%)
(0.00/0.55/0.14/0.33)	

CMYK percentages

%0
%54.71
%14.12
%33.33

Codes

Color #AA4D92 in popluar color models

AA4D92
RGB17077146
HSL315°37.65%48.43%
HSB/HSV315°54.71%66.67%
CMYK0.00%54.71%14.12%
33.33%

Color #AA4D92 in popluar number systems.

HEXAA4D92
Decimal17077146
Binary10101010100110110010010
Octal252115222

Shades and tints

Shades of #AA4D92

#AA4D92
(170,77,146)
#9B4685
(155,70,133)
#8C3F78
(140,63,120)
#7D386B
(125,56,107)
#6E315E
(110,49,94)
#5F2A51
(95,42,81)
#502344
(80,35,68)
#411C37
(65,28,55)
#32152A
(50,21,42)
#230E1D
(35,14,29)
#140710
(20,7,16)
#000000
(0,0,0)

Tints of #AA4D92

#AA4D92
(170,77,146)
#B15D9B
(177,93,155)
#B86DA4
(184,109,164)
#BF7DAD
(191,125,173)
#C68DB6
(198,141,182)
#CD9DBF
(205,157,191)
#D4ADC8
(212,173,200)
#DBBDD1
(219,189,209)
#E2CDDA
(226,205,218)
#E9DDE3
(233,221,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4D92 color. Also use rgb(170,77,146) instead hex code.

Text Font Color

.myTextColor { color: #AA4D92; }

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

This text font color is #AA4D92.


Background Color

.myBgColor { background-color: #AA4D92; }

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

This div background color is #AA4D92.


Border color

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

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

This div border color is #AA4D92.


Opacity

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

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

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

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

This text has shadow with #AA4D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4D92 on black background.


Color preview on white background

This text has color #AA4D92 on white background.



Black color preview on #AA4D92 background

This text has black color on #AA4D92 background.


White color preview on #AA4D92 background

This text has white color on #AA4D92 background.