COLOR #AA72A3

HEX: #AA72A3
RGB: (170,114,163)

Color info

#AA72A3 contains red, green and blue colors in about the same proportion. Web safe color of #AA72A3 is #996699 (or #969).

RGB color model

#AA72A3 color RGB value is (170,114,163).

  • red value is 170;
  • green value is 114;
  • blue value is 163.
RGB:
(170,114,163)
(67%,45%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 114 of 255 = 45%
B 163 of 255 = 64%

170
114
163

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

Portions of RGB colors in percentages

R + G + B =
170 + 114 + 163 = 447 (100%)
R 170 of 447 ~ 38.03%
G 114 of 447 ~ 25.5%
B 163 of 447 ~ 36.47%

%38.03
%25.5
%36.47

CMYK color model

#AA72A3 color CMYK value is (0,33,4,33).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,33,4,33)
C0M33Y4K33 
(0%,33%,4%,33%)
(0.00/0.33/0.04/0.33)	

CMYK percentages

%0
%32.94
%4.12
%33.33

Codes

Color #AA72A3 in popluar color models

AA72A3
RGB170114163
HSL308°24.78%55.69%
HSB/HSV308°32.94%66.67%
CMYK0.00%32.94%4.12%
33.33%

Color #AA72A3 in popluar number systems.

HEXAA72A3
Decimal170114163
Binary10101010111001010100011
Octal252162243

Shades and tints

Shades of #AA72A3

#AA72A3
(170,114,163)
#9B6895
(155,104,149)
#8C5E87
(140,94,135)
#7D5479
(125,84,121)
#6E4A6B
(110,74,107)
#5F405D
(95,64,93)
#50364F
(80,54,79)
#412C41
(65,44,65)
#322233
(50,34,51)
#231825
(35,24,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #AA72A3

#AA72A3
(170,114,163)
#B17EAB
(177,126,171)
#B88AB3
(184,138,179)
#BF96BB
(191,150,187)
#C6A2C3
(198,162,195)
#CDAECB
(205,174,203)
#D4BAD3
(212,186,211)
#DBC6DB
(219,198,219)
#E2D2E3
(226,210,227)
#E9DEEB
(233,222,235)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA72A3 color. Also use rgb(170,114,163) instead hex code.

Text Font Color

.myTextColor { color: #AA72A3; }

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

This text font color is #AA72A3.


Background Color

.myBgColor { background-color: #AA72A3; }

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

This div background color is #AA72A3.


Border color

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

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

This div border color is #AA72A3.


Opacity

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

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

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

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

This text has shadow with #AA72A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA72A3 on black background.


Color preview on white background

This text has color #AA72A3 on white background.



Black color preview on #AA72A3 background

This text has black color on #AA72A3 background.


White color preview on #AA72A3 background

This text has white color on #AA72A3 background.