COLOR #AA83B2

HEX: #AA83B2
RGB: (170,131,178)

Color info

#AA83B2 contains red, green and blue colors in about the same proportion. Web safe color of #AA83B2 is #999999 (or #999).

RGB color model

#AA83B2 color RGB value is (170,131,178).

  • red value is 170;
  • green value is 131;
  • blue value is 178.
RGB:
(170,131,178)
(67%,51%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 178 of 255 = 70%

170
131
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 178 = 479 (100%)
R 170 of 479 ~ 35.49%
G 131 of 479 ~ 27.35%
B 178 of 479 ~ 37.16%

%35.49
%27.35
%37.16

CMYK color model

#AA83B2 color CMYK value is (4,26,0,30).

  • cyan value is 4.49%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,26,0,30)
C4M26Y0K30 
(4%,26%,0%,30%)
(0.04/0.26/0.00/0.30)	

CMYK percentages

%4.49
%26.4
%0
%30.2

Codes

Color #AA83B2 in popluar color models

AA83B2
RGB170131178
HSL290°23.38%60.59%
HSB/HSV290°26.40%69.80%
CMYK4.49%26.40%0.00%
30.20%

Color #AA83B2 in popluar number systems.

HEXAA83B2
Decimal170131178
Binary101010101000001110110010
Octal252203262

Shades and tints

Shades of #AA83B2

#AA83B2
(170,131,178)
#9B78A2
(155,120,162)
#8C6D92
(140,109,146)
#7D6282
(125,98,130)
#6E5772
(110,87,114)
#5F4C62
(95,76,98)
#504152
(80,65,82)
#413642
(65,54,66)
#322B32
(50,43,50)
#232022
(35,32,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AA83B2

#AA83B2
(170,131,178)
#B18EB9
(177,142,185)
#B899C0
(184,153,192)
#BFA4C7
(191,164,199)
#C6AFCE
(198,175,206)
#CDBAD5
(205,186,213)
#D4C5DC
(212,197,220)
#DBD0E3
(219,208,227)
#E2DBEA
(226,219,234)
#E9E6F1
(233,230,241)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA83B2 color. Also use rgb(170,131,178) instead hex code.

Text Font Color

.myTextColor { color: #AA83B2; }

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

This text font color is #AA83B2.


Background Color

.myBgColor { background-color: #AA83B2; }

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

This div background color is #AA83B2.


Border color

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

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

This div border color is #AA83B2.


Opacity

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

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

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

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

This text has shadow with #AA83B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA83B2 on black background.


Color preview on white background

This text has color #AA83B2 on white background.



Black color preview on #AA83B2 background

This text has black color on #AA83B2 background.


White color preview on #AA83B2 background

This text has white color on #AA83B2 background.