COLOR #AA72AA

HEX: #AA72AA RGB: (170,114,170)

Color info

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

RGB color model

#AA72AA color RGB value is (170,114,170).

RGB: (170,114,170) (67%, 45%, 67%)

RGB channels and saturation

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

170
114
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 114 + 170 = 454 (100%)
R 170 of 454 ~ 37.44%
G 114 of 454 ~ 25.11%
B 170 of 454 ~ 37.44'%

%37.44
%25.11
%37.44

CMYK color model

#AA72AA color CMYK value is (0,33,0,33).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (0,33,0,33)
C0M33Y0K33 (0%, 33%, 0%, 33%)
(0.00 / 0.33 / 0.00 / 0.33)

CMYK percentages

%0
%32.94
%0
%33.33

Codes

Color #AA72AA in popluar color models

AA 72 AA
RGB 170 114 170
HSL 300° 24.78% 55.69%
HSB/HSV 300° 32.94% 66.67%
CMYK 0.00% 32.94% 0.00%
33.33%

Color #AA72AA in popluar number systems.

HEX AA 72 AA
Decimal 170 114 170
Binary 10101010 1110010 10101010
Octal 252 162 252

Shades and tints

Shades of #AA72AA

#AA72AA
(170,114,170)
#9B689B
(155,104,155)
#8C5E8C
(140,94,140)
#7D547D
(125,84,125)
#6E4A6E
(110,74,110)
#5F405F
(95,64,95)
#503650
(80,54,80)
#412C41
(65,44,65)
#322232
(50,34,50)
#231823
(35,24,35)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #AA72AA

#AA72AA
(170,114,170)
#B17EB1
(177,126,177)
#B88AB8
(184,138,184)
#BF96BF
(191,150,191)
#C6A2C6
(198,162,198)
#CDAECD
(205,174,205)
#D4BAD4
(212,186,212)
#DBC6DB
(219,198,219)
#E2D2E2
(226,210,226)
#E9DEE9
(233,222,233)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA72AA; }

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

This text font color is #AA72AA.

Background Color

.myBgColor { background-color: #AA72AA; }

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

This div background color is #AA72AA.

Border color

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

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

This div border color is #AA72AA.

Opacity

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

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

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

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

This text has shadow with #AA72AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA72AA.

Preview

Color preview on black background

This text has color #AA72AA on black background.


Color preview on white background

This text has color #AA72AA on white background.


Black color preview on #AA72AA background

This text has black color on #AA72AA background.


White color preview on #AA72AA background

This text has white color on #AA72AA background.


Related colors

Complementary color

Complementary color for #hex is #558D55.


I love getcolorcode.com

Triadic colors

1 #AAAA72 and #72AAAA with #AA72AA are triadic colors.

2 #AA72AA and #72AAAA with #AA72AA are triadic colors.