COLOR #AD3186

HEX: #AD3186
RGB: (173,49,134)

Color info

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

RGB color model

#AD3186 color RGB value is (173,49,134).

  • red value is 173;
  • green value is 49;
  • blue value is 134.
RGB:
(173,49,134)
(68%,19%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 49 of 255 = 19%
B 134 of 255 = 53%

173
49
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 49 + 134 = 356 (100%)
R 173 of 356 ~ 48.6%
G 49 of 356 ~ 13.76%
B 134 of 356 ~ 37.64%

%48.6
%13.76
%37.64

CMYK color model

#AD3186 color CMYK value is (0,72,23,32).

  • cyan value is 0.00%
  • magenta value is 71.68%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,72,23,32)
C0M72Y23K32 
(0%,72%,23%,32%)
(0.00/0.72/0.23/0.32)	

CMYK percentages

%0
%71.68
%22.54
%32.16

Codes

Color #AD3186 in popluar color models

AD3186
RGB17349134
HSL319°55.86%43.53%
HSB/HSV319°71.68%67.84%
CMYK0.00%71.68%22.54%
32.16%

Color #AD3186 in popluar number systems.

HEXAD3186
Decimal17349134
Binary1010110111000110000110
Octal25561206

Shades and tints

Shades of #AD3186

#AD3186
(173,49,134)
#9E2D7A
(158,45,122)
#8F296E
(143,41,110)
#802562
(128,37,98)
#712156
(113,33,86)
#621D4A
(98,29,74)
#53193E
(83,25,62)
#441532
(68,21,50)
#351126
(53,17,38)
#260D1A
(38,13,26)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #AD3186

#AD3186
(173,49,134)
#B44391
(180,67,145)
#BB559C
(187,85,156)
#C267A7
(194,103,167)
#C979B2
(201,121,178)
#D08BBD
(208,139,189)
#D79DC8
(215,157,200)
#DEAFD3
(222,175,211)
#E5C1DE
(229,193,222)
#ECD3E9
(236,211,233)
#F3E5F4
(243,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD3186; }

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

This text font color is #AD3186.


Background Color

.myBgColor { background-color: #AD3186; }

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

This div background color is #AD3186.


Border color

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

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

This div border color is #AD3186.


Opacity

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

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

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

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

This text has shadow with #AD3186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3186 on black background.


Color preview on white background

This text has color #AD3186 on white background.



Black color preview on #AD3186 background

This text has black color on #AD3186 background.


White color preview on #AD3186 background

This text has white color on #AD3186 background.