COLOR #A16490

HEX: #A16490
RGB: (161,100,144)

Color info

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

RGB color model

#A16490 color RGB value is (161,100,144).

  • red value is 161;
  • green value is 100;
  • blue value is 144.
RGB:
(161,100,144)
(63%,39%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 100 of 255 = 39%
B 144 of 255 = 56%

161
100
144

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

Portions of RGB colors in percentages

R + G + B =
161 + 100 + 144 = 405 (100%)
R 161 of 405 ~ 39.75%
G 100 of 405 ~ 24.69%
B 144 of 405 ~ 35.56%

%39.75
%24.69
%35.56

CMYK color model

#A16490 color CMYK value is (0,38,11,37).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 10.56%
  • key color value is 36.86%
CMYK:
(0,38,11,37)
C0M38Y11K37 
(0%,38%,11%,37%)
(0.00/0.38/0.11/0.37)	

CMYK percentages

%0
%37.89
%10.56
%36.86

Codes

Color #A16490 in popluar color models

A16490
RGB161100144
HSL317°24.50%51.18%
HSB/HSV317°37.89%63.14%
CMYK0.00%37.89%10.56%
36.86%

Color #A16490 in popluar number systems.

HEXA16490
Decimal161100144
Binary10100001110010010010000
Octal241144220

Shades and tints

Shades of #A16490

#A16490
(161,100,144)
#935B83
(147,91,131)
#855276
(133,82,118)
#774969
(119,73,105)
#69405C
(105,64,92)
#5B374F
(91,55,79)
#4D2E42
(77,46,66)
#3F2535
(63,37,53)
#311C28
(49,28,40)
#23131B
(35,19,27)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #A16490

#A16490
(161,100,144)
#A9729A
(169,114,154)
#B180A4
(177,128,164)
#B98EAE
(185,142,174)
#C19CB8
(193,156,184)
#C9AAC2
(201,170,194)
#D1B8CC
(209,184,204)
#D9C6D6
(217,198,214)
#E1D4E0
(225,212,224)
#E9E2EA
(233,226,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16490 color. Also use rgb(161,100,144) instead hex code.

Text Font Color

.myTextColor { color: #A16490; }

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

This text font color is #A16490.


Background Color

.myBgColor { background-color: #A16490; }

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

This div background color is #A16490.


Border color

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

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

This div border color is #A16490.


Opacity

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

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

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

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

This text has shadow with #A16490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16490 on black background.


Color preview on white background

This text has color #A16490 on white background.



Black color preview on #A16490 background

This text has black color on #A16490 background.


White color preview on #A16490 background

This text has white color on #A16490 background.