COLOR #AA4692

HEX: #AA4692
RGB: (170,70,146)

Color info

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

RGB color model

#AA4692 color RGB value is (170,70,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 70 of 255 = 27%
B 146 of 255 = 57%

170
70
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 70 + 146 = 386 (100%)
R 170 of 386 ~ 44.04%
G 70 of 386 ~ 18.13%
B 146 of 386 ~ 37.82%

%44.04
%18.13
%37.82

CMYK color model

#AA4692 color CMYK value is (0,59,14,33).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,59,14,33)
C0M59Y14K33 
(0%,59%,14%,33%)
(0.00/0.59/0.14/0.33)	

CMYK percentages

%0
%58.82
%14.12
%33.33

Codes

Color #AA4692 in popluar color models

AA4692
RGB17070146
HSL314°41.67%47.06%
HSB/HSV314°58.82%66.67%
CMYK0.00%58.82%14.12%
33.33%

Color #AA4692 in popluar number systems.

HEXAA4692
Decimal17070146
Binary10101010100011010010010
Octal252106222

Shades and tints

Shades of #AA4692

#AA4692
(170,70,146)
#9B4085
(155,64,133)
#8C3A78
(140,58,120)
#7D346B
(125,52,107)
#6E2E5E
(110,46,94)
#5F2851
(95,40,81)
#502244
(80,34,68)
#411C37
(65,28,55)
#32162A
(50,22,42)
#23101D
(35,16,29)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #AA4692

#AA4692
(170,70,146)
#B1569B
(177,86,155)
#B866A4
(184,102,164)
#BF76AD
(191,118,173)
#C686B6
(198,134,182)
#CD96BF
(205,150,191)
#D4A6C8
(212,166,200)
#DBB6D1
(219,182,209)
#E2C6DA
(226,198,218)
#E9D6E3
(233,214,227)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4692; }

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

This text font color is #AA4692.


Background Color

.myBgColor { background-color: #AA4692; }

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

This div background color is #AA4692.


Border color

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

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

This div border color is #AA4692.


Opacity

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

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

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

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

This text has shadow with #AA4692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4692 on black background.


Color preview on white background

This text has color #AA4692 on white background.



Black color preview on #AA4692 background

This text has black color on #AA4692 background.


White color preview on #AA4692 background

This text has white color on #AA4692 background.