COLOR #A166E2

HEX: #A166E2
RGB: (161,102,226)

Color info

#A166E2 contains mainly blue color. Web safe color of #A166E2 is #9966CC (or #96C).

RGB color model

#A166E2 color RGB value is (161,102,226).

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

RGB channels and saturation

R 161 of 255 = 63%
G 102 of 255 = 40%
B 226 of 255 = 89%

161
102
226

R + G + B ~ 64%. #A166E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 102 + 226 = 489 (100%)
R 161 of 489 ~ 32.92%
G 102 of 489 ~ 20.86%
B 226 of 489 ~ 46.22%

%32.92
%20.86
%46.22

CMYK color model

#A166E2 color CMYK value is (29,55,0,11).

  • cyan value is 28.76%
  • magenta value is 54.87%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(29,55,0,11)
C29M55Y0K11 
(29%,55%,0%,11%)
(0.29/0.55/0.00/0.11)	

CMYK percentages

%28.76
%54.87
%0
%11.37

Codes

Color #A166E2 in popluar color models

A166E2
RGB161102226
HSL269°68.13%64.31%
HSB/HSV269°54.87%88.63%
CMYK28.76%54.87%0.00%
11.37%

Color #A166E2 in popluar number systems.

HEXA166E2
Decimal161102226
Binary10100001110011011100010
Octal241146342

Shades and tints

Shades of #A166E2

#A166E2
(161,102,226)
#935DCE
(147,93,206)
#8554BA
(133,84,186)
#774BA6
(119,75,166)
#694292
(105,66,146)
#5B397E
(91,57,126)
#4D306A
(77,48,106)
#3F2756
(63,39,86)
#311E42
(49,30,66)
#23152E
(35,21,46)
#150C1A
(21,12,26)
#000000
(0,0,0)

Tints of #A166E2

#A166E2
(161,102,226)
#A973E4
(169,115,228)
#B180E6
(177,128,230)
#B98DE8
(185,141,232)
#C19AEA
(193,154,234)
#C9A7EC
(201,167,236)
#D1B4EE
(209,180,238)
#D9C1F0
(217,193,240)
#E1CEF2
(225,206,242)
#E9DBF4
(233,219,244)
#F1E8F6
(241,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A166E2; }

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

This text font color is #A166E2.


Background Color

.myBgColor { background-color: #A166E2; }

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

This div background color is #A166E2.


Border color

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

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

This div border color is #A166E2.


Opacity

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

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

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

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

This text has shadow with #A166E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A166E2 on black background.


Color preview on white background

This text has color #A166E2 on white background.



Black color preview on #A166E2 background

This text has black color on #A166E2 background.


White color preview on #A166E2 background

This text has white color on #A166E2 background.