COLOR #AD5FB5

HEX: #AD5FB5
RGB: (173,95,181)

Color info

#AD5FB5 contains mainly red and blue colors. Web safe color of #AD5FB5 is #9966CC (or #96C).

RGB color model

#AD5FB5 color RGB value is (173,95,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 95 of 255 = 37%
B 181 of 255 = 71%

173
95
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 95 + 181 = 449 (100%)
R 173 of 449 ~ 38.53%
G 95 of 449 ~ 21.16%
B 181 of 449 ~ 40.31%

%38.53
%21.16
%40.31

CMYK color model

#AD5FB5 color CMYK value is (4,48,0,29).

  • cyan value is 4.42%
  • magenta value is 47.51%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,48,0,29)
C4M48Y0K29 
(4%,48%,0%,29%)
(0.04/0.48/0.00/0.29)	

CMYK percentages

%4.42
%47.51
%0
%29.02

Codes

Color #AD5FB5 in popluar color models

AD5FB5
RGB17395181
HSL294°36.75%54.12%
HSB/HSV294°47.51%70.98%
CMYK4.42%47.51%0.00%
29.02%

Color #AD5FB5 in popluar number systems.

HEXAD5FB5
Decimal17395181
Binary10101101101111110110101
Octal255137265

Shades and tints

Shades of #AD5FB5

#AD5FB5
(173,95,181)
#9E57A5
(158,87,165)
#8F4F95
(143,79,149)
#804785
(128,71,133)
#713F75
(113,63,117)
#623765
(98,55,101)
#532F55
(83,47,85)
#442745
(68,39,69)
#351F35
(53,31,53)
#261725
(38,23,37)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD5FB5

#AD5FB5
(173,95,181)
#B46DBB
(180,109,187)
#BB7BC1
(187,123,193)
#C289C7
(194,137,199)
#C997CD
(201,151,205)
#D0A5D3
(208,165,211)
#D7B3D9
(215,179,217)
#DEC1DF
(222,193,223)
#E5CFE5
(229,207,229)
#ECDDEB
(236,221,235)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5FB5; }

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

This text font color is #AD5FB5.


Background Color

.myBgColor { background-color: #AD5FB5; }

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

This div background color is #AD5FB5.


Border color

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

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

This div border color is #AD5FB5.


Opacity

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

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

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

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

This text has shadow with #AD5FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5FB5 on black background.


Color preview on white background

This text has color #AD5FB5 on white background.



Black color preview on #AD5FB5 background

This text has black color on #AD5FB5 background.


White color preview on #AD5FB5 background

This text has white color on #AD5FB5 background.