COLOR #A17DAE

HEX: #A17DAE
RGB: (161,125,174)

Color info

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

RGB color model

#A17DAE color RGB value is (161,125,174).

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

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 174 of 255 = 68%

161
125
174

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

Portions of RGB colors in percentages

R + G + B =
161 + 125 + 174 = 460 (100%)
R 161 of 460 ~ 35%
G 125 of 460 ~ 27.17%
B 174 of 460 ~ 37.83%

%35
%27.17
%37.83

CMYK color model

#A17DAE color CMYK value is (7,28,0,32).

  • cyan value is 7.47%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(7,28,0,32)
C7M28Y0K32 
(7%,28%,0%,32%)
(0.07/0.28/0.00/0.32)	

CMYK percentages

%7.47
%28.16
%0
%31.76

Codes

Color #A17DAE in popluar color models

A17DAE
RGB161125174
HSL284°23.22%58.63%
HSB/HSV284°28.16%68.24%
CMYK7.47%28.16%0.00%
31.76%

Color #A17DAE in popluar number systems.

HEXA17DAE
Decimal161125174
Binary10100001111110110101110
Octal241175256

Shades and tints

Shades of #A17DAE

#A17DAE
(161,125,174)
#93729F
(147,114,159)
#856790
(133,103,144)
#775C81
(119,92,129)
#695172
(105,81,114)
#5B4663
(91,70,99)
#4D3B54
(77,59,84)
#3F3045
(63,48,69)
#312536
(49,37,54)
#231A27
(35,26,39)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #A17DAE

#A17DAE
(161,125,174)
#A988B5
(169,136,181)
#B193BC
(177,147,188)
#B99EC3
(185,158,195)
#C1A9CA
(193,169,202)
#C9B4D1
(201,180,209)
#D1BFD8
(209,191,216)
#D9CADF
(217,202,223)
#E1D5E6
(225,213,230)
#E9E0ED
(233,224,237)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17DAE; }

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

This text font color is #A17DAE.


Background Color

.myBgColor { background-color: #A17DAE; }

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

This div background color is #A17DAE.


Border color

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

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

This div border color is #A17DAE.


Opacity

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

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

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

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

This text has shadow with #A17DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17DAE on black background.


Color preview on white background

This text has color #A17DAE on white background.



Black color preview on #A17DAE background

This text has black color on #A17DAE background.


White color preview on #A17DAE background

This text has white color on #A17DAE background.