COLOR #AA79F7

HEX: #AA79F7
RGB: (170,121,247)

Color info

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

RGB color model

#AA79F7 color RGB value is (170,121,247).

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

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 247 of 255 = 97%

170
121
247

R + G + B ~ 70%. #AA79F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 121 + 247 = 538 (100%)
R 170 of 538 ~ 31.6%
G 121 of 538 ~ 22.49%
B 247 of 538 ~ 45.91%

%31.6
%22.49
%45.91

CMYK color model

#AA79F7 color CMYK value is (31,51,0,3).

  • cyan value is 31.17%
  • magenta value is 51.01%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(31,51,0,3)
C31M51Y0K3 
(31%,51%,0%,3%)
(0.31/0.51/0.00/0.03)	

CMYK percentages

%31.17
%51.01
%0
%3.14

Codes

Color #AA79F7 in popluar color models

AA79F7
RGB170121247
HSL263°88.73%72.16%
HSB/HSV263°51.01%96.86%
CMYK31.17%51.01%0.00%
3.14%

Color #AA79F7 in popluar number systems.

HEXAA79F7
Decimal170121247
Binary10101010111100111110111
Octal252171367

Shades and tints

Shades of #AA79F7

#AA79F7
(170,121,247)
#9B6EE1
(155,110,225)
#8C63CB
(140,99,203)
#7D58B5
(125,88,181)
#6E4D9F
(110,77,159)
#5F4289
(95,66,137)
#503773
(80,55,115)
#412C5D
(65,44,93)
#322147
(50,33,71)
#231631
(35,22,49)
#140B1B
(20,11,27)
#000000
(0,0,0)

Tints of #AA79F7

#AA79F7
(170,121,247)
#B185F7
(177,133,247)
#B891F7
(184,145,247)
#BF9DF7
(191,157,247)
#C6A9F7
(198,169,247)
#CDB5F7
(205,181,247)
#D4C1F7
(212,193,247)
#DBCDF7
(219,205,247)
#E2D9F7
(226,217,247)
#E9E5F7
(233,229,247)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA79F7; }

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

This text font color is #AA79F7.


Background Color

.myBgColor { background-color: #AA79F7; }

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

This div background color is #AA79F7.


Border color

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

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

This div border color is #AA79F7.


Opacity

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

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

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

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

This text has shadow with #AA79F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA79F7 on black background.


Color preview on white background

This text has color #AA79F7 on white background.



Black color preview on #AA79F7 background

This text has black color on #AA79F7 background.


White color preview on #AA79F7 background

This text has white color on #AA79F7 background.