COLOR #A17DAC

HEX: #A17DAC
RGB: (161,125,172)

Color info

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

RGB color model

#A17DAC color RGB value is (161,125,172).

  • red value is 161;
  • green value is 125;
  • blue value is 172.
RGB:
(161,125,172)
(63%,49%,67%)

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 172 of 255 = 67%

161
125
172

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

Portions of RGB colors in percentages

R + G + B =
161 + 125 + 172 = 458 (100%)
R 161 of 458 ~ 35.15%
G 125 of 458 ~ 27.29%
B 172 of 458 ~ 37.55%

%35.15
%27.29
%37.55

CMYK color model

#A17DAC color CMYK value is (6,27,0,33).

  • cyan value is 6.40%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(6,27,0,33)
C6M27Y0K33 
(6%,27%,0%,33%)
(0.06/0.27/0.00/0.33)	

CMYK percentages

%6.4
%27.33
%0
%32.55

Codes

Color #A17DAC in popluar color models

A17DAC
RGB161125172
HSL286°22.07%58.24%
HSB/HSV286°27.33%67.45%
CMYK6.40%27.33%0.00%
32.55%

Color #A17DAC in popluar number systems.

HEXA17DAC
Decimal161125172
Binary10100001111110110101100
Octal241175254

Shades and tints

Shades of #A17DAC

#A17DAC
(161,125,172)
#93729D
(147,114,157)
#85678E
(133,103,142)
#775C7F
(119,92,127)
#695170
(105,81,112)
#5B4661
(91,70,97)
#4D3B52
(77,59,82)
#3F3043
(63,48,67)
#312534
(49,37,52)
#231A25
(35,26,37)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #A17DAC

#A17DAC
(161,125,172)
#A988B3
(169,136,179)
#B193BA
(177,147,186)
#B99EC1
(185,158,193)
#C1A9C8
(193,169,200)
#C9B4CF
(201,180,207)
#D1BFD6
(209,191,214)
#D9CADD
(217,202,221)
#E1D5E4
(225,213,228)
#E9E0EB
(233,224,235)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17DAC color. Also use rgb(161,125,172) instead hex code.

Text Font Color

.myTextColor { color: #A17DAC; }

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

This text font color is #A17DAC.


Background Color

.myBgColor { background-color: #A17DAC; }

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

This div background color is #A17DAC.


Border color

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

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

This div border color is #A17DAC.


Opacity

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

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

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

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

This text has shadow with #A17DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17DAC on black background.


Color preview on white background

This text has color #A17DAC on white background.



Black color preview on #A17DAC background

This text has black color on #A17DAC background.


White color preview on #A17DAC background

This text has white color on #A17DAC background.