COLOR #AE50C0

HEX: #AE50C0 RGB: (174,80,192)

Color info

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

RGB color model

#AE50C0 color RGB value is (174,80,192).

RGB: (174,80,192) (68%, 31%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 80 of 255 = 31%
B 192 of 255 = 75%

174
80
192

R + G + B ~ 58%. #AE50C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 80 + 192 = 446 (100%)
R 174 of 446 ~ 39.01%
G 80 of 446 ~ 17.94%
B 192 of 446 ~ 43.05'%

%39.01
%17.94
%43.05

CMYK color model

#AE50C0 color CMYK value is (9,58,0,25).

  • cyan value is 9.38%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (9,58,0,25)
C9M58Y0K25 (9%, 58%, 0%, 25%)
(0.09 / 0.58 / 0.00 / 0.25)

CMYK percentages

%9.38
%58.33
%0
%24.71

Codes

Color #AE50C0 in popluar color models

AE 50 C0
RGB 174 80 192
HSL 290° 47.06% 53.33%
HSB/HSV 290° 58.33% 75.29%
CMYK 9.38% 58.33% 0.00%
24.71%

Color #AE50C0 in popluar number systems.

HEX AE 50 C0
Decimal 174 80 192
Binary 10101110 1010000 11000000
Octal 256 120 300

Shades and tints

Shades of #AE50C0

#AE50C0
(174,80,192)
#9F49AF
(159,73,175)
#90429E
(144,66,158)
#813B8D
(129,59,141)
#72347C
(114,52,124)
#632D6B
(99,45,107)
#54265A
(84,38,90)
#451F49
(69,31,73)
#361838
(54,24,56)
#271127
(39,17,39)
#180A16
(24,10,22)
#000000
(0,0,0)

Tints of #AE50C0

#AE50C0
(174,80,192)
#B55FC5
(181,95,197)
#BC6ECA
(188,110,202)
#C37DCF
(195,125,207)
#CA8CD4
(202,140,212)
#D19BD9
(209,155,217)
#D8AADE
(216,170,222)
#DFB9E3
(223,185,227)
#E6C8E8
(230,200,232)
#EDD7ED
(237,215,237)
#F4E6F2
(244,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE50C0 color. Also use rgb(174,80,192) instead hex code.

Text Font Color

.myTextColor { color: #AE50C0; }

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

This text font color is #AE50C0.

Background Color

.myBgColor { background-color: #AE50C0; }

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

This div background color is #AE50C0.

Border color

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

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

This div border color is #AE50C0.

Opacity

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

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

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

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

This text has shadow with #AE50C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE50C0.

Preview

Color preview on black background

This text has color #AE50C0 on black background.


Color preview on white background

This text has color #AE50C0 on white background.


Black color preview on #AE50C0 background

This text has black color on #AE50C0 background.


White color preview on #AE50C0 background

This text has white color on #AE50C0 background.


Related colors

Complementary color

Complementary color for #hex is #51AF3F.


I love getcolorcode.com

Triadic colors

1 #C0AE50 and #50C0AE with #AE50C0 are triadic colors.

2 #C050AE and #50AEC0 with #AE50C0 are triadic colors.