COLOR #AE92F1

HEX: #AE92F1
RGB: (174,146,241)

Color info

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

RGB color model

#AE92F1 color RGB value is (174,146,241).

  • red value is 174;
  • green value is 146;
  • blue value is 241.
RGB:
(174,146,241)
(68%,57%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 241 of 255 = 95%

174
146
241

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 241 = 561 (100%)
R 174 of 561 ~ 31.02%
G 146 of 561 ~ 26.02%
B 241 of 561 ~ 42.96%

%31.02
%26.02
%42.96

CMYK color model

#AE92F1 color CMYK value is (28,39,0,5).

  • cyan value is 27.80%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,39,0,5)
C28M39Y0K5 
(28%,39%,0%,5%)
(0.28/0.39/0.00/0.05)	

CMYK percentages

%27.8
%39.42
%0
%5.49

Codes

Color #AE92F1 in popluar color models

AE92F1
RGB174146241
HSL258°77.24%75.88%
HSB/HSV258°39.42%94.51%
CMYK27.80%39.42%0.00%
5.49%

Color #AE92F1 in popluar number systems.

HEXAE92F1
Decimal174146241
Binary101011101001001011110001
Octal256222361

Shades and tints

Shades of #AE92F1

#AE92F1
(174,146,241)
#9F85DC
(159,133,220)
#9078C7
(144,120,199)
#816BB2
(129,107,178)
#725E9D
(114,94,157)
#635188
(99,81,136)
#544473
(84,68,115)
#45375E
(69,55,94)
#362A49
(54,42,73)
#271D34
(39,29,52)
#18101F
(24,16,31)
#000000
(0,0,0)

Tints of #AE92F1

#AE92F1
(174,146,241)
#B59BF2
(181,155,242)
#BCA4F3
(188,164,243)
#C3ADF4
(195,173,244)
#CAB6F5
(202,182,245)
#D1BFF6
(209,191,246)
#D8C8F7
(216,200,247)
#DFD1F8
(223,209,248)
#E6DAF9
(230,218,249)
#EDE3FA
(237,227,250)
#F4ECFB
(244,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE92F1 color. Also use rgb(174,146,241) instead hex code.

Text Font Color

.myTextColor { color: #AE92F1; }

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

This text font color is #AE92F1.


Background Color

.myBgColor { background-color: #AE92F1; }

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

This div background color is #AE92F1.


Border color

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

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

This div border color is #AE92F1.


Opacity

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

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

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

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

This text has shadow with #AE92F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92F1 on black background.


Color preview on white background

This text has color #AE92F1 on white background.



Black color preview on #AE92F1 background

This text has black color on #AE92F1 background.


White color preview on #AE92F1 background

This text has white color on #AE92F1 background.