COLOR #A166B0

HEX: #A166B0 RGB: (161,102,176)

Color info

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

RGB color model

#A166B0 color RGB value is (161,102,176).

RGB: (161,102,176) (63%, 40%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 102 of 255 = 40%
B 176 of 255 = 69%

161
102
176

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

Portions of RGB colors in percentages

R + G + B = 161 + 102 + 176 = 439 (100%)
R 161 of 439 ~ 36.67%
G 102 of 439 ~ 23.23%
B 176 of 439 ~ 40.09'%

%36.67
%23.23
%40.09

CMYK color model

#A166B0 color CMYK value is (9,42,0,31).

  • cyan value is 8.52%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (9,42,0,31)
C9M42Y0K31 (9%, 42%, 0%, 31%)
(0.09 / 0.42 / 0.00 / 0.31)

CMYK percentages

%8.52
%42.05
%0
%30.98

Codes

Color #A166B0 in popluar color models

A1 66 B0
RGB 161 102 176
HSL 288° 31.90% 54.51%
HSB/HSV 288° 42.05% 69.02%
CMYK 8.52% 42.05% 0.00%
30.98%

Color #A166B0 in popluar number systems.

HEX A1 66 B0
Decimal 161 102 176
Binary 10100001 1100110 10110000
Octal 241 146 260

Shades and tints

Shades of #A166B0

#A166B0
(161,102,176)
#935DA0
(147,93,160)
#855490
(133,84,144)
#774B80
(119,75,128)
#694270
(105,66,112)
#5B3960
(91,57,96)
#4D3050
(77,48,80)
#3F2740
(63,39,64)
#311E30
(49,30,48)
#231520
(35,21,32)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #A166B0

#A166B0
(161,102,176)
#A973B7
(169,115,183)
#B180BE
(177,128,190)
#B98DC5
(185,141,197)
#C19ACC
(193,154,204)
#C9A7D3
(201,167,211)
#D1B4DA
(209,180,218)
#D9C1E1
(217,193,225)
#E1CEE8
(225,206,232)
#E9DBEF
(233,219,239)
#F1E8F6
(241,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A166B0; }

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

This text font color is #A166B0.

Background Color

.myBgColor { background-color: #A166B0; }

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

This div background color is #A166B0.

Border color

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

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

This div border color is #A166B0.

Opacity

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

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

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

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

This text has shadow with #A166B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A166B0.

Preview

Color preview on black background

This text has color #A166B0 on black background.


Color preview on white background

This text has color #A166B0 on white background.


Black color preview on #A166B0 background

This text has black color on #A166B0 background.


White color preview on #A166B0 background

This text has white color on #A166B0 background.


Related colors

Complementary color

Complementary color for #hex is #5E994F.


I love getcolorcode.com

Triadic colors

1 #B0A166 and #66B0A1 with #A166B0 are triadic colors.

2 #B066A1 and #66A1B0 with #A166B0 are triadic colors.