COLOR #AE72BA

HEX: #AE72BA
RGB: (174,114,186)

Color info

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

RGB color model

#AE72BA color RGB value is (174,114,186).

  • red value is 174;
  • green value is 114;
  • blue value is 186.
RGB:
(174,114,186)
(68%,45%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 186 of 255 = 73%

174
114
186

R + G + B ~ 62%. #AE72BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 114 + 186 = 474 (100%)
R 174 of 474 ~ 36.71%
G 114 of 474 ~ 24.05%
B 186 of 474 ~ 39.24%

%36.71
%24.05
%39.24

CMYK color model

#AE72BA color CMYK value is (6,39,0,27).

  • cyan value is 6.45%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,39,0,27)
C6M39Y0K27 
(6%,39%,0%,27%)
(0.06/0.39/0.00/0.27)	

CMYK percentages

%6.45
%38.71
%0
%27.06

Codes

Color #AE72BA in popluar color models

AE72BA
RGB174114186
HSL290°34.29%58.82%
HSB/HSV290°38.71%72.94%
CMYK6.45%38.71%0.00%
27.06%

Color #AE72BA in popluar number systems.

HEXAE72BA
Decimal174114186
Binary10101110111001010111010
Octal256162272

Shades and tints

Shades of #AE72BA

#AE72BA
(174,114,186)
#9F68AA
(159,104,170)
#905E9A
(144,94,154)
#81548A
(129,84,138)
#724A7A
(114,74,122)
#63406A
(99,64,106)
#54365A
(84,54,90)
#452C4A
(69,44,74)
#36223A
(54,34,58)
#27182A
(39,24,42)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #AE72BA

#AE72BA
(174,114,186)
#B57EC0
(181,126,192)
#BC8AC6
(188,138,198)
#C396CC
(195,150,204)
#CAA2D2
(202,162,210)
#D1AED8
(209,174,216)
#D8BADE
(216,186,222)
#DFC6E4
(223,198,228)
#E6D2EA
(230,210,234)
#EDDEF0
(237,222,240)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE72BA; }

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

This text font color is #AE72BA.


Background Color

.myBgColor { background-color: #AE72BA; }

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

This div background color is #AE72BA.


Border color

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

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

This div border color is #AE72BA.


Opacity

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

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

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

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

This text has shadow with #AE72BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE72BA on black background.


Color preview on white background

This text has color #AE72BA on white background.



Black color preview on #AE72BA background

This text has black color on #AE72BA background.


White color preview on #AE72BA background

This text has white color on #AE72BA background.