COLOR #AA72E3

HEX: #AA72E3 RGB: (170,114,227)

Color info

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

RGB color model

#AA72E3 color RGB value is (170,114,227).

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

RGB channels and saturation

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

170
114
227

R + G + B ~ 67%. #AA72E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 114 + 227 = 511 (100%)
R 170 of 511 ~ 33.27%
G 114 of 511 ~ 22.31%
B 227 of 511 ~ 44.42'%

%33.27
%22.31
%44.42

CMYK color model

#AA72E3 color CMYK value is (25,50,0,11).

  • cyan value is 25.11%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (25,50,0,11)
C25M50Y0K11 (25%, 50%, 0%, 11%)
(0.25 / 0.50 / 0.00 / 0.11)

CMYK percentages

%25.11
%49.78
%0
%10.98

Codes

Color #AA72E3 in popluar color models

AA 72 E3
RGB 170 114 227
HSL 270° 66.86% 66.86%
HSB/HSV 270° 49.78% 89.02%
CMYK 25.11% 49.78% 0.00%
10.98%

Color #AA72E3 in popluar number systems.

HEX AA 72 E3
Decimal 170 114 227
Binary 10101010 1110010 11100011
Octal 252 162 343

Shades and tints

Shades of #AA72E3

#AA72E3
(170,114,227)
#9B68CF
(155,104,207)
#8C5EBB
(140,94,187)
#7D54A7
(125,84,167)
#6E4A93
(110,74,147)
#5F407F
(95,64,127)
#50366B
(80,54,107)
#412C57
(65,44,87)
#322243
(50,34,67)
#23182F
(35,24,47)
#140E1B
(20,14,27)
#000000
(0,0,0)

Tints of #AA72E3

#AA72E3
(170,114,227)
#B17EE5
(177,126,229)
#B88AE7
(184,138,231)
#BF96E9
(191,150,233)
#C6A2EB
(198,162,235)
#CDAEED
(205,174,237)
#D4BAEF
(212,186,239)
#DBC6F1
(219,198,241)
#E2D2F3
(226,210,243)
#E9DEF5
(233,222,245)
#F0EAF7
(240,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA72E3; }

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

This text font color is #AA72E3.

Background Color

.myBgColor { background-color: #AA72E3; }

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

This div background color is #AA72E3.

Border color

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

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

This div border color is #AA72E3.

Opacity

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

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

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

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

This text has shadow with #AA72E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA72E3.

Preview

Color preview on black background

This text has color #AA72E3 on black background.


Color preview on white background

This text has color #AA72E3 on white background.


Black color preview on #AA72E3 background

This text has black color on #AA72E3 background.


White color preview on #AA72E3 background

This text has white color on #AA72E3 background.


Related colors

Complementary color

Complementary color for #hex is #558D1C.


I love getcolorcode.com

Triadic colors

1 #E3AA72 and #72E3AA with #AA72E3 are triadic colors.

2 #E372AA and #72AAE3 with #AA72E3 are triadic colors.