COLOR #A166A4

HEX: #A166A4
RGB: (161,102,164)

Color info

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

RGB color model

#A166A4 color RGB value is (161,102,164).

  • red value is 161;
  • green value is 102;
  • blue value is 164.
RGB:
(161,102,164)
(63%,40%,64%)

RGB channels and saturation

R 161 of 255 = 63%
G 102 of 255 = 40%
B 164 of 255 = 64%

161
102
164

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

Portions of RGB colors in percentages

R + G + B =
161 + 102 + 164 = 427 (100%)
R 161 of 427 ~ 37.7%
G 102 of 427 ~ 23.89%
B 164 of 427 ~ 38.41%

%37.7
%23.89
%38.41

CMYK color model

#A166A4 color CMYK value is (2,38,0,36).

  • cyan value is 1.83%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(2,38,0,36)
C2M38Y0K36 
(2%,38%,0%,36%)
(0.02/0.38/0.00/0.36)	

CMYK percentages

%1.83
%37.8
%0
%35.69

Codes

Color #A166A4 in popluar color models

A166A4
RGB161102164
HSL297°25.41%52.16%
HSB/HSV297°37.80%64.31%
CMYK1.83%37.80%0.00%
35.69%

Color #A166A4 in popluar number systems.

HEXA166A4
Decimal161102164
Binary10100001110011010100100
Octal241146244

Shades and tints

Shades of #A166A4

#A166A4
(161,102,164)
#935D96
(147,93,150)
#855488
(133,84,136)
#774B7A
(119,75,122)
#69426C
(105,66,108)
#5B395E
(91,57,94)
#4D3050
(77,48,80)
#3F2742
(63,39,66)
#311E34
(49,30,52)
#231526
(35,21,38)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #A166A4

#A166A4
(161,102,164)
#A973AC
(169,115,172)
#B180B4
(177,128,180)
#B98DBC
(185,141,188)
#C19AC4
(193,154,196)
#C9A7CC
(201,167,204)
#D1B4D4
(209,180,212)
#D9C1DC
(217,193,220)
#E1CEE4
(225,206,228)
#E9DBEC
(233,219,236)
#F1E8F4
(241,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A166A4; }

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

This text font color is #A166A4.


Background Color

.myBgColor { background-color: #A166A4; }

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

This div background color is #A166A4.


Border color

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

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

This div border color is #A166A4.


Opacity

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

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

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

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

This text has shadow with #A166A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A166A4 on black background.


Color preview on white background

This text has color #A166A4 on white background.



Black color preview on #A166A4 background

This text has black color on #A166A4 background.


White color preview on #A166A4 background

This text has white color on #A166A4 background.