COLOR #AA74BA

HEX: #AA74BA
RGB: (170,116,186)

Color info

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

RGB color model

#AA74BA color RGB value is (170,116,186).

  • red value is 170;
  • green value is 116;
  • blue value is 186.
RGB:
(170,116,186)
(67%,45%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 186 of 255 = 73%

170
116
186

R + G + B ~ 62%. #AA74BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 186 = 472 (100%)
R 170 of 472 ~ 36.02%
G 116 of 472 ~ 24.58%
B 186 of 472 ~ 39.41%

%36.02
%24.58
%39.41

CMYK color model

#AA74BA color CMYK value is (9,38,0,27).

  • cyan value is 8.60%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,38,0,27)
C9M38Y0K27 
(9%,38%,0%,27%)
(0.09/0.38/0.00/0.27)	

CMYK percentages

%8.6
%37.63
%0
%27.06

Codes

Color #AA74BA in popluar color models

AA74BA
RGB170116186
HSL286°33.65%59.22%
HSB/HSV286°37.63%72.94%
CMYK8.60%37.63%0.00%
27.06%

Color #AA74BA in popluar number systems.

HEXAA74BA
Decimal170116186
Binary10101010111010010111010
Octal252164272

Shades and tints

Shades of #AA74BA

#AA74BA
(170,116,186)
#9B6AAA
(155,106,170)
#8C609A
(140,96,154)
#7D568A
(125,86,138)
#6E4C7A
(110,76,122)
#5F426A
(95,66,106)
#50385A
(80,56,90)
#412E4A
(65,46,74)
#32243A
(50,36,58)
#231A2A
(35,26,42)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #AA74BA

#AA74BA
(170,116,186)
#B180C0
(177,128,192)
#B88CC6
(184,140,198)
#BF98CC
(191,152,204)
#C6A4D2
(198,164,210)
#CDB0D8
(205,176,216)
#D4BCDE
(212,188,222)
#DBC8E4
(219,200,228)
#E2D4EA
(226,212,234)
#E9E0F0
(233,224,240)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA74BA color. Also use rgb(170,116,186) instead hex code.

Text Font Color

.myTextColor { color: #AA74BA; }

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

This text font color is #AA74BA.


Background Color

.myBgColor { background-color: #AA74BA; }

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

This div background color is #AA74BA.


Border color

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

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

This div border color is #AA74BA.


Opacity

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

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

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

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

This text has shadow with #AA74BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA74BA on black background.


Color preview on white background

This text has color #AA74BA on white background.



Black color preview on #AA74BA background

This text has black color on #AA74BA background.


White color preview on #AA74BA background

This text has white color on #AA74BA background.