COLOR #AA76E6

HEX: #AA76E6
RGB: (170,118,230)

Color info

#AA76E6 contains mainly blue color. Web safe color of #AA76E6 is #9966CC (or #96C).

RGB color model

#AA76E6 color RGB value is (170,118,230).

  • red value is 170;
  • green value is 118;
  • blue value is 230.
RGB:
(170,118,230)
(67%,46%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 230 of 255 = 90%

170
118
230

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

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 230 = 518 (100%)
R 170 of 518 ~ 32.82%
G 118 of 518 ~ 22.78%
B 230 of 518 ~ 44.4%

%32.82
%22.78
%44.4

CMYK color model

#AA76E6 color CMYK value is (26,49,0,10).

  • cyan value is 26.09%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,49,0,10)
C26M49Y0K10 
(26%,49%,0%,10%)
(0.26/0.49/0.00/0.10)	

CMYK percentages

%26.09
%48.7
%0
%9.8

Codes

Color #AA76E6 in popluar color models

AA76E6
RGB170118230
HSL268°69.14%68.24%
HSB/HSV268°48.70%90.20%
CMYK26.09%48.70%0.00%
9.80%

Color #AA76E6 in popluar number systems.

HEXAA76E6
Decimal170118230
Binary10101010111011011100110
Octal252166346

Shades and tints

Shades of #AA76E6

#AA76E6
(170,118,230)
#9B6CD2
(155,108,210)
#8C62BE
(140,98,190)
#7D58AA
(125,88,170)
#6E4E96
(110,78,150)
#5F4482
(95,68,130)
#503A6E
(80,58,110)
#41305A
(65,48,90)
#322646
(50,38,70)
#231C32
(35,28,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #AA76E6

#AA76E6
(170,118,230)
#B182E8
(177,130,232)
#B88EEA
(184,142,234)
#BF9AEC
(191,154,236)
#C6A6EE
(198,166,238)
#CDB2F0
(205,178,240)
#D4BEF2
(212,190,242)
#DBCAF4
(219,202,244)
#E2D6F6
(226,214,246)
#E9E2F8
(233,226,248)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA76E6 color. Also use rgb(170,118,230) instead hex code.

Text Font Color

.myTextColor { color: #AA76E6; }

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

This text font color is #AA76E6.


Background Color

.myBgColor { background-color: #AA76E6; }

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

This div background color is #AA76E6.


Border color

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

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

This div border color is #AA76E6.


Opacity

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

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

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

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

This text has shadow with #AA76E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA76E6 on black background.


Color preview on white background

This text has color #AA76E6 on white background.



Black color preview on #AA76E6 background

This text has black color on #AA76E6 background.


White color preview on #AA76E6 background

This text has white color on #AA76E6 background.