COLOR #AE78E8

HEX: #AE78E8 RGB: (174,120,232)

Color info

#AE78E8 contains mainly red and blue colors. Web safe color of #AE78E8 is #9966FF (or #96F).

RGB color model

#AE78E8 color RGB value is (174,120,232).

RGB: (174,120,232) (68%, 47%, 91%)

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 232 of 255 = 91%

174
120
232

R + G + B ~ 69%. #AE78E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 120 + 232 = 526 (100%)
R 174 of 526 ~ 33.08%
G 120 of 526 ~ 22.81%
B 232 of 526 ~ 44.11'%

%33.08
%22.81
%44.11

CMYK color model

#AE78E8 color CMYK value is (25,48,0,9).

  • cyan value is 25.00%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (25,48,0,9)
C25M48Y0K9 (25%, 48%, 0%, 9%)
(0.25 / 0.48 / 0.00 / 0.09)

CMYK percentages

%25
%48.28
%0
%9.02

Codes

Color #AE78E8 in popluar color models

AE 78 E8
RGB 174 120 232
HSL 269° 70.89% 69.02%
HSB/HSV 269° 48.28% 90.98%
CMYK 25.00% 48.28% 0.00%
9.02%

Color #AE78E8 in popluar number systems.

HEX AE 78 E8
Decimal 174 120 232
Binary 10101110 1111000 11101000
Octal 256 170 350

Shades and tints

Shades of #AE78E8

#AE78E8
(174,120,232)
#9F6ED3
(159,110,211)
#9064BE
(144,100,190)
#815AA9
(129,90,169)
#725094
(114,80,148)
#63467F
(99,70,127)
#543C6A
(84,60,106)
#453255
(69,50,85)
#362840
(54,40,64)
#271E2B
(39,30,43)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AE78E8

#AE78E8
(174,120,232)
#B584EA
(181,132,234)
#BC90EC
(188,144,236)
#C39CEE
(195,156,238)
#CAA8F0
(202,168,240)
#D1B4F2
(209,180,242)
#D8C0F4
(216,192,244)
#DFCCF6
(223,204,246)
#E6D8F8
(230,216,248)
#EDE4FA
(237,228,250)
#F4F0FC
(244,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE78E8 color. Also use rgb(174,120,232) instead hex code.

Text Font Color

.myTextColor { color: #AE78E8; }

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

This text font color is #AE78E8.

Background Color

.myBgColor { background-color: #AE78E8; }

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

This div background color is #AE78E8.

Border color

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

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

This div border color is #AE78E8.

Opacity

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

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

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

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

This text has shadow with #AE78E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE78E8.

Preview

Color preview on black background

This text has color #AE78E8 on black background.


Color preview on white background

This text has color #AE78E8 on white background.


Black color preview on #AE78E8 background

This text has black color on #AE78E8 background.


White color preview on #AE78E8 background

This text has white color on #AE78E8 background.


Related colors

Complementary color

Complementary color for #hex is #518717.


I love getcolorcode.com

Triadic colors

1 #E8AE78 and #78E8AE with #AE78E8 are triadic colors.

2 #E878AE and #78AEE8 with #AE78E8 are triadic colors.