COLOR #AE54B4

HEX: #AE54B4
RGB: (174,84,180)

Color info

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

RGB color model

#AE54B4 color RGB value is (174,84,180).

  • red value is 174;
  • green value is 84;
  • blue value is 180.
RGB:
(174,84,180)
(68%,33%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 84 of 255 = 33%
B 180 of 255 = 71%

174
84
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 84 + 180 = 438 (100%)
R 174 of 438 ~ 39.73%
G 84 of 438 ~ 19.18%
B 180 of 438 ~ 41.1%

%39.73
%19.18
%41.1

CMYK color model

#AE54B4 color CMYK value is (3,53,0,29).

  • cyan value is 3.33%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(3,53,0,29)
C3M53Y0K29 
(3%,53%,0%,29%)
(0.03/0.53/0.00/0.29)	

CMYK percentages

%3.33
%53.33
%0
%29.41

Codes

Color #AE54B4 in popluar color models

AE54B4
RGB17484180
HSL296°39.02%51.76%
HSB/HSV296°53.33%70.59%
CMYK3.33%53.33%0.00%
29.41%

Color #AE54B4 in popluar number systems.

HEXAE54B4
Decimal17484180
Binary10101110101010010110100
Octal256124264

Shades and tints

Shades of #AE54B4

#AE54B4
(174,84,180)
#9F4DA4
(159,77,164)
#904694
(144,70,148)
#813F84
(129,63,132)
#723874
(114,56,116)
#633164
(99,49,100)
#542A54
(84,42,84)
#452344
(69,35,68)
#361C34
(54,28,52)
#271524
(39,21,36)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE54B4

#AE54B4
(174,84,180)
#B563BA
(181,99,186)
#BC72C0
(188,114,192)
#C381C6
(195,129,198)
#CA90CC
(202,144,204)
#D19FD2
(209,159,210)
#D8AED8
(216,174,216)
#DFBDDE
(223,189,222)
#E6CCE4
(230,204,228)
#EDDBEA
(237,219,234)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE54B4; }

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

This text font color is #AE54B4.


Background Color

.myBgColor { background-color: #AE54B4; }

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

This div background color is #AE54B4.


Border color

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

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

This div border color is #AE54B4.


Opacity

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

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

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

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

This text has shadow with #AE54B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE54B4 on black background.


Color preview on white background

This text has color #AE54B4 on white background.



Black color preview on #AE54B4 background

This text has black color on #AE54B4 background.


White color preview on #AE54B4 background

This text has white color on #AE54B4 background.