COLOR #AA5EF1

HEX: #AA5EF1
RGB: (170,94,241)

Color info

#AA5EF1 contains mainly blue color. Web safe color of #AA5EF1 is #9966FF (or #96F).

RGB color model

#AA5EF1 color RGB value is (170,94,241).

  • red value is 170;
  • green value is 94;
  • blue value is 241.
RGB:
(170,94,241)
(67%,37%,95%)

RGB channels and saturation

R 170 of 255 = 67%
G 94 of 255 = 37%
B 241 of 255 = 95%

170
94
241

R + G + B ~ 66%. #AA5EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 94 + 241 = 505 (100%)
R 170 of 505 ~ 33.66%
G 94 of 505 ~ 18.61%
B 241 of 505 ~ 47.72%

%33.66
%18.61
%47.72

CMYK color model

#AA5EF1 color CMYK value is (29,61,0,5).

  • cyan value is 29.46%
  • magenta value is 61.00%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(29,61,0,5)
C29M61Y0K5 
(29%,61%,0%,5%)
(0.29/0.61/0.00/0.05)	

CMYK percentages

%29.46
%61
%0
%5.49

Codes

Color #AA5EF1 in popluar color models

AA5EF1
RGB17094241
HSL271°84.00%65.69%
HSB/HSV271°61.00%94.51%
CMYK29.46%61.00%0.00%
5.49%

Color #AA5EF1 in popluar number systems.

HEXAA5EF1
Decimal17094241
Binary10101010101111011110001
Octal252136361

Shades and tints

Shades of #AA5EF1

#AA5EF1
(170,94,241)
#9B56DC
(155,86,220)
#8C4EC7
(140,78,199)
#7D46B2
(125,70,178)
#6E3E9D
(110,62,157)
#5F3688
(95,54,136)
#502E73
(80,46,115)
#41265E
(65,38,94)
#321E49
(50,30,73)
#231634
(35,22,52)
#140E1F
(20,14,31)
#000000
(0,0,0)

Tints of #AA5EF1

#AA5EF1
(170,94,241)
#B16CF2
(177,108,242)
#B87AF3
(184,122,243)
#BF88F4
(191,136,244)
#C696F5
(198,150,245)
#CDA4F6
(205,164,246)
#D4B2F7
(212,178,247)
#DBC0F8
(219,192,248)
#E2CEF9
(226,206,249)
#E9DCFA
(233,220,250)
#F0EAFB
(240,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5EF1 color. Also use rgb(170,94,241) instead hex code.

Text Font Color

.myTextColor { color: #AA5EF1; }

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

This text font color is #AA5EF1.


Background Color

.myBgColor { background-color: #AA5EF1; }

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

This div background color is #AA5EF1.


Border color

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

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

This div border color is #AA5EF1.


Opacity

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

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

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

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

This text has shadow with #AA5EF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5EF1 on black background.


Color preview on white background

This text has color #AA5EF1 on white background.



Black color preview on #AA5EF1 background

This text has black color on #AA5EF1 background.


White color preview on #AA5EF1 background

This text has white color on #AA5EF1 background.