COLOR #AD5F8B

HEX: #AD5F8B
RGB: (173,95,139)

Color info

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

RGB color model

#AD5F8B color RGB value is (173,95,139).

  • red value is 173;
  • green value is 95;
  • blue value is 139.
RGB:
(173,95,139)
(68%,37%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 95 of 255 = 37%
B 139 of 255 = 55%

173
95
139

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

Portions of RGB colors in percentages

R + G + B =
173 + 95 + 139 = 407 (100%)
R 173 of 407 ~ 42.51%
G 95 of 407 ~ 23.34%
B 139 of 407 ~ 34.15%

%42.51
%23.34
%34.15

CMYK color model

#AD5F8B color CMYK value is (0,45,20,32).

  • cyan value is 0.00%
  • magenta value is 45.09%
  • yellow value is 19.65%
  • key color value is 32.16%
CMYK:
(0,45,20,32)
C0M45Y20K32 
(0%,45%,20%,32%)
(0.00/0.45/0.20/0.32)	

CMYK percentages

%0
%45.09
%19.65
%32.16

Codes

Color #AD5F8B in popluar color models

AD5F8B
RGB17395139
HSL326°32.23%52.55%
HSB/HSV326°45.09%67.84%
CMYK0.00%45.09%19.65%
32.16%

Color #AD5F8B in popluar number systems.

HEXAD5F8B
Decimal17395139
Binary10101101101111110001011
Octal255137213

Shades and tints

Shades of #AD5F8B

#AD5F8B
(173,95,139)
#9E577F
(158,87,127)
#8F4F73
(143,79,115)
#804767
(128,71,103)
#713F5B
(113,63,91)
#62374F
(98,55,79)
#532F43
(83,47,67)
#442737
(68,39,55)
#351F2B
(53,31,43)
#26171F
(38,23,31)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD5F8B

#AD5F8B
(173,95,139)
#B46D95
(180,109,149)
#BB7B9F
(187,123,159)
#C289A9
(194,137,169)
#C997B3
(201,151,179)
#D0A5BD
(208,165,189)
#D7B3C7
(215,179,199)
#DEC1D1
(222,193,209)
#E5CFDB
(229,207,219)
#ECDDE5
(236,221,229)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5F8B color. Also use rgb(173,95,139) instead hex code.

Text Font Color

.myTextColor { color: #AD5F8B; }

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

This text font color is #AD5F8B.


Background Color

.myBgColor { background-color: #AD5F8B; }

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

This div background color is #AD5F8B.


Border color

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

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

This div border color is #AD5F8B.


Opacity

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

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

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

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

This text has shadow with #AD5F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5F8B on black background.


Color preview on white background

This text has color #AD5F8B on white background.



Black color preview on #AD5F8B background

This text has black color on #AD5F8B background.


White color preview on #AD5F8B background

This text has white color on #AD5F8B background.