COLOR #AA6FAB

HEX: #AA6FAB RGB: (170,111,171)

Color info

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

RGB color model

#AA6FAB color RGB value is (170,111,171).

RGB: (170,111,171) (67%, 44%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 171 of 255 = 67%

170
111
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 111 + 171 = 452 (100%)
R 170 of 452 ~ 37.61%
G 111 of 452 ~ 24.56%
B 171 of 452 ~ 37.83'%

%37.61
%24.56
%37.83

CMYK color model

#AA6FAB color CMYK value is (1,35,0,33).

  • cyan value is 0.58%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,35,0,33)
C1M35Y0K33 (1%, 35%, 0%, 33%)
(0.01 / 0.35 / 0.00 / 0.33)

CMYK percentages

%0.58
%35.09
%0
%32.94

Codes

Color #AA6FAB in popluar color models

AA 6F AB
RGB 170 111 171
HSL 299° 26.32% 55.29%
HSB/HSV 299° 35.09% 67.06%
CMYK 0.58% 35.09% 0.00%
32.94%

Color #AA6FAB in popluar number systems.

HEX AA 6F AB
Decimal 170 111 171
Binary 10101010 1101111 10101011
Octal 252 157 253

Shades and tints

Shades of #AA6FAB

#AA6FAB
(170,111,171)
#9B659C
(155,101,156)
#8C5B8D
(140,91,141)
#7D517E
(125,81,126)
#6E476F
(110,71,111)
#5F3D60
(95,61,96)
#503351
(80,51,81)
#412942
(65,41,66)
#321F33
(50,31,51)
#231524
(35,21,36)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #AA6FAB

#AA6FAB
(170,111,171)
#B17CB2
(177,124,178)
#B889B9
(184,137,185)
#BF96C0
(191,150,192)
#C6A3C7
(198,163,199)
#CDB0CE
(205,176,206)
#D4BDD5
(212,189,213)
#DBCADC
(219,202,220)
#E2D7E3
(226,215,227)
#E9E4EA
(233,228,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6FAB; }

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

This text font color is #AA6FAB.

Background Color

.myBgColor { background-color: #AA6FAB; }

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

This div background color is #AA6FAB.

Border color

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

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

This div border color is #AA6FAB.

Opacity

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

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

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

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

This text has shadow with #AA6FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6FAB.

Preview

Color preview on black background

This text has color #AA6FAB on black background.


Color preview on white background

This text has color #AA6FAB on white background.


Black color preview on #AA6FAB background

This text has black color on #AA6FAB background.


White color preview on #AA6FAB background

This text has white color on #AA6FAB background.


Related colors

Complementary color

Complementary color for #hex is #559054.


I love getcolorcode.com

Triadic colors

1 #ABAA6F and #6FABAA with #AA6FAB are triadic colors.

2 #AB6FAA and #6FAAAB with #AA6FAB are triadic colors.