COLOR #AD4EC4

HEX: #AD4EC4
RGB: (173,78,196)

Color info

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

RGB color model

#AD4EC4 color RGB value is (173,78,196).

  • red value is 173;
  • green value is 78;
  • blue value is 196.
RGB:
(173,78,196)
(68%,31%,77%)

RGB channels and saturation

R 173 of 255 = 68%
G 78 of 255 = 31%
B 196 of 255 = 77%

173
78
196

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

Portions of RGB colors in percentages

R + G + B =
173 + 78 + 196 = 447 (100%)
R 173 of 447 ~ 38.7%
G 78 of 447 ~ 17.45%
B 196 of 447 ~ 43.85%

%38.7
%17.45
%43.85

CMYK color model

#AD4EC4 color CMYK value is (12,60,0,23).

  • cyan value is 11.73%
  • magenta value is 60.20%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,60,0,23)
C12M60Y0K23 
(12%,60%,0%,23%)
(0.12/0.60/0.00/0.23)	

CMYK percentages

%11.73
%60.2
%0
%23.14

Codes

Color #AD4EC4 in popluar color models

AD4EC4
RGB17378196
HSL288°50.00%53.73%
HSB/HSV288°60.20%76.86%
CMYK11.73%60.20%0.00%
23.14%

Color #AD4EC4 in popluar number systems.

HEXAD4EC4
Decimal17378196
Binary10101101100111011000100
Octal255116304

Shades and tints

Shades of #AD4EC4

#AD4EC4
(173,78,196)
#9E47B3
(158,71,179)
#8F40A2
(143,64,162)
#803991
(128,57,145)
#713280
(113,50,128)
#622B6F
(98,43,111)
#53245E
(83,36,94)
#441D4D
(68,29,77)
#35163C
(53,22,60)
#260F2B
(38,15,43)
#17081A
(23,8,26)
#000000
(0,0,0)

Tints of #AD4EC4

#AD4EC4
(173,78,196)
#B45EC9
(180,94,201)
#BB6ECE
(187,110,206)
#C27ED3
(194,126,211)
#C98ED8
(201,142,216)
#D09EDD
(208,158,221)
#D7AEE2
(215,174,226)
#DEBEE7
(222,190,231)
#E5CEEC
(229,206,236)
#ECDEF1
(236,222,241)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4EC4 color. Also use rgb(173,78,196) instead hex code.

Text Font Color

.myTextColor { color: #AD4EC4; }

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

This text font color is #AD4EC4.


Background Color

.myBgColor { background-color: #AD4EC4; }

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

This div background color is #AD4EC4.


Border color

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

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

This div border color is #AD4EC4.


Opacity

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

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

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

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

This text has shadow with #AD4EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4EC4 on black background.


Color preview on white background

This text has color #AD4EC4 on white background.



Black color preview on #AD4EC4 background

This text has black color on #AD4EC4 background.


White color preview on #AD4EC4 background

This text has white color on #AD4EC4 background.