COLOR #AA72B4

HEX: #AA72B4 RGB: (170,114,180)

Color info

#AA72B4 contains mainly red and blue colors. Web safe color of #AA72B4 is #9966CC (or #96C).

RGB color model

#AA72B4 color RGB value is (170,114,180).

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

RGB channels and saturation

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

170
114
180

R + G + B ~ 61%. #AA72B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 114 + 180 = 464 (100%)
R 170 of 464 ~ 36.64%
G 114 of 464 ~ 24.57%
B 180 of 464 ~ 38.79'%

%36.64
%24.57
%38.79

CMYK color model

#AA72B4 color CMYK value is (6,37,0,29).

  • cyan value is 5.56%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (6,37,0,29) C6M37Y0K29 (6%,37%,0%,29%) (0.06/0.37/0.00/0.29) 

CMYK percentages

%5.56
%36.67
%0
%29.41

Codes

Color #AA72B4 in popluar color models

AA 72 B4
RGB 170 114 180
HSL 291° 30.56% 57.65%
HSB/HSV 291° 36.67% 70.59%
CMYK 5.56% 36.67% 0.00%
29.41%

Color #AA72B4 in popluar number systems.

HEX AA 72 B4
Decimal 170 114 180
Binary 10101010 1110010 10110100
Octal 252 162 264

Shades and tints

Shades of #AA72B4

#AA72B4
(170,114,180)
#9B68A4
(155,104,164)
#8C5E94
(140,94,148)
#7D5484
(125,84,132)
#6E4A74
(110,74,116)
#5F4064
(95,64,100)
#503654
(80,54,84)
#412C44
(65,44,68)
#322234
(50,34,52)
#231824
(35,24,36)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #AA72B4

#AA72B4
(170,114,180)
#B17EBA
(177,126,186)
#B88AC0
(184,138,192)
#BF96C6
(191,150,198)
#C6A2CC
(198,162,204)
#CDAED2
(205,174,210)
#D4BAD8
(212,186,216)
#DBC6DE
(219,198,222)
#E2D2E4
(226,210,228)
#E9DEEA
(233,222,234)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA72B4; }

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

This text font color is #AA72B4.

Background Color

.myBgColor { background-color: #AA72B4; }

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

This div background color is #AA72B4.

Border color

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

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

This div border color is #AA72B4.

Opacity

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

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

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

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

This text has shadow with #AA72B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA72B4.

Preview

Color preview on black background

This text has color #AA72B4 on black background.


Color preview on white background

This text has color #AA72B4 on white background.


Black color preview on #AA72B4 background

This text has black color on #AA72B4 background.


White color preview on #AA72B4 background

This text has white color on #AA72B4 background.


Related colors

Complementary color

Complementary color for #hex is #558D4B.


I love getcolorcode.com

Triadic colors

1 #B4AA72 and #72B4AA with #AA72B4 are triadic colors.

2 #B472AA and #72AAB4 with #AA72B4 are triadic colors.