COLOR #AD73CC

HEX: #AD73CC
RGB: (173,115,204)

Color info

#AD73CC contains mainly red and blue colors. Web safe color of #AD73CC is #9966CC (or #96C).

RGB color model

#AD73CC color RGB value is (173,115,204).

  • red value is 173;
  • green value is 115;
  • blue value is 204.
RGB:
(173,115,204)
(68%,45%,80%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 204 of 255 = 80%

173
115
204

R + G + B ~ 64%. #AD73CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 115 + 204 = 492 (100%)
R 173 of 492 ~ 35.16%
G 115 of 492 ~ 23.37%
B 204 of 492 ~ 41.46%

%35.16
%23.37
%41.46

CMYK color model

#AD73CC color CMYK value is (15,44,0,20).

  • cyan value is 15.20%
  • magenta value is 43.63%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,44,0,20)
C15M44Y0K20 
(15%,44%,0%,20%)
(0.15/0.44/0.00/0.20)	

CMYK percentages

%15.2
%43.63
%0
%20

Codes

Color #AD73CC in popluar color models

AD73CC
RGB173115204
HSL279°46.60%62.55%
HSB/HSV279°43.63%80.00%
CMYK15.20%43.63%0.00%
20.00%

Color #AD73CC in popluar number systems.

HEXAD73CC
Decimal173115204
Binary10101101111001111001100
Octal255163314

Shades and tints

Shades of #AD73CC

#AD73CC
(173,115,204)
#9E69BA
(158,105,186)
#8F5FA8
(143,95,168)
#805596
(128,85,150)
#714B84
(113,75,132)
#624172
(98,65,114)
#533760
(83,55,96)
#442D4E
(68,45,78)
#35233C
(53,35,60)
#26192A
(38,25,42)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #AD73CC

#AD73CC
(173,115,204)
#B47FD0
(180,127,208)
#BB8BD4
(187,139,212)
#C297D8
(194,151,216)
#C9A3DC
(201,163,220)
#D0AFE0
(208,175,224)
#D7BBE4
(215,187,228)
#DEC7E8
(222,199,232)
#E5D3EC
(229,211,236)
#ECDFF0
(236,223,240)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD73CC color. Also use rgb(173,115,204) instead hex code.

Text Font Color

.myTextColor { color: #AD73CC; }

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

This text font color is #AD73CC.


Background Color

.myBgColor { background-color: #AD73CC; }

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

This div background color is #AD73CC.


Border color

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

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

This div border color is #AD73CC.


Opacity

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

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

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

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

This text has shadow with #AD73CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD73CC on black background.


Color preview on white background

This text has color #AD73CC on white background.



Black color preview on #AD73CC background

This text has black color on #AD73CC background.


White color preview on #AD73CC background

This text has white color on #AD73CC background.