COLOR #AA72B6

HEX: #AA72B6
RGB: (170,114,182)

Color info

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

RGB color model

#AA72B6 color RGB value is (170,114,182).

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

RGB channels and saturation

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

170
114
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 114 + 182 = 466 (100%)
R 170 of 466 ~ 36.48%
G 114 of 466 ~ 24.46%
B 182 of 466 ~ 39.06%

%36.48
%24.46
%39.06

CMYK color model

#AA72B6 color CMYK value is (7,37,0,29).

  • cyan value is 6.59%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,37,0,29)
C7M37Y0K29 
(7%,37%,0%,29%)
(0.07/0.37/0.00/0.29)	

CMYK percentages

%6.59
%37.36
%0
%28.63

Codes

Color #AA72B6 in popluar color models

AA72B6
RGB170114182
HSL289°31.78%58.04%
HSB/HSV289°37.36%71.37%
CMYK6.59%37.36%0.00%
28.63%

Color #AA72B6 in popluar number systems.

HEXAA72B6
Decimal170114182
Binary10101010111001010110110
Octal252162266

Shades and tints

Shades of #AA72B6

#AA72B6
(170,114,182)
#9B68A6
(155,104,166)
#8C5E96
(140,94,150)
#7D5486
(125,84,134)
#6E4A76
(110,74,118)
#5F4066
(95,64,102)
#503656
(80,54,86)
#412C46
(65,44,70)
#322236
(50,34,54)
#231826
(35,24,38)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #AA72B6

#AA72B6
(170,114,182)
#B17EBC
(177,126,188)
#B88AC2
(184,138,194)
#BF96C8
(191,150,200)
#C6A2CE
(198,162,206)
#CDAED4
(205,174,212)
#D4BADA
(212,186,218)
#DBC6E0
(219,198,224)
#E2D2E6
(226,210,230)
#E9DEEC
(233,222,236)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA72B6; }

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

This text font color is #AA72B6.


Background Color

.myBgColor { background-color: #AA72B6; }

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

This div background color is #AA72B6.


Border color

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

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

This div border color is #AA72B6.


Opacity

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

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

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

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

This text has shadow with #AA72B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA72B6 on black background.


Color preview on white background

This text has color #AA72B6 on white background.



Black color preview on #AA72B6 background

This text has black color on #AA72B6 background.


White color preview on #AA72B6 background

This text has white color on #AA72B6 background.