COLOR #A16498

HEX: #A16498
RGB: (161,100,152)

Color info

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

RGB color model

#A16498 color RGB value is (161,100,152).

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

RGB channels and saturation

R 161 of 255 = 63%
G 100 of 255 = 39%
B 152 of 255 = 60%

161
100
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 100 + 152 = 413 (100%)
R 161 of 413 ~ 38.98%
G 100 of 413 ~ 24.21%
B 152 of 413 ~ 36.8%

%38.98
%24.21
%36.8

CMYK color model

#A16498 color CMYK value is (0,38,6,37).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK:
(0,38,6,37)
C0M38Y6K37 
(0%,38%,6%,37%)
(0.00/0.38/0.06/0.37)	

CMYK percentages

%0
%37.89
%5.59
%36.86

Codes

Color #A16498 in popluar color models

A16498
RGB161100152
HSL309°24.50%51.18%
HSB/HSV309°37.89%63.14%
CMYK0.00%37.89%5.59%
36.86%

Color #A16498 in popluar number systems.

HEXA16498
Decimal161100152
Binary10100001110010010011000
Octal241144230

Shades and tints

Shades of #A16498

#A16498
(161,100,152)
#935B8B
(147,91,139)
#85527E
(133,82,126)
#774971
(119,73,113)
#694064
(105,64,100)
#5B3757
(91,55,87)
#4D2E4A
(77,46,74)
#3F253D
(63,37,61)
#311C30
(49,28,48)
#231323
(35,19,35)
#150A16
(21,10,22)
#000000
(0,0,0)

Tints of #A16498

#A16498
(161,100,152)
#A972A1
(169,114,161)
#B180AA
(177,128,170)
#B98EB3
(185,142,179)
#C19CBC
(193,156,188)
#C9AAC5
(201,170,197)
#D1B8CE
(209,184,206)
#D9C6D7
(217,198,215)
#E1D4E0
(225,212,224)
#E9E2E9
(233,226,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16498; }

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

This text font color is #A16498.


Background Color

.myBgColor { background-color: #A16498; }

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

This div background color is #A16498.


Border color

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

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

This div border color is #A16498.


Opacity

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

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

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

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

This text has shadow with #A16498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16498 on black background.


Color preview on white background

This text has color #A16498 on white background.



Black color preview on #A16498 background

This text has black color on #A16498 background.


White color preview on #A16498 background

This text has white color on #A16498 background.