COLOR #AA74B7

HEX: #AA74B7
RGB: (170,116,183)

Color info

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

RGB color model

#AA74B7 color RGB value is (170,116,183).

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

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 183 of 255 = 72%

170
116
183

R + G + B ~ 61%. #AA74B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 183 = 469 (100%)
R 170 of 469 ~ 36.25%
G 116 of 469 ~ 24.73%
B 183 of 469 ~ 39.02%

%36.25
%24.73
%39.02

CMYK color model

#AA74B7 color CMYK value is (7,37,0,28).

  • cyan value is 7.10%
  • magenta value is 36.61%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,37,0,28)
C7M37Y0K28 
(7%,37%,0%,28%)
(0.07/0.37/0.00/0.28)	

CMYK percentages

%7.1
%36.61
%0
%28.24

Codes

Color #AA74B7 in popluar color models

AA74B7
RGB170116183
HSL288°31.75%58.63%
HSB/HSV288°36.61%71.76%
CMYK7.10%36.61%0.00%
28.24%

Color #AA74B7 in popluar number systems.

HEXAA74B7
Decimal170116183
Binary10101010111010010110111
Octal252164267

Shades and tints

Shades of #AA74B7

#AA74B7
(170,116,183)
#9B6AA7
(155,106,167)
#8C6097
(140,96,151)
#7D5687
(125,86,135)
#6E4C77
(110,76,119)
#5F4267
(95,66,103)
#503857
(80,56,87)
#412E47
(65,46,71)
#322437
(50,36,55)
#231A27
(35,26,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #AA74B7

#AA74B7
(170,116,183)
#B180BD
(177,128,189)
#B88CC3
(184,140,195)
#BF98C9
(191,152,201)
#C6A4CF
(198,164,207)
#CDB0D5
(205,176,213)
#D4BCDB
(212,188,219)
#DBC8E1
(219,200,225)
#E2D4E7
(226,212,231)
#E9E0ED
(233,224,237)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA74B7; }

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

This text font color is #AA74B7.


Background Color

.myBgColor { background-color: #AA74B7; }

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

This div background color is #AA74B7.


Border color

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

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

This div border color is #AA74B7.


Opacity

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

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

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

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

This text has shadow with #AA74B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA74B7 on black background.


Color preview on white background

This text has color #AA74B7 on white background.



Black color preview on #AA74B7 background

This text has black color on #AA74B7 background.


White color preview on #AA74B7 background

This text has white color on #AA74B7 background.