COLOR #AD529B

HEX: #AD529B
RGB: (173,82,155)

Color info

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

RGB color model

#AD529B color RGB value is (173,82,155).

  • red value is 173;
  • green value is 82;
  • blue value is 155.
RGB:
(173,82,155)
(68%,32%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 82 of 255 = 32%
B 155 of 255 = 61%

173
82
155

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

Portions of RGB colors in percentages

R + G + B =
173 + 82 + 155 = 410 (100%)
R 173 of 410 ~ 42.2%
G 82 of 410 ~ 20%
B 155 of 410 ~ 37.8%

%42.2
%20
%37.8

CMYK color model

#AD529B color CMYK value is (0,53,10,32).

  • cyan value is 0.00%
  • magenta value is 52.60%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(0,53,10,32)
C0M53Y10K32 
(0%,53%,10%,32%)
(0.00/0.53/0.10/0.32)	

CMYK percentages

%0
%52.6
%10.4
%32.16

Codes

Color #AD529B in popluar color models

AD529B
RGB17382155
HSL312°35.69%50.00%
HSB/HSV312°52.60%67.84%
CMYK0.00%52.60%10.40%
32.16%

Color #AD529B in popluar number systems.

HEXAD529B
Decimal17382155
Binary10101101101001010011011
Octal255122233

Shades and tints

Shades of #AD529B

#AD529B
(173,82,155)
#9E4B8D
(158,75,141)
#8F447F
(143,68,127)
#803D71
(128,61,113)
#713663
(113,54,99)
#622F55
(98,47,85)
#532847
(83,40,71)
#442139
(68,33,57)
#351A2B
(53,26,43)
#26131D
(38,19,29)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #AD529B

#AD529B
(173,82,155)
#B461A4
(180,97,164)
#BB70AD
(187,112,173)
#C27FB6
(194,127,182)
#C98EBF
(201,142,191)
#D09DC8
(208,157,200)
#D7ACD1
(215,172,209)
#DEBBDA
(222,187,218)
#E5CAE3
(229,202,227)
#ECD9EC
(236,217,236)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD529B color. Also use rgb(173,82,155) instead hex code.

Text Font Color

.myTextColor { color: #AD529B; }

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

This text font color is #AD529B.


Background Color

.myBgColor { background-color: #AD529B; }

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

This div background color is #AD529B.


Border color

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

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

This div border color is #AD529B.


Opacity

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

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

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

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

This text has shadow with #AD529B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD529B on black background.


Color preview on white background

This text has color #AD529B on white background.



Black color preview on #AD529B background

This text has black color on #AD529B background.


White color preview on #AD529B background

This text has white color on #AD529B background.