COLOR #A37DAD

HEX: #A37DAD
RGB: (163,125,173)

Color info

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

RGB color model

#A37DAD color RGB value is (163,125,173).

  • red value is 163;
  • green value is 125;
  • blue value is 173.
RGB:
(163,125,173)
(64%,49%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 173 of 255 = 68%

163
125
173

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 173 = 461 (100%)
R 163 of 461 ~ 35.36%
G 125 of 461 ~ 27.11%
B 173 of 461 ~ 37.53%

%35.36
%27.11
%37.53

CMYK color model

#A37DAD color CMYK value is (6,28,0,32).

  • cyan value is 5.78%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,28,0,32)
C6M28Y0K32 
(6%,28%,0%,32%)
(0.06/0.28/0.00/0.32)	

CMYK percentages

%5.78
%27.75
%0
%32.16

Codes

Color #A37DAD in popluar color models

A37DAD
RGB163125173
HSL288°22.64%58.43%
HSB/HSV288°27.75%67.84%
CMYK5.78%27.75%0.00%
32.16%

Color #A37DAD in popluar number systems.

HEXA37DAD
Decimal163125173
Binary10100011111110110101101
Octal243175255

Shades and tints

Shades of #A37DAD

#A37DAD
(163,125,173)
#95729E
(149,114,158)
#87678F
(135,103,143)
#795C80
(121,92,128)
#6B5171
(107,81,113)
#5D4662
(93,70,98)
#4F3B53
(79,59,83)
#413044
(65,48,68)
#332535
(51,37,53)
#251A26
(37,26,38)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #A37DAD

#A37DAD
(163,125,173)
#AB88B4
(171,136,180)
#B393BB
(179,147,187)
#BB9EC2
(187,158,194)
#C3A9C9
(195,169,201)
#CBB4D0
(203,180,208)
#D3BFD7
(211,191,215)
#DBCADE
(219,202,222)
#E3D5E5
(227,213,229)
#EBE0EC
(235,224,236)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37DAD color. Also use rgb(163,125,173) instead hex code.

Text Font Color

.myTextColor { color: #A37DAD; }

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

This text font color is #A37DAD.


Background Color

.myBgColor { background-color: #A37DAD; }

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

This div background color is #A37DAD.


Border color

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

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

This div border color is #A37DAD.


Opacity

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

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

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

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

This text has shadow with #A37DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37DAD on black background.


Color preview on white background

This text has color #A37DAD on white background.



Black color preview on #A37DAD background

This text has black color on #A37DAD background.


White color preview on #A37DAD background

This text has white color on #A37DAD background.