COLOR #AD3A9C

HEX: #AD3A9C
RGB: (173,58,156)

Color info

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

RGB color model

#AD3A9C color RGB value is (173,58,156).

  • red value is 173;
  • green value is 58;
  • blue value is 156.
RGB:
(173,58,156)
(68%,23%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 58 of 255 = 23%
B 156 of 255 = 61%

173
58
156

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

Portions of RGB colors in percentages

R + G + B =
173 + 58 + 156 = 387 (100%)
R 173 of 387 ~ 44.7%
G 58 of 387 ~ 14.99%
B 156 of 387 ~ 40.31%

%44.7
%14.99
%40.31

CMYK color model

#AD3A9C color CMYK value is (0,66,10,32).

  • cyan value is 0.00%
  • magenta value is 66.47%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(0,66,10,32)
C0M66Y10K32 
(0%,66%,10%,32%)
(0.00/0.66/0.10/0.32)	

CMYK percentages

%0
%66.47
%9.83
%32.16

Codes

Color #AD3A9C in popluar color models

AD3A9C
RGB17358156
HSL309°49.78%45.29%
HSB/HSV309°66.47%67.84%
CMYK0.00%66.47%9.83%
32.16%

Color #AD3A9C in popluar number systems.

HEXAD3A9C
Decimal17358156
Binary1010110111101010011100
Octal25572234

Shades and tints

Shades of #AD3A9C

#AD3A9C
(173,58,156)
#9E358E
(158,53,142)
#8F3080
(143,48,128)
#802B72
(128,43,114)
#712664
(113,38,100)
#622156
(98,33,86)
#531C48
(83,28,72)
#44173A
(68,23,58)
#35122C
(53,18,44)
#260D1E
(38,13,30)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #AD3A9C

#AD3A9C
(173,58,156)
#B44BA5
(180,75,165)
#BB5CAE
(187,92,174)
#C26DB7
(194,109,183)
#C97EC0
(201,126,192)
#D08FC9
(208,143,201)
#D7A0D2
(215,160,210)
#DEB1DB
(222,177,219)
#E5C2E4
(229,194,228)
#ECD3ED
(236,211,237)
#F3E4F6
(243,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3A9C color. Also use rgb(173,58,156) instead hex code.

Text Font Color

.myTextColor { color: #AD3A9C; }

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

This text font color is #AD3A9C.


Background Color

.myBgColor { background-color: #AD3A9C; }

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

This div background color is #AD3A9C.


Border color

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

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

This div border color is #AD3A9C.


Opacity

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

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

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

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

This text has shadow with #AD3A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3A9C on black background.


Color preview on white background

This text has color #AD3A9C on white background.



Black color preview on #AD3A9C background

This text has black color on #AD3A9C background.


White color preview on #AD3A9C background

This text has white color on #AD3A9C background.