COLOR #AE54BA

HEX: #AE54BA RGB: (174,84,186)

Color info

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

RGB color model

#AE54BA color RGB value is (174,84,186).

RGB: (174,84,186) (68%, 33%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 84 of 255 = 33%
B 186 of 255 = 73%

174
84
186

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

Portions of RGB colors in percentages

R + G + B = 174 + 84 + 186 = 444 (100%)
R 174 of 444 ~ 39.19%
G 84 of 444 ~ 18.92%
B 186 of 444 ~ 41.89'%

%39.19
%18.92
%41.89

CMYK color model

#AE54BA color CMYK value is (6,55,0,27).

  • cyan value is 6.45%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (6,55,0,27)
C6M55Y0K27 (6%, 55%, 0%, 27%)
(0.06 / 0.55 / 0.00 / 0.27)

CMYK percentages

%6.45
%54.84
%0
%27.06

Codes

Color #AE54BA in popluar color models

AE 54 BA
RGB 174 84 186
HSL 293° 42.50% 52.94%
HSB/HSV 293° 54.84% 72.94%
CMYK 6.45% 54.84% 0.00%
27.06%

Color #AE54BA in popluar number systems.

HEX AE 54 BA
Decimal 174 84 186
Binary 10101110 1010100 10111010
Octal 256 124 272

Shades and tints

Shades of #AE54BA

#AE54BA
(174,84,186)
#9F4DAA
(159,77,170)
#90469A
(144,70,154)
#813F8A
(129,63,138)
#72387A
(114,56,122)
#63316A
(99,49,106)
#542A5A
(84,42,90)
#45234A
(69,35,74)
#361C3A
(54,28,58)
#27152A
(39,21,42)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #AE54BA

#AE54BA
(174,84,186)
#B563C0
(181,99,192)
#BC72C6
(188,114,198)
#C381CC
(195,129,204)
#CA90D2
(202,144,210)
#D19FD8
(209,159,216)
#D8AEDE
(216,174,222)
#DFBDE4
(223,189,228)
#E6CCEA
(230,204,234)
#EDDBF0
(237,219,240)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE54BA; }

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

This text font color is #AE54BA.

Background Color

.myBgColor { background-color: #AE54BA; }

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

This div background color is #AE54BA.

Border color

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

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

This div border color is #AE54BA.

Opacity

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

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

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

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

This text has shadow with #AE54BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE54BA.

Preview

Color preview on black background

This text has color #AE54BA on black background.


Color preview on white background

This text has color #AE54BA on white background.


Black color preview on #AE54BA background

This text has black color on #AE54BA background.


White color preview on #AE54BA background

This text has white color on #AE54BA background.


Related colors

Complementary color

Complementary color for #hex is #51AB45.


I love getcolorcode.com

Triadic colors

1 #BAAE54 and #54BAAE with #AE54BA are triadic colors.

2 #BA54AE and #54AEBA with #AE54BA are triadic colors.