COLOR #AD71B3

HEX: #AD71B3
RGB: (173,113,179)

Color info

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

RGB color model

#AD71B3 color RGB value is (173,113,179).

  • red value is 173;
  • green value is 113;
  • blue value is 179.
RGB:
(173,113,179)
(68%,44%,70%)

RGB channels and saturation

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

173
113
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 113 + 179 = 465 (100%)
R 173 of 465 ~ 37.2%
G 113 of 465 ~ 24.3%
B 179 of 465 ~ 38.49%

%37.2
%24.3
%38.49

CMYK color model

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

  • cyan value is 3.35%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,37,0,30)
C3M37Y0K30 
(3%,37%,0%,30%)
(0.03/0.37/0.00/0.30)	

CMYK percentages

%3.35
%36.87
%0
%29.8

Codes

Color #AD71B3 in popluar color models

AD71B3
RGB173113179
HSL295°30.28%57.25%
HSB/HSV295°36.87%70.20%
CMYK3.35%36.87%0.00%
29.80%

Color #AD71B3 in popluar number systems.

HEXAD71B3
Decimal173113179
Binary10101101111000110110011
Octal255161263

Shades and tints

Shades of #AD71B3

#AD71B3
(173,113,179)
#9E67A3
(158,103,163)
#8F5D93
(143,93,147)
#805383
(128,83,131)
#714973
(113,73,115)
#623F63
(98,63,99)
#533553
(83,53,83)
#442B43
(68,43,67)
#352133
(53,33,51)
#261723
(38,23,35)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD71B3

#AD71B3
(173,113,179)
#B47DB9
(180,125,185)
#BB89BF
(187,137,191)
#C295C5
(194,149,197)
#C9A1CB
(201,161,203)
#D0ADD1
(208,173,209)
#D7B9D7
(215,185,215)
#DEC5DD
(222,197,221)
#E5D1E3
(229,209,227)
#ECDDE9
(236,221,233)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD71B3; }

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

This text font color is #AD71B3.


Background Color

.myBgColor { background-color: #AD71B3; }

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

This div background color is #AD71B3.


Border color

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

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

This div border color is #AD71B3.


Opacity

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

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

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

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

This text has shadow with #AD71B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD71B3 on black background.


Color preview on white background

This text has color #AD71B3 on white background.



Black color preview on #AD71B3 background

This text has black color on #AD71B3 background.


White color preview on #AD71B3 background

This text has white color on #AD71B3 background.