COLOR #AA6FAF

HEX: #AA6FAF
RGB: (170,111,175)

Color info

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

RGB color model

#AA6FAF color RGB value is (170,111,175).

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

RGB channels and saturation

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

170
111
175

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 175 = 456 (100%)
R 170 of 456 ~ 37.28%
G 111 of 456 ~ 24.34%
B 175 of 456 ~ 38.38%

%37.28
%24.34
%38.38

CMYK color model

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

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

CMYK percentages

%2.86
%36.57
%0
%31.37

Codes

Color #AA6FAF in popluar color models

AA6FAF
RGB170111175
HSL295°28.57%56.08%
HSB/HSV295°36.57%68.63%
CMYK2.86%36.57%0.00%
31.37%

Color #AA6FAF in popluar number systems.

HEXAA6FAF
Decimal170111175
Binary10101010110111110101111
Octal252157257

Shades and tints

Shades of #AA6FAF

#AA6FAF
(170,111,175)
#9B65A0
(155,101,160)
#8C5B91
(140,91,145)
#7D5182
(125,81,130)
#6E4773
(110,71,115)
#5F3D64
(95,61,100)
#503355
(80,51,85)
#412946
(65,41,70)
#321F37
(50,31,55)
#231528
(35,21,40)
#140B19
(20,11,25)
#000000
(0,0,0)

Tints of #AA6FAF

#AA6FAF
(170,111,175)
#B17CB6
(177,124,182)
#B889BD
(184,137,189)
#BF96C4
(191,150,196)
#C6A3CB
(198,163,203)
#CDB0D2
(205,176,210)
#D4BDD9
(212,189,217)
#DBCAE0
(219,202,224)
#E2D7E7
(226,215,231)
#E9E4EE
(233,228,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6FAF; }

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

This text font color is #AA6FAF.


Background Color

.myBgColor { background-color: #AA6FAF; }

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

This div background color is #AA6FAF.


Border color

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

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

This div border color is #AA6FAF.


Opacity

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

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

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

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

This text has shadow with #AA6FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6FAF on black background.


Color preview on white background

This text has color #AA6FAF on white background.



Black color preview on #AA6FAF background

This text has black color on #AA6FAF background.


White color preview on #AA6FAF background

This text has white color on #AA6FAF background.