COLOR #AD74C4

HEX: #AD74C4
RGB: (173,116,196)

Color info

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

RGB color model

#AD74C4 color RGB value is (173,116,196).

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

RGB channels and saturation

R 173 of 255 = 68%
G 116 of 255 = 45%
B 196 of 255 = 77%

173
116
196

R + G + B ~ 63%. #AD74C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 116 + 196 = 485 (100%)
R 173 of 485 ~ 35.67%
G 116 of 485 ~ 23.92%
B 196 of 485 ~ 40.41%

%35.67
%23.92
%40.41

CMYK color model

#AD74C4 color CMYK value is (12,41,0,23).

  • cyan value is 11.73%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,41,0,23)
C12M41Y0K23 
(12%,41%,0%,23%)
(0.12/0.41/0.00/0.23)	

CMYK percentages

%11.73
%40.82
%0
%23.14

Codes

Color #AD74C4 in popluar color models

AD74C4
RGB173116196
HSL283°40.40%61.18%
HSB/HSV283°40.82%76.86%
CMYK11.73%40.82%0.00%
23.14%

Color #AD74C4 in popluar number systems.

HEXAD74C4
Decimal173116196
Binary10101101111010011000100
Octal255164304

Shades and tints

Shades of #AD74C4

#AD74C4
(173,116,196)
#9E6AB3
(158,106,179)
#8F60A2
(143,96,162)
#805691
(128,86,145)
#714C80
(113,76,128)
#62426F
(98,66,111)
#53385E
(83,56,94)
#442E4D
(68,46,77)
#35243C
(53,36,60)
#261A2B
(38,26,43)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #AD74C4

#AD74C4
(173,116,196)
#B480C9
(180,128,201)
#BB8CCE
(187,140,206)
#C298D3
(194,152,211)
#C9A4D8
(201,164,216)
#D0B0DD
(208,176,221)
#D7BCE2
(215,188,226)
#DEC8E7
(222,200,231)
#E5D4EC
(229,212,236)
#ECE0F1
(236,224,241)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD74C4; }

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

This text font color is #AD74C4.


Background Color

.myBgColor { background-color: #AD74C4; }

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

This div background color is #AD74C4.


Border color

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

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

This div border color is #AD74C4.


Opacity

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

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

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

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

This text has shadow with #AD74C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD74C4 on black background.


Color preview on white background

This text has color #AD74C4 on white background.



Black color preview on #AD74C4 background

This text has black color on #AD74C4 background.


White color preview on #AD74C4 background

This text has white color on #AD74C4 background.