COLOR #AD5D8D

HEX: #AD5D8D
RGB: (173,93,141)

Color info

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

RGB color model

#AD5D8D color RGB value is (173,93,141).

  • red value is 173;
  • green value is 93;
  • blue value is 141.
RGB:
(173,93,141)
(68%,36%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 93 of 255 = 36%
B 141 of 255 = 55%

173
93
141

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

Portions of RGB colors in percentages

R + G + B =
173 + 93 + 141 = 407 (100%)
R 173 of 407 ~ 42.51%
G 93 of 407 ~ 22.85%
B 141 of 407 ~ 34.64%

%42.51
%22.85
%34.64

CMYK color model

#AD5D8D color CMYK value is (0,46,18,32).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,46,18,32)
C0M46Y18K32 
(0%,46%,18%,32%)
(0.00/0.46/0.18/0.32)	

CMYK percentages

%0
%46.24
%18.5
%32.16

Codes

Color #AD5D8D in popluar color models

AD5D8D
RGB17393141
HSL324°32.79%52.16%
HSB/HSV324°46.24%67.84%
CMYK0.00%46.24%18.50%
32.16%

Color #AD5D8D in popluar number systems.

HEXAD5D8D
Decimal17393141
Binary10101101101110110001101
Octal255135215

Shades and tints

Shades of #AD5D8D

#AD5D8D
(173,93,141)
#9E5581
(158,85,129)
#8F4D75
(143,77,117)
#804569
(128,69,105)
#713D5D
(113,61,93)
#623551
(98,53,81)
#532D45
(83,45,69)
#442539
(68,37,57)
#351D2D
(53,29,45)
#261521
(38,21,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #AD5D8D

#AD5D8D
(173,93,141)
#B46B97
(180,107,151)
#BB79A1
(187,121,161)
#C287AB
(194,135,171)
#C995B5
(201,149,181)
#D0A3BF
(208,163,191)
#D7B1C9
(215,177,201)
#DEBFD3
(222,191,211)
#E5CDDD
(229,205,221)
#ECDBE7
(236,219,231)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5D8D color. Also use rgb(173,93,141) instead hex code.

Text Font Color

.myTextColor { color: #AD5D8D; }

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

This text font color is #AD5D8D.


Background Color

.myBgColor { background-color: #AD5D8D; }

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

This div background color is #AD5D8D.


Border color

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

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

This div border color is #AD5D8D.


Opacity

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

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

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

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

This text has shadow with #AD5D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5D8D on black background.


Color preview on white background

This text has color #AD5D8D on white background.



Black color preview on #AD5D8D background

This text has black color on #AD5D8D background.


White color preview on #AD5D8D background

This text has white color on #AD5D8D background.