COLOR #AE5CD0

HEX: #AE5CD0
RGB: (174,92,208)

Color info

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

RGB color model

#AE5CD0 color RGB value is (174,92,208).

  • red value is 174;
  • green value is 92;
  • blue value is 208.
RGB:
(174,92,208)
(68%,36%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 92 of 255 = 36%
B 208 of 255 = 82%

174
92
208

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

Portions of RGB colors in percentages

R + G + B =
174 + 92 + 208 = 474 (100%)
R 174 of 474 ~ 36.71%
G 92 of 474 ~ 19.41%
B 208 of 474 ~ 43.88%

%36.71
%19.41
%43.88

CMYK color model

#AE5CD0 color CMYK value is (16,56,0,18).

  • cyan value is 16.35%
  • magenta value is 55.77%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,56,0,18)
C16M56Y0K18 
(16%,56%,0%,18%)
(0.16/0.56/0.00/0.18)	

CMYK percentages

%16.35
%55.77
%0
%18.43

Codes

Color #AE5CD0 in popluar color models

AE5CD0
RGB17492208
HSL282°55.24%58.82%
HSB/HSV282°55.77%81.57%
CMYK16.35%55.77%0.00%
18.43%

Color #AE5CD0 in popluar number systems.

HEXAE5CD0
Decimal17492208
Binary10101110101110011010000
Octal256134320

Shades and tints

Shades of #AE5CD0

#AE5CD0
(174,92,208)
#9F54BE
(159,84,190)
#904CAC
(144,76,172)
#81449A
(129,68,154)
#723C88
(114,60,136)
#633476
(99,52,118)
#542C64
(84,44,100)
#452452
(69,36,82)
#361C40
(54,28,64)
#27142E
(39,20,46)
#180C1C
(24,12,28)
#000000
(0,0,0)

Tints of #AE5CD0

#AE5CD0
(174,92,208)
#B56AD4
(181,106,212)
#BC78D8
(188,120,216)
#C386DC
(195,134,220)
#CA94E0
(202,148,224)
#D1A2E4
(209,162,228)
#D8B0E8
(216,176,232)
#DFBEEC
(223,190,236)
#E6CCF0
(230,204,240)
#EDDAF4
(237,218,244)
#F4E8F8
(244,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5CD0 color. Also use rgb(174,92,208) instead hex code.

Text Font Color

.myTextColor { color: #AE5CD0; }

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

This text font color is #AE5CD0.


Background Color

.myBgColor { background-color: #AE5CD0; }

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

This div background color is #AE5CD0.


Border color

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

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

This div border color is #AE5CD0.


Opacity

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

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

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

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

This text has shadow with #AE5CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5CD0 on black background.


Color preview on white background

This text has color #AE5CD0 on white background.



Black color preview on #AE5CD0 background

This text has black color on #AE5CD0 background.


White color preview on #AE5CD0 background

This text has white color on #AE5CD0 background.