COLOR #AE71C8

HEX: #AE71C8
RGB: (174,113,200)

Color info

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

RGB color model

#AE71C8 color RGB value is (174,113,200).

  • red value is 174;
  • green value is 113;
  • blue value is 200.
RGB:
(174,113,200)
(68%,44%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 113 of 255 = 44%
B 200 of 255 = 78%

174
113
200

R + G + B ~ 63%. #AE71C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 113 + 200 = 487 (100%)
R 174 of 487 ~ 35.73%
G 113 of 487 ~ 23.2%
B 200 of 487 ~ 41.07%

%35.73
%23.2
%41.07

CMYK color model

#AE71C8 color CMYK value is (13,44,0,22).

  • cyan value is 13.00%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,44,0,22)
C13M44Y0K22 
(13%,44%,0%,22%)
(0.13/0.44/0.00/0.22)	

CMYK percentages

%13
%43.5
%0
%21.57

Codes

Color #AE71C8 in popluar color models

AE71C8
RGB174113200
HSL282°44.16%61.37%
HSB/HSV282°43.50%78.43%
CMYK13.00%43.50%0.00%
21.57%

Color #AE71C8 in popluar number systems.

HEXAE71C8
Decimal174113200
Binary10101110111000111001000
Octal256161310

Shades and tints

Shades of #AE71C8

#AE71C8
(174,113,200)
#9F67B6
(159,103,182)
#905DA4
(144,93,164)
#815392
(129,83,146)
#724980
(114,73,128)
#633F6E
(99,63,110)
#54355C
(84,53,92)
#452B4A
(69,43,74)
#362138
(54,33,56)
#271726
(39,23,38)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #AE71C8

#AE71C8
(174,113,200)
#B57DCD
(181,125,205)
#BC89D2
(188,137,210)
#C395D7
(195,149,215)
#CAA1DC
(202,161,220)
#D1ADE1
(209,173,225)
#D8B9E6
(216,185,230)
#DFC5EB
(223,197,235)
#E6D1F0
(230,209,240)
#EDDDF5
(237,221,245)
#F4E9FA
(244,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE71C8 color. Also use rgb(174,113,200) instead hex code.

Text Font Color

.myTextColor { color: #AE71C8; }

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

This text font color is #AE71C8.


Background Color

.myBgColor { background-color: #AE71C8; }

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

This div background color is #AE71C8.


Border color

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

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

This div border color is #AE71C8.


Opacity

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

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

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

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

This text has shadow with #AE71C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE71C8 on black background.


Color preview on white background

This text has color #AE71C8 on white background.



Black color preview on #AE71C8 background

This text has black color on #AE71C8 background.


White color preview on #AE71C8 background

This text has white color on #AE71C8 background.