COLOR #AD5792

HEX: #AD5792
RGB: (173,87,146)

Color info

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

RGB color model

#AD5792 color RGB value is (173,87,146).

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

RGB channels and saturation

R 173 of 255 = 68%
G 87 of 255 = 34%
B 146 of 255 = 57%

173
87
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 87 + 146 = 406 (100%)
R 173 of 406 ~ 42.61%
G 87 of 406 ~ 21.43%
B 146 of 406 ~ 35.96%

%42.61
%21.43
%35.96

CMYK color model

#AD5792 color CMYK value is (0,50,16,32).

  • cyan value is 0.00%
  • magenta value is 49.71%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,50,16,32)
C0M50Y16K32 
(0%,50%,16%,32%)
(0.00/0.50/0.16/0.32)	

CMYK percentages

%0
%49.71
%15.61
%32.16

Codes

Color #AD5792 in popluar color models

AD5792
RGB17387146
HSL319°34.40%50.98%
HSB/HSV319°49.71%67.84%
CMYK0.00%49.71%15.61%
32.16%

Color #AD5792 in popluar number systems.

HEXAD5792
Decimal17387146
Binary10101101101011110010010
Octal255127222

Shades and tints

Shades of #AD5792

#AD5792
(173,87,146)
#9E5085
(158,80,133)
#8F4978
(143,73,120)
#80426B
(128,66,107)
#713B5E
(113,59,94)
#623451
(98,52,81)
#532D44
(83,45,68)
#442637
(68,38,55)
#351F2A
(53,31,42)
#26181D
(38,24,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD5792

#AD5792
(173,87,146)
#B4669B
(180,102,155)
#BB75A4
(187,117,164)
#C284AD
(194,132,173)
#C993B6
(201,147,182)
#D0A2BF
(208,162,191)
#D7B1C8
(215,177,200)
#DEC0D1
(222,192,209)
#E5CFDA
(229,207,218)
#ECDEE3
(236,222,227)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5792; }

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

This text font color is #AD5792.


Background Color

.myBgColor { background-color: #AD5792; }

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

This div background color is #AD5792.


Border color

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

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

This div border color is #AD5792.


Opacity

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

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

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

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

This text has shadow with #AD5792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5792 on black background.


Color preview on white background

This text has color #AD5792 on white background.



Black color preview on #AD5792 background

This text has black color on #AD5792 background.


White color preview on #AD5792 background

This text has white color on #AD5792 background.