COLOR #A16CB0

HEX: #A16CB0
RGB: (161,108,176)

Color info

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

RGB color model

#A16CB0 color RGB value is (161,108,176).

  • red value is 161;
  • green value is 108;
  • blue value is 176.
RGB:
(161,108,176)
(63%,42%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 108 of 255 = 42%
B 176 of 255 = 69%

161
108
176

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

Portions of RGB colors in percentages

R + G + B =
161 + 108 + 176 = 445 (100%)
R 161 of 445 ~ 36.18%
G 108 of 445 ~ 24.27%
B 176 of 445 ~ 39.55%

%36.18
%24.27
%39.55

CMYK color model

#A16CB0 color CMYK value is (9,39,0,31).

  • cyan value is 8.52%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,39,0,31)
C9M39Y0K31 
(9%,39%,0%,31%)
(0.09/0.39/0.00/0.31)	

CMYK percentages

%8.52
%38.64
%0
%30.98

Codes

Color #A16CB0 in popluar color models

A16CB0
RGB161108176
HSL287°30.09%55.69%
HSB/HSV287°38.64%69.02%
CMYK8.52%38.64%0.00%
30.98%

Color #A16CB0 in popluar number systems.

HEXA16CB0
Decimal161108176
Binary10100001110110010110000
Octal241154260

Shades and tints

Shades of #A16CB0

#A16CB0
(161,108,176)
#9363A0
(147,99,160)
#855A90
(133,90,144)
#775180
(119,81,128)
#694870
(105,72,112)
#5B3F60
(91,63,96)
#4D3650
(77,54,80)
#3F2D40
(63,45,64)
#312430
(49,36,48)
#231B20
(35,27,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #A16CB0

#A16CB0
(161,108,176)
#A979B7
(169,121,183)
#B186BE
(177,134,190)
#B993C5
(185,147,197)
#C1A0CC
(193,160,204)
#C9ADD3
(201,173,211)
#D1BADA
(209,186,218)
#D9C7E1
(217,199,225)
#E1D4E8
(225,212,232)
#E9E1EF
(233,225,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16CB0; }

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

This text font color is #A16CB0.


Background Color

.myBgColor { background-color: #A16CB0; }

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

This div background color is #A16CB0.


Border color

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

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

This div border color is #A16CB0.


Opacity

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

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

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

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

This text has shadow with #A16CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16CB0 on black background.


Color preview on white background

This text has color #A16CB0 on white background.



Black color preview on #A16CB0 background

This text has black color on #A16CB0 background.


White color preview on #A16CB0 background

This text has white color on #A16CB0 background.