COLOR #AD71B2

HEX: #AD71B2 RGB: (173,113,178)

Color info

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

RGB color model

#AD71B2 color RGB value is (173,113,178).

RGB: (173,113,178) (68%, 44%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 178 of 255 = 70%

173
113
178

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

Portions of RGB colors in percentages

R + G + B = 173 + 113 + 178 = 464 (100%)
R 173 of 464 ~ 37.28%
G 113 of 464 ~ 24.35%
B 178 of 464 ~ 38.36'%

%37.28
%24.35
%38.36

CMYK color model

#AD71B2 color CMYK value is (3,37,0,30).

  • cyan value is 2.81%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (3,37,0,30)
C3M37Y0K30 (3%, 37%, 0%, 30%)
(0.03 / 0.37 / 0.00 / 0.30)

CMYK percentages

%2.81
%36.52
%0
%30.2

Codes

Color #AD71B2 in popluar color models

AD 71 B2
RGB 173 113 178
HSL 295° 29.68% 57.06%
HSB/HSV 295° 36.52% 69.80%
CMYK 2.81% 36.52% 0.00%
30.20%

Color #AD71B2 in popluar number systems.

HEX AD 71 B2
Decimal 173 113 178
Binary 10101101 1110001 10110010
Octal 255 161 262

Shades and tints

Shades of #AD71B2

#AD71B2
(173,113,178)
#9E67A2
(158,103,162)
#8F5D92
(143,93,146)
#805382
(128,83,130)
#714972
(113,73,114)
#623F62
(98,63,98)
#533552
(83,53,82)
#442B42
(68,43,66)
#352132
(53,33,50)
#261722
(38,23,34)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #AD71B2

#AD71B2
(173,113,178)
#B47DB9
(180,125,185)
#BB89C0
(187,137,192)
#C295C7
(194,149,199)
#C9A1CE
(201,161,206)
#D0ADD5
(208,173,213)
#D7B9DC
(215,185,220)
#DEC5E3
(222,197,227)
#E5D1EA
(229,209,234)
#ECDDF1
(236,221,241)
#F3E9F8
(243,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD71B2; }

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

This text font color is #AD71B2.

Background Color

.myBgColor { background-color: #AD71B2; }

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

This div background color is #AD71B2.

Border color

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

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

This div border color is #AD71B2.

Opacity

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

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

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

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

This text has shadow with #AD71B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD71B2.

Preview

Color preview on black background

This text has color #AD71B2 on black background.


Color preview on white background

This text has color #AD71B2 on white background.


Black color preview on #AD71B2 background

This text has black color on #AD71B2 background.


White color preview on #AD71B2 background

This text has white color on #AD71B2 background.


Related colors

Complementary color

Complementary color for #hex is #528E4D.


I love getcolorcode.com

Triadic colors

1 #B2AD71 and #71B2AD with #AD71B2 are triadic colors.

2 #B271AD and #71ADB2 with #AD71B2 are triadic colors.