COLOR #A16ED1

HEX: #A16ED1 RGB: (161,110,209)

Color info

#A16ED1 contains mainly red and blue colors. Web safe color of #A16ED1 is #9966CC (or #96C).

RGB color model

#A16ED1 color RGB value is (161,110,209).

RGB: (161,110,209) (63%, 43%, 82%)

RGB channels and saturation

R 161 of 255 = 63%
G 110 of 255 = 43%
B 209 of 255 = 82%

161
110
209

R + G + B ~ 63%. #A16ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 110 + 209 = 480 (100%)
R 161 of 480 ~ 33.54%
G 110 of 480 ~ 22.92%
B 209 of 480 ~ 43.54'%

%33.54
%22.92
%43.54

CMYK color model

#A16ED1 color CMYK value is (23,47,0,18).

  • cyan value is 22.97%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (23,47,0,18)
C23M47Y0K18 (23%, 47%, 0%, 18%)
(0.23 / 0.47 / 0.00 / 0.18)

CMYK percentages

%22.97
%47.37
%0
%18.04

Codes

Color #A16ED1 in popluar color models

A1 6E D1
RGB 161 110 209
HSL 271° 51.83% 62.55%
HSB/HSV 271° 47.37% 81.96%
CMYK 22.97% 47.37% 0.00%
18.04%

Color #A16ED1 in popluar number systems.

HEX A1 6E D1
Decimal 161 110 209
Binary 10100001 1101110 11010001
Octal 241 156 321

Shades and tints

Shades of #A16ED1

#A16ED1
(161,110,209)
#9364BE
(147,100,190)
#855AAB
(133,90,171)
#775098
(119,80,152)
#694685
(105,70,133)
#5B3C72
(91,60,114)
#4D325F
(77,50,95)
#3F284C
(63,40,76)
#311E39
(49,30,57)
#231426
(35,20,38)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #A16ED1

#A16ED1
(161,110,209)
#A97BD5
(169,123,213)
#B188D9
(177,136,217)
#B995DD
(185,149,221)
#C1A2E1
(193,162,225)
#C9AFE5
(201,175,229)
#D1BCE9
(209,188,233)
#D9C9ED
(217,201,237)
#E1D6F1
(225,214,241)
#E9E3F5
(233,227,245)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16ED1 color. Also use rgb(161,110,209) instead hex code.

Text Font Color

.myTextColor { color: #A16ED1; }

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

This text font color is #A16ED1.

Background Color

.myBgColor { background-color: #A16ED1; }

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

This div background color is #A16ED1.

Border color

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

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

This div border color is #A16ED1.

Opacity

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

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

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

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

This text has shadow with #A16ED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A16ED1.

Preview

Color preview on black background

This text has color #A16ED1 on black background.


Color preview on white background

This text has color #A16ED1 on white background.


Black color preview on #A16ED1 background

This text has black color on #A16ED1 background.


White color preview on #A16ED1 background

This text has white color on #A16ED1 background.


Related colors

Complementary color

Complementary color for #hex is #5E912E.


I love getcolorcode.com

Triadic colors

1 #D1A16E and #6ED1A1 with #A16ED1 are triadic colors.

2 #D16EA1 and #6EA1D1 with #A16ED1 are triadic colors.