COLOR #AA79E5

HEX: #AA79E5
RGB: (170,121,229)

Color info

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

RGB color model

#AA79E5 color RGB value is (170,121,229).

  • red value is 170;
  • green value is 121;
  • blue value is 229.
RGB:
(170,121,229)
(67%,47%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 229 of 255 = 90%

170
121
229

R + G + B ~ 68%. #AA79E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 121 + 229 = 520 (100%)
R 170 of 520 ~ 32.69%
G 121 of 520 ~ 23.27%
B 229 of 520 ~ 44.04%

%32.69
%23.27
%44.04

CMYK color model

#AA79E5 color CMYK value is (26,47,0,10).

  • cyan value is 25.76%
  • magenta value is 47.16%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(26,47,0,10)
C26M47Y0K10 
(26%,47%,0%,10%)
(0.26/0.47/0.00/0.10)	

CMYK percentages

%25.76
%47.16
%0
%10.2

Codes

Color #AA79E5 in popluar color models

AA79E5
RGB170121229
HSL267°67.50%68.63%
HSB/HSV267°47.16%89.80%
CMYK25.76%47.16%0.00%
10.20%

Color #AA79E5 in popluar number systems.

HEXAA79E5
Decimal170121229
Binary10101010111100111100101
Octal252171345

Shades and tints

Shades of #AA79E5

#AA79E5
(170,121,229)
#9B6ED1
(155,110,209)
#8C63BD
(140,99,189)
#7D58A9
(125,88,169)
#6E4D95
(110,77,149)
#5F4281
(95,66,129)
#50376D
(80,55,109)
#412C59
(65,44,89)
#322145
(50,33,69)
#231631
(35,22,49)
#140B1D
(20,11,29)
#000000
(0,0,0)

Tints of #AA79E5

#AA79E5
(170,121,229)
#B185E7
(177,133,231)
#B891E9
(184,145,233)
#BF9DEB
(191,157,235)
#C6A9ED
(198,169,237)
#CDB5EF
(205,181,239)
#D4C1F1
(212,193,241)
#DBCDF3
(219,205,243)
#E2D9F5
(226,217,245)
#E9E5F7
(233,229,247)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA79E5 color. Also use rgb(170,121,229) instead hex code.

Text Font Color

.myTextColor { color: #AA79E5; }

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

This text font color is #AA79E5.


Background Color

.myBgColor { background-color: #AA79E5; }

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

This div background color is #AA79E5.


Border color

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

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

This div border color is #AA79E5.


Opacity

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

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

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

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

This text has shadow with #AA79E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA79E5 on black background.


Color preview on white background

This text has color #AA79E5 on white background.



Black color preview on #AA79E5 background

This text has black color on #AA79E5 background.


White color preview on #AA79E5 background

This text has white color on #AA79E5 background.