COLOR #AA76C3

HEX: #AA76C3
RGB: (170,118,195)

Color info

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

RGB color model

#AA76C3 color RGB value is (170,118,195).

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

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 195 of 255 = 76%

170
118
195

R + G + B ~ 63%. #AA76C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 118 + 195 = 483 (100%)
R 170 of 483 ~ 35.2%
G 118 of 483 ~ 24.43%
B 195 of 483 ~ 40.37%

%35.2
%24.43
%40.37

CMYK color model

#AA76C3 color CMYK value is (13,39,0,24).

  • cyan value is 12.82%
  • magenta value is 39.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,39,0,24)
C13M39Y0K24 
(13%,39%,0%,24%)
(0.13/0.39/0.00/0.24)	

CMYK percentages

%12.82
%39.49
%0
%23.53

Codes

Color #AA76C3 in popluar color models

AA76C3
RGB170118195
HSL281°39.09%61.37%
HSB/HSV281°39.49%76.47%
CMYK12.82%39.49%0.00%
23.53%

Color #AA76C3 in popluar number systems.

HEXAA76C3
Decimal170118195
Binary10101010111011011000011
Octal252166303

Shades and tints

Shades of #AA76C3

#AA76C3
(170,118,195)
#9B6CB2
(155,108,178)
#8C62A1
(140,98,161)
#7D5890
(125,88,144)
#6E4E7F
(110,78,127)
#5F446E
(95,68,110)
#503A5D
(80,58,93)
#41304C
(65,48,76)
#32263B
(50,38,59)
#231C2A
(35,28,42)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #AA76C3

#AA76C3
(170,118,195)
#B182C8
(177,130,200)
#B88ECD
(184,142,205)
#BF9AD2
(191,154,210)
#C6A6D7
(198,166,215)
#CDB2DC
(205,178,220)
#D4BEE1
(212,190,225)
#DBCAE6
(219,202,230)
#E2D6EB
(226,214,235)
#E9E2F0
(233,226,240)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA76C3; }

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

This text font color is #AA76C3.


Background Color

.myBgColor { background-color: #AA76C3; }

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

This div background color is #AA76C3.


Border color

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

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

This div border color is #AA76C3.


Opacity

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

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

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

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

This text has shadow with #AA76C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA76C3 on black background.


Color preview on white background

This text has color #AA76C3 on white background.



Black color preview on #AA76C3 background

This text has black color on #AA76C3 background.


White color preview on #AA76C3 background

This text has white color on #AA76C3 background.