COLOR #AE91DA

HEX: #AE91DA
RGB: (174,145,218)

Color info

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

RGB color model

#AE91DA color RGB value is (174,145,218).

  • red value is 174;
  • green value is 145;
  • blue value is 218.
RGB:
(174,145,218)
(68%,57%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 218 of 255 = 85%

174
145
218

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 218 = 537 (100%)
R 174 of 537 ~ 32.4%
G 145 of 537 ~ 27%
B 218 of 537 ~ 40.6%

%32.4
%27
%40.6

CMYK color model

#AE91DA color CMYK value is (20,33,0,15).

  • cyan value is 20.18%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,33,0,15)
C20M33Y0K15 
(20%,33%,0%,15%)
(0.20/0.33/0.00/0.15)	

CMYK percentages

%20.18
%33.49
%0
%14.51

Codes

Color #AE91DA in popluar color models

AE91DA
RGB174145218
HSL264°49.66%71.18%
HSB/HSV264°33.49%85.49%
CMYK20.18%33.49%0.00%
14.51%

Color #AE91DA in popluar number systems.

HEXAE91DA
Decimal174145218
Binary101011101001000111011010
Octal256221332

Shades and tints

Shades of #AE91DA

#AE91DA
(174,145,218)
#9F84C7
(159,132,199)
#9077B4
(144,119,180)
#816AA1
(129,106,161)
#725D8E
(114,93,142)
#63507B
(99,80,123)
#544368
(84,67,104)
#453655
(69,54,85)
#362942
(54,41,66)
#271C2F
(39,28,47)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #AE91DA

#AE91DA
(174,145,218)
#B59BDD
(181,155,221)
#BCA5E0
(188,165,224)
#C3AFE3
(195,175,227)
#CAB9E6
(202,185,230)
#D1C3E9
(209,195,233)
#D8CDEC
(216,205,236)
#DFD7EF
(223,215,239)
#E6E1F2
(230,225,242)
#EDEBF5
(237,235,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE91DA color. Also use rgb(174,145,218) instead hex code.

Text Font Color

.myTextColor { color: #AE91DA; }

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

This text font color is #AE91DA.


Background Color

.myBgColor { background-color: #AE91DA; }

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

This div background color is #AE91DA.


Border color

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

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

This div border color is #AE91DA.


Opacity

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

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

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

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

This text has shadow with #AE91DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE91DA on black background.


Color preview on white background

This text has color #AE91DA on white background.



Black color preview on #AE91DA background

This text has black color on #AE91DA background.


White color preview on #AE91DA background

This text has white color on #AE91DA background.