COLOR #A166AD

HEX: #A166AD
RGB: (161,102,173)

Color info

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

RGB color model

#A166AD color RGB value is (161,102,173).

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

RGB channels and saturation

R 161 of 255 = 63%
G 102 of 255 = 40%
B 173 of 255 = 68%

161
102
173

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

Portions of RGB colors in percentages

R + G + B =
161 + 102 + 173 = 436 (100%)
R 161 of 436 ~ 36.93%
G 102 of 436 ~ 23.39%
B 173 of 436 ~ 39.68%

%36.93
%23.39
%39.68

CMYK color model

#A166AD color CMYK value is (7,41,0,32).

  • cyan value is 6.94%
  • magenta value is 41.04%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(7,41,0,32)
C7M41Y0K32 
(7%,41%,0%,32%)
(0.07/0.41/0.00/0.32)	

CMYK percentages

%6.94
%41.04
%0
%32.16

Codes

Color #A166AD in popluar color models

A166AD
RGB161102173
HSL290°30.21%53.92%
HSB/HSV290°41.04%67.84%
CMYK6.94%41.04%0.00%
32.16%

Color #A166AD in popluar number systems.

HEXA166AD
Decimal161102173
Binary10100001110011010101101
Octal241146255

Shades and tints

Shades of #A166AD

#A166AD
(161,102,173)
#935D9E
(147,93,158)
#85548F
(133,84,143)
#774B80
(119,75,128)
#694271
(105,66,113)
#5B3962
(91,57,98)
#4D3053
(77,48,83)
#3F2744
(63,39,68)
#311E35
(49,30,53)
#231526
(35,21,38)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #A166AD

#A166AD
(161,102,173)
#A973B4
(169,115,180)
#B180BB
(177,128,187)
#B98DC2
(185,141,194)
#C19AC9
(193,154,201)
#C9A7D0
(201,167,208)
#D1B4D7
(209,180,215)
#D9C1DE
(217,193,222)
#E1CEE5
(225,206,229)
#E9DBEC
(233,219,236)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A166AD; }

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

This text font color is #A166AD.


Background Color

.myBgColor { background-color: #A166AD; }

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

This div background color is #A166AD.


Border color

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

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

This div border color is #A166AD.


Opacity

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

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

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

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

This text has shadow with #A166AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A166AD on black background.


Color preview on white background

This text has color #A166AD on white background.



Black color preview on #A166AD background

This text has black color on #A166AD background.


White color preview on #A166AD background

This text has white color on #A166AD background.