COLOR #AD5790

HEX: #AD5790
RGB: (173,87,144)

Color info

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

RGB color model

#AD5790 color RGB value is (173,87,144).

  • red value is 173;
  • green value is 87;
  • blue value is 144.
RGB:
(173,87,144)
(68%,34%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 87 of 255 = 34%
B 144 of 255 = 56%

173
87
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 87 + 144 = 404 (100%)
R 173 of 404 ~ 42.82%
G 87 of 404 ~ 21.53%
B 144 of 404 ~ 35.64%

%42.82
%21.53
%35.64

CMYK color model

#AD5790 color CMYK value is (0,50,17,32).

  • cyan value is 0.00%
  • magenta value is 49.71%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,50,17,32)
C0M50Y17K32 
(0%,50%,17%,32%)
(0.00/0.50/0.17/0.32)	

CMYK percentages

%0
%49.71
%16.76
%32.16

Codes

Color #AD5790 in popluar color models

AD5790
RGB17387144
HSL320°34.40%50.98%
HSB/HSV320°49.71%67.84%
CMYK0.00%49.71%16.76%
32.16%

Color #AD5790 in popluar number systems.

HEXAD5790
Decimal17387144
Binary10101101101011110010000
Octal255127220

Shades and tints

Shades of #AD5790

#AD5790
(173,87,144)
#9E5083
(158,80,131)
#8F4976
(143,73,118)
#804269
(128,66,105)
#713B5C
(113,59,92)
#62344F
(98,52,79)
#532D42
(83,45,66)
#442635
(68,38,53)
#351F28
(53,31,40)
#26181B
(38,24,27)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #AD5790

#AD5790
(173,87,144)
#B4669A
(180,102,154)
#BB75A4
(187,117,164)
#C284AE
(194,132,174)
#C993B8
(201,147,184)
#D0A2C2
(208,162,194)
#D7B1CC
(215,177,204)
#DEC0D6
(222,192,214)
#E5CFE0
(229,207,224)
#ECDEEA
(236,222,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5790 color. Also use rgb(173,87,144) instead hex code.

Text Font Color

.myTextColor { color: #AD5790; }

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

This text font color is #AD5790.


Background Color

.myBgColor { background-color: #AD5790; }

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

This div background color is #AD5790.


Border color

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

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

This div border color is #AD5790.


Opacity

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

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

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

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

This text has shadow with #AD5790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5790 on black background.


Color preview on white background

This text has color #AD5790 on white background.



Black color preview on #AD5790 background

This text has black color on #AD5790 background.


White color preview on #AD5790 background

This text has white color on #AD5790 background.