COLOR #A17BAD

HEX: #A17BAD
RGB: (161,123,173)

Color info

#A17BAD contains red, green and blue colors in about the same proportion. Web safe color of #A17BAD is #996699 (or #969).

RGB color model

#A17BAD color RGB value is (161,123,173).

  • red value is 161;
  • green value is 123;
  • blue value is 173.
RGB:
(161,123,173)
(63%,48%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 173 of 255 = 68%

161
123
173

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

Portions of RGB colors in percentages

R + G + B =
161 + 123 + 173 = 457 (100%)
R 161 of 457 ~ 35.23%
G 123 of 457 ~ 26.91%
B 173 of 457 ~ 37.86%

%35.23
%26.91
%37.86

CMYK color model

#A17BAD color CMYK value is (7,29,0,32).

  • cyan value is 6.94%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(7,29,0,32)
C7M29Y0K32 
(7%,29%,0%,32%)
(0.07/0.29/0.00/0.32)	

CMYK percentages

%6.94
%28.9
%0
%32.16

Codes

Color #A17BAD in popluar color models

A17BAD
RGB161123173
HSL286°23.36%58.04%
HSB/HSV286°28.90%67.84%
CMYK6.94%28.90%0.00%
32.16%

Color #A17BAD in popluar number systems.

HEXA17BAD
Decimal161123173
Binary10100001111101110101101
Octal241173255

Shades and tints

Shades of #A17BAD

#A17BAD
(161,123,173)
#93709E
(147,112,158)
#85658F
(133,101,143)
#775A80
(119,90,128)
#694F71
(105,79,113)
#5B4462
(91,68,98)
#4D3953
(77,57,83)
#3F2E44
(63,46,68)
#312335
(49,35,53)
#231826
(35,24,38)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #A17BAD

#A17BAD
(161,123,173)
#A987B4
(169,135,180)
#B193BB
(177,147,187)
#B99FC2
(185,159,194)
#C1ABC9
(193,171,201)
#C9B7D0
(201,183,208)
#D1C3D7
(209,195,215)
#D9CFDE
(217,207,222)
#E1DBE5
(225,219,229)
#E9E7EC
(233,231,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17BAD color. Also use rgb(161,123,173) instead hex code.

Text Font Color

.myTextColor { color: #A17BAD; }

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

This text font color is #A17BAD.


Background Color

.myBgColor { background-color: #A17BAD; }

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

This div background color is #A17BAD.


Border color

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

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

This div border color is #A17BAD.


Opacity

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

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

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

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

This text has shadow with #A17BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17BAD on black background.


Color preview on white background

This text has color #A17BAD on white background.



Black color preview on #A17BAD background

This text has black color on #A17BAD background.


White color preview on #A17BAD background

This text has white color on #A17BAD background.