COLOR #AA53F0

HEX: #AA53F0
RGB: (170,83,240)

Color info

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

RGB color model

#AA53F0 color RGB value is (170,83,240).

  • red value is 170;
  • green value is 83;
  • blue value is 240.
RGB:
(170,83,240)
(67%,33%,94%)

RGB channels and saturation

R 170 of 255 = 67%
G 83 of 255 = 33%
B 240 of 255 = 94%

170
83
240

R + G + B ~ 65%. #AA53F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 83 + 240 = 493 (100%)
R 170 of 493 ~ 34.48%
G 83 of 493 ~ 16.84%
B 240 of 493 ~ 48.68%

%34.48
%16.84
%48.68

CMYK color model

#AA53F0 color CMYK value is (29,65,0,6).

  • cyan value is 29.17%
  • magenta value is 65.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(29,65,0,6)
C29M65Y0K6 
(29%,65%,0%,6%)
(0.29/0.65/0.00/0.06)	

CMYK percentages

%29.17
%65.42
%0
%5.88

Codes

Color #AA53F0 in popluar color models

AA53F0
RGB17083240
HSL273°83.96%63.33%
HSB/HSV273°65.42%94.12%
CMYK29.17%65.42%0.00%
5.88%

Color #AA53F0 in popluar number systems.

HEXAA53F0
Decimal17083240
Binary10101010101001111110000
Octal252123360

Shades and tints

Shades of #AA53F0

#AA53F0
(170,83,240)
#9B4CDB
(155,76,219)
#8C45C6
(140,69,198)
#7D3EB1
(125,62,177)
#6E379C
(110,55,156)
#5F3087
(95,48,135)
#502972
(80,41,114)
#41225D
(65,34,93)
#321B48
(50,27,72)
#231433
(35,20,51)
#140D1E
(20,13,30)
#000000
(0,0,0)

Tints of #AA53F0

#AA53F0
(170,83,240)
#B162F1
(177,98,241)
#B871F2
(184,113,242)
#BF80F3
(191,128,243)
#C68FF4
(198,143,244)
#CD9EF5
(205,158,245)
#D4ADF6
(212,173,246)
#DBBCF7
(219,188,247)
#E2CBF8
(226,203,248)
#E9DAF9
(233,218,249)
#F0E9FA
(240,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA53F0 color. Also use rgb(170,83,240) instead hex code.

Text Font Color

.myTextColor { color: #AA53F0; }

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

This text font color is #AA53F0.


Background Color

.myBgColor { background-color: #AA53F0; }

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

This div background color is #AA53F0.


Border color

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

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

This div border color is #AA53F0.


Opacity

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

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

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

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

This text has shadow with #AA53F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA53F0 on black background.


Color preview on white background

This text has color #AA53F0 on white background.



Black color preview on #AA53F0 background

This text has black color on #AA53F0 background.


White color preview on #AA53F0 background

This text has white color on #AA53F0 background.