COLOR #AD71B8

HEX: #AD71B8 RGB: (173,113,184)

Color info

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

RGB color model

#AD71B8 color RGB value is (173,113,184).

RGB: (173,113,184) (68%, 44%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 184 of 255 = 72%

173
113
184

R + G + B ~ 61%. #AD71B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 113 + 184 = 470 (100%)
R 173 of 470 ~ 36.81%
G 113 of 470 ~ 24.04%
B 184 of 470 ~ 39.15'%

%36.81
%24.04
%39.15

CMYK color model

#AD71B8 color CMYK value is (6,39,0,28).

  • cyan value is 5.98%
  • magenta value is 38.59%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (6,39,0,28)
C6M39Y0K28 (6%, 39%, 0%, 28%)
(0.06 / 0.39 / 0.00 / 0.28)

CMYK percentages

%5.98
%38.59
%0
%27.84

Codes

Color #AD71B8 in popluar color models

AD 71 B8
RGB 173 113 184
HSL 291° 33.33% 58.24%
HSB/HSV 291° 38.59% 72.16%
CMYK 5.98% 38.59% 0.00%
27.84%

Color #AD71B8 in popluar number systems.

HEX AD 71 B8
Decimal 173 113 184
Binary 10101101 1110001 10111000
Octal 255 161 270

Shades and tints

Shades of #AD71B8

#AD71B8
(173,113,184)
#9E67A8
(158,103,168)
#8F5D98
(143,93,152)
#805388
(128,83,136)
#714978
(113,73,120)
#623F68
(98,63,104)
#533558
(83,53,88)
#442B48
(68,43,72)
#352138
(53,33,56)
#261728
(38,23,40)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #AD71B8

#AD71B8
(173,113,184)
#B47DBE
(180,125,190)
#BB89C4
(187,137,196)
#C295CA
(194,149,202)
#C9A1D0
(201,161,208)
#D0ADD6
(208,173,214)
#D7B9DC
(215,185,220)
#DEC5E2
(222,197,226)
#E5D1E8
(229,209,232)
#ECDDEE
(236,221,238)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD71B8 color. Also use rgb(173,113,184) instead hex code.

Text Font Color

.myTextColor { color: #AD71B8; }

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

This text font color is #AD71B8.

Background Color

.myBgColor { background-color: #AD71B8; }

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

This div background color is #AD71B8.

Border color

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

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

This div border color is #AD71B8.

Opacity

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

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

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

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

This text has shadow with #AD71B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD71B8.

Preview

Color preview on black background

This text has color #AD71B8 on black background.


Color preview on white background

This text has color #AD71B8 on white background.


Black color preview on #AD71B8 background

This text has black color on #AD71B8 background.


White color preview on #AD71B8 background

This text has white color on #AD71B8 background.


Related colors

Complementary color

Complementary color for #hex is #528E47.


I love getcolorcode.com

Triadic colors

1 #B8AD71 and #71B8AD with #AD71B8 are triadic colors.

2 #B871AD and #71ADB8 with #AD71B8 are triadic colors.