COLOR #AA6FB0

HEX: #AA6FB0
RGB: (170,111,176)

Color info

#AA6FB0 contains mainly red and blue colors. Web safe color of #AA6FB0 is #996699 (or #969).

RGB color model

#AA6FB0 color RGB value is (170,111,176).

  • red value is 170;
  • green value is 111;
  • blue value is 176.
RGB:
(170,111,176)
(67%,44%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 176 of 255 = 69%

170
111
176

R + G + B ~ 60%. #AA6FB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 176 = 457 (100%)
R 170 of 457 ~ 37.2%
G 111 of 457 ~ 24.29%
B 176 of 457 ~ 38.51%

%37.2
%24.29
%38.51

CMYK color model

#AA6FB0 color CMYK value is (3,37,0,31).

  • cyan value is 3.41%
  • magenta value is 36.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,37,0,31)
C3M37Y0K31 
(3%,37%,0%,31%)
(0.03/0.37/0.00/0.31)	

CMYK percentages

%3.41
%36.93
%0
%30.98

Codes

Color #AA6FB0 in popluar color models

AA6FB0
RGB170111176
HSL294°29.15%56.27%
HSB/HSV294°36.93%69.02%
CMYK3.41%36.93%0.00%
30.98%

Color #AA6FB0 in popluar number systems.

HEXAA6FB0
Decimal170111176
Binary10101010110111110110000
Octal252157260

Shades and tints

Shades of #AA6FB0

#AA6FB0
(170,111,176)
#9B65A0
(155,101,160)
#8C5B90
(140,91,144)
#7D5180
(125,81,128)
#6E4770
(110,71,112)
#5F3D60
(95,61,96)
#503350
(80,51,80)
#412940
(65,41,64)
#321F30
(50,31,48)
#231520
(35,21,32)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #AA6FB0

#AA6FB0
(170,111,176)
#B17CB7
(177,124,183)
#B889BE
(184,137,190)
#BF96C5
(191,150,197)
#C6A3CC
(198,163,204)
#CDB0D3
(205,176,211)
#D4BDDA
(212,189,218)
#DBCAE1
(219,202,225)
#E2D7E8
(226,215,232)
#E9E4EF
(233,228,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6FB0 color. Also use rgb(170,111,176) instead hex code.

Text Font Color

.myTextColor { color: #AA6FB0; }

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

This text font color is #AA6FB0.


Background Color

.myBgColor { background-color: #AA6FB0; }

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

This div background color is #AA6FB0.


Border color

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

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

This div border color is #AA6FB0.


Opacity

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

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

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

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

This text has shadow with #AA6FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6FB0 on black background.


Color preview on white background

This text has color #AA6FB0 on white background.



Black color preview on #AA6FB0 background

This text has black color on #AA6FB0 background.


White color preview on #AA6FB0 background

This text has white color on #AA6FB0 background.