COLOR #AE5FBE

HEX: #AE5FBE
RGB: (174,95,190)

Color info

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

RGB color model

#AE5FBE color RGB value is (174,95,190).

  • red value is 174;
  • green value is 95;
  • blue value is 190.
RGB:
(174,95,190)
(68%,37%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 95 of 255 = 37%
B 190 of 255 = 75%

174
95
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 95 + 190 = 459 (100%)
R 174 of 459 ~ 37.91%
G 95 of 459 ~ 20.7%
B 190 of 459 ~ 41.39%

%37.91
%20.7
%41.39

CMYK color model

#AE5FBE color CMYK value is (8,50,0,25).

  • cyan value is 8.42%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,50,0,25)
C8M50Y0K25 
(8%,50%,0%,25%)
(0.08/0.50/0.00/0.25)	

CMYK percentages

%8.42
%50
%0
%25.49

Codes

Color #AE5FBE in popluar color models

AE5FBE
RGB17495190
HSL290°42.22%55.88%
HSB/HSV290°50.00%74.51%
CMYK8.42%50.00%0.00%
25.49%

Color #AE5FBE in popluar number systems.

HEXAE5FBE
Decimal17495190
Binary10101110101111110111110
Octal256137276

Shades and tints

Shades of #AE5FBE

#AE5FBE
(174,95,190)
#9F57AD
(159,87,173)
#904F9C
(144,79,156)
#81478B
(129,71,139)
#723F7A
(114,63,122)
#633769
(99,55,105)
#542F58
(84,47,88)
#452747
(69,39,71)
#361F36
(54,31,54)
#271725
(39,23,37)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE5FBE

#AE5FBE
(174,95,190)
#B56DC3
(181,109,195)
#BC7BC8
(188,123,200)
#C389CD
(195,137,205)
#CA97D2
(202,151,210)
#D1A5D7
(209,165,215)
#D8B3DC
(216,179,220)
#DFC1E1
(223,193,225)
#E6CFE6
(230,207,230)
#EDDDEB
(237,221,235)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5FBE color. Also use rgb(174,95,190) instead hex code.

Text Font Color

.myTextColor { color: #AE5FBE; }

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

This text font color is #AE5FBE.


Background Color

.myBgColor { background-color: #AE5FBE; }

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

This div background color is #AE5FBE.


Border color

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

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

This div border color is #AE5FBE.


Opacity

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

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

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

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

This text has shadow with #AE5FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5FBE on black background.


Color preview on white background

This text has color #AE5FBE on white background.



Black color preview on #AE5FBE background

This text has black color on #AE5FBE background.


White color preview on #AE5FBE background

This text has white color on #AE5FBE background.