COLOR #AA65EC

HEX: #AA65EC
RGB: (170,101,236)

Color info

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

RGB color model

#AA65EC color RGB value is (170,101,236).

  • red value is 170;
  • green value is 101;
  • blue value is 236.
RGB:
(170,101,236)
(67%,40%,93%)

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 236 of 255 = 93%

170
101
236

R + G + B ~ 67%. #AA65EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 101 + 236 = 507 (100%)
R 170 of 507 ~ 33.53%
G 101 of 507 ~ 19.92%
B 236 of 507 ~ 46.55%

%33.53
%19.92
%46.55

CMYK color model

#AA65EC color CMYK value is (28,57,0,7).

  • cyan value is 27.97%
  • magenta value is 57.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,57,0,7)
C28M57Y0K7 
(28%,57%,0%,7%)
(0.28/0.57/0.00/0.07)	

CMYK percentages

%27.97
%57.2
%0
%7.45

Codes

Color #AA65EC in popluar color models

AA65EC
RGB170101236
HSL271°78.03%66.08%
HSB/HSV271°57.20%92.55%
CMYK27.97%57.20%0.00%
7.45%

Color #AA65EC in popluar number systems.

HEXAA65EC
Decimal170101236
Binary10101010110010111101100
Octal252145354

Shades and tints

Shades of #AA65EC

#AA65EC
(170,101,236)
#9B5CD7
(155,92,215)
#8C53C2
(140,83,194)
#7D4AAD
(125,74,173)
#6E4198
(110,65,152)
#5F3883
(95,56,131)
#502F6E
(80,47,110)
#412659
(65,38,89)
#321D44
(50,29,68)
#23142F
(35,20,47)
#140B1A
(20,11,26)
#000000
(0,0,0)

Tints of #AA65EC

#AA65EC
(170,101,236)
#B173ED
(177,115,237)
#B881EE
(184,129,238)
#BF8FEF
(191,143,239)
#C69DF0
(198,157,240)
#CDABF1
(205,171,241)
#D4B9F2
(212,185,242)
#DBC7F3
(219,199,243)
#E2D5F4
(226,213,244)
#E9E3F5
(233,227,245)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA65EC color. Also use rgb(170,101,236) instead hex code.

Text Font Color

.myTextColor { color: #AA65EC; }

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

This text font color is #AA65EC.


Background Color

.myBgColor { background-color: #AA65EC; }

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

This div background color is #AA65EC.


Border color

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

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

This div border color is #AA65EC.


Opacity

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

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

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

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

This text has shadow with #AA65EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA65EC on black background.


Color preview on white background

This text has color #AA65EC on white background.



Black color preview on #AA65EC background

This text has black color on #AA65EC background.


White color preview on #AA65EC background

This text has white color on #AA65EC background.