COLOR #A166AB

HEX: #A166AB RGB: (161,102,171)

Color info

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

RGB color model

#A166AB color RGB value is (161,102,171).

RGB: (161,102,171) (63%, 40%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 102 of 255 = 40%
B 171 of 255 = 67%

161
102
171

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

Portions of RGB colors in percentages

R + G + B = 161 + 102 + 171 = 434 (100%)
R 161 of 434 ~ 37.1%
G 102 of 434 ~ 23.5%
B 171 of 434 ~ 39.4'%

%37.1
%23.5
%39.4

CMYK color model

#A166AB color CMYK value is (6,40,0,33).

  • cyan value is 5.85%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (6,40,0,33)
C6M40Y0K33 (6%, 40%, 0%, 33%)
(0.06 / 0.40 / 0.00 / 0.33)

CMYK percentages

%5.85
%40.35
%0
%32.94

Codes

Color #A166AB in popluar color models

A1 66 AB
RGB 161 102 171
HSL 291° 29.11% 53.53%
HSB/HSV 291° 40.35% 67.06%
CMYK 5.85% 40.35% 0.00%
32.94%

Color #A166AB in popluar number systems.

HEX A1 66 AB
Decimal 161 102 171
Binary 10100001 1100110 10101011
Octal 241 146 253

Shades and tints

Shades of #A166AB

#A166AB
(161,102,171)
#935D9C
(147,93,156)
#85548D
(133,84,141)
#774B7E
(119,75,126)
#69426F
(105,66,111)
#5B3960
(91,57,96)
#4D3051
(77,48,81)
#3F2742
(63,39,66)
#311E33
(49,30,51)
#231524
(35,21,36)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #A166AB

#A166AB
(161,102,171)
#A973B2
(169,115,178)
#B180B9
(177,128,185)
#B98DC0
(185,141,192)
#C19AC7
(193,154,199)
#C9A7CE
(201,167,206)
#D1B4D5
(209,180,213)
#D9C1DC
(217,193,220)
#E1CEE3
(225,206,227)
#E9DBEA
(233,219,234)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A166AB color. Also use rgb(161,102,171) instead hex code.

Text Font Color

.myTextColor { color: #A166AB; }

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

This text font color is #A166AB.

Background Color

.myBgColor { background-color: #A166AB; }

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

This div background color is #A166AB.

Border color

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

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

This div border color is #A166AB.

Opacity

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

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

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

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

This text has shadow with #A166AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A166AB.

Preview

Color preview on black background

This text has color #A166AB on black background.


Color preview on white background

This text has color #A166AB on white background.


Black color preview on #A166AB background

This text has black color on #A166AB background.


White color preview on #A166AB background

This text has white color on #A166AB background.


Related colors

Complementary color

Complementary color for #hex is #5E9954.


I love getcolorcode.com

Triadic colors

1 #ABA166 and #66ABA1 with #A166AB are triadic colors.

2 #AB66A1 and #66A1AB with #A166AB are triadic colors.