COLOR #AD319F

HEX: #AD319F RGB: (173,49,159)

Color info

#AD319F contains mainly red and blue colors. Web safe color of #AD319F is #993399 (or #939).

RGB color model

#AD319F color RGB value is (173,49,159).

RGB: (173,49,159) (68%, 19%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 49 of 255 = 19%
B 159 of 255 = 62%

173
49
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 49 + 159 = 381 (100%)
R 173 of 381 ~ 45.41%
G 49 of 381 ~ 12.86%
B 159 of 381 ~ 41.73'%

%45.41
%12.86
%41.73

CMYK color model

#AD319F color CMYK value is (0,72,8,32).

  • cyan value is 0.00%
  • magenta value is 71.68%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK: (0,72,8,32) C0M72Y8K32 (0%,72%,8%,32%) (0.00/0.72/0.08/0.32) 

CMYK percentages

%0
%71.68
%8.09
%32.16

Codes

Color #AD319F in popluar color models

AD 31 9F
RGB 173 49 159
HSL 307° 55.86% 43.53%
HSB/HSV 307° 71.68% 67.84%
CMYK 0.00% 71.68% 8.09%
32.16%

Color #AD319F in popluar number systems.

HEX AD 31 9F
Decimal 173 49 159
Binary 10101101 110001 10011111
Octal 255 61 237

Shades and tints

Shades of #AD319F

#AD319F
(173,49,159)
#9E2D91
(158,45,145)
#8F2983
(143,41,131)
#802575
(128,37,117)
#712167
(113,33,103)
#621D59
(98,29,89)
#53194B
(83,25,75)
#44153D
(68,21,61)
#35112F
(53,17,47)
#260D21
(38,13,33)
#170913
(23,9,19)
#000000
(0,0,0)

Tints of #AD319F

#AD319F
(173,49,159)
#B443A7
(180,67,167)
#BB55AF
(187,85,175)
#C267B7
(194,103,183)
#C979BF
(201,121,191)
#D08BC7
(208,139,199)
#D79DCF
(215,157,207)
#DEAFD7
(222,175,215)
#E5C1DF
(229,193,223)
#ECD3E7
(236,211,231)
#F3E5EF
(243,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD319F color. Also use rgb(173,49,159) instead hex code.

Text Font Color

.myTextColor { color: #AD319F; }

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

This text font color is #AD319F.

Background Color

.myBgColor { background-color: #AD319F; }

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

This div background color is #AD319F.

Border color

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

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

This div border color is #AD319F.

Opacity

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

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

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

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

This text has shadow with #AD319F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD319F.

Preview

Color preview on black background

This text has color #AD319F on black background.


Color preview on white background

This text has color #AD319F on white background.


Black color preview on #AD319F background

This text has black color on #AD319F background.


White color preview on #AD319F background

This text has white color on #AD319F background.


Related colors

Complementary color

Complementary color for #hex is #52CE60.


I love getcolorcode.com

Triadic colors

1 #9FAD31 and #319FAD with #AD319F are triadic colors.

2 #9F31AD and #31AD9F with #AD319F are triadic colors.