COLOR #AE93D5

HEX: #AE93D5 RGB: (174,147,213)

Color info

#AE93D5 contains mainly red and blue colors. Web safe color of #AE93D5 is #9999CC (or #99C).

RGB color model

#AE93D5 color RGB value is (174,147,213).

RGB: (174,147,213) (68%, 58%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 213 of 255 = 84%

174
147
213

R + G + B ~ 70%. #AE93D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 147 + 213 = 534 (100%)
R 174 of 534 ~ 32.58%
G 147 of 534 ~ 27.53%
B 213 of 534 ~ 39.89'%

%32.58
%27.53
%39.89

CMYK color model

#AE93D5 color CMYK value is (18,31,0,16).

  • cyan value is 18.31%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,31,0,16)
C18M31Y0K16 (18%, 31%, 0%, 16%)
(0.18 / 0.31 / 0.00 / 0.16)

CMYK percentages

%18.31
%30.99
%0
%16.47

Codes

Color #AE93D5 in popluar color models

AE 93 D5
RGB 174 147 213
HSL 265° 44.00% 70.59%
HSB/HSV 265° 30.99% 83.53%
CMYK 18.31% 30.99% 0.00%
16.47%

Color #AE93D5 in popluar number systems.

HEX AE 93 D5
Decimal 174 147 213
Binary 10101110 10010011 11010101
Octal 256 223 325

Shades and tints

Shades of #AE93D5

#AE93D5
(174,147,213)
#9F86C2
(159,134,194)
#9079AF
(144,121,175)
#816C9C
(129,108,156)
#725F89
(114,95,137)
#635276
(99,82,118)
#544563
(84,69,99)
#453850
(69,56,80)
#362B3D
(54,43,61)
#271E2A
(39,30,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AE93D5

#AE93D5
(174,147,213)
#B59CD8
(181,156,216)
#BCA5DB
(188,165,219)
#C3AEDE
(195,174,222)
#CAB7E1
(202,183,225)
#D1C0E4
(209,192,228)
#D8C9E7
(216,201,231)
#DFD2EA
(223,210,234)
#E6DBED
(230,219,237)
#EDE4F0
(237,228,240)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE93D5 color. Also use rgb(174,147,213) instead hex code.

Text Font Color

.myTextColor { color: #AE93D5; }

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

This text font color is #AE93D5.

Background Color

.myBgColor { background-color: #AE93D5; }

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

This div background color is #AE93D5.

Border color

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

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

This div border color is #AE93D5.

Opacity

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

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

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

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

This text has shadow with #AE93D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE93D5.

Preview

Color preview on black background

This text has color #AE93D5 on black background.


Color preview on white background

This text has color #AE93D5 on white background.


Black color preview on #AE93D5 background

This text has black color on #AE93D5 background.


White color preview on #AE93D5 background

This text has white color on #AE93D5 background.


Related colors

Complementary color

Complementary color for #hex is #516C2A.


I love getcolorcode.com

Triadic colors

1 #D5AE93 and #93D5AE with #AE93D5 are triadic colors.

2 #D593AE and #93AED5 with #AE93D5 are triadic colors.