COLOR #AE93ED

HEX: #AE93ED
RGB: (174,147,237)

Color info

#AE93ED contains mainly blue color. Web safe color of #AE93ED is #9999FF (or #99F).

RGB color model

#AE93ED color RGB value is (174,147,237).

  • red value is 174;
  • green value is 147;
  • blue value is 237.
RGB:
(174,147,237)
(68%,58%,93%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 237 of 255 = 93%

174
147
237

R + G + B ~ 73%. #AE93ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 237 = 558 (100%)
R 174 of 558 ~ 31.18%
G 147 of 558 ~ 26.34%
B 237 of 558 ~ 42.47%

%31.18
%26.34
%42.47

CMYK color model

#AE93ED color CMYK value is (27,38,0,7).

  • cyan value is 26.58%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,38,0,7)
C27M38Y0K7 
(27%,38%,0%,7%)
(0.27/0.38/0.00/0.07)	

CMYK percentages

%26.58
%37.97
%0
%7.06

Codes

Color #AE93ED in popluar color models

AE93ED
RGB174147237
HSL258°71.43%75.29%
HSB/HSV258°37.97%92.94%
CMYK26.58%37.97%0.00%
7.06%

Color #AE93ED in popluar number systems.

HEXAE93ED
Decimal174147237
Binary101011101001001111101101
Octal256223355

Shades and tints

Shades of #AE93ED

#AE93ED
(174,147,237)
#9F86D8
(159,134,216)
#9079C3
(144,121,195)
#816CAE
(129,108,174)
#725F99
(114,95,153)
#635284
(99,82,132)
#54456F
(84,69,111)
#45385A
(69,56,90)
#362B45
(54,43,69)
#271E30
(39,30,48)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #AE93ED

#AE93ED
(174,147,237)
#B59CEE
(181,156,238)
#BCA5EF
(188,165,239)
#C3AEF0
(195,174,240)
#CAB7F1
(202,183,241)
#D1C0F2
(209,192,242)
#D8C9F3
(216,201,243)
#DFD2F4
(223,210,244)
#E6DBF5
(230,219,245)
#EDE4F6
(237,228,246)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE93ED; }

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

This text font color is #AE93ED.


Background Color

.myBgColor { background-color: #AE93ED; }

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

This div background color is #AE93ED.


Border color

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

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

This div border color is #AE93ED.


Opacity

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

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

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

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

This text has shadow with #AE93ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93ED on black background.


Color preview on white background

This text has color #AE93ED on white background.



Black color preview on #AE93ED background

This text has black color on #AE93ED background.


White color preview on #AE93ED background

This text has white color on #AE93ED background.