COLOR #AD74CA

HEX: #AD74CA
RGB: (173,116,202)

Color info

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

RGB color model

#AD74CA color RGB value is (173,116,202).

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

RGB channels and saturation

R 173 of 255 = 68%
G 116 of 255 = 45%
B 202 of 255 = 79%

173
116
202

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

Portions of RGB colors in percentages

R + G + B =
173 + 116 + 202 = 491 (100%)
R 173 of 491 ~ 35.23%
G 116 of 491 ~ 23.63%
B 202 of 491 ~ 41.14%

%35.23
%23.63
%41.14

CMYK color model

#AD74CA color CMYK value is (14,43,0,21).

  • cyan value is 14.36%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,43,0,21)
C14M43Y0K21 
(14%,43%,0%,21%)
(0.14/0.43/0.00/0.21)	

CMYK percentages

%14.36
%42.57
%0
%20.78

Codes

Color #AD74CA in popluar color models

AD74CA
RGB173116202
HSL280°44.79%62.35%
HSB/HSV280°42.57%79.22%
CMYK14.36%42.57%0.00%
20.78%

Color #AD74CA in popluar number systems.

HEXAD74CA
Decimal173116202
Binary10101101111010011001010
Octal255164312

Shades and tints

Shades of #AD74CA

#AD74CA
(173,116,202)
#9E6AB8
(158,106,184)
#8F60A6
(143,96,166)
#805694
(128,86,148)
#714C82
(113,76,130)
#624270
(98,66,112)
#53385E
(83,56,94)
#442E4C
(68,46,76)
#35243A
(53,36,58)
#261A28
(38,26,40)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD74CA

#AD74CA
(173,116,202)
#B480CE
(180,128,206)
#BB8CD2
(187,140,210)
#C298D6
(194,152,214)
#C9A4DA
(201,164,218)
#D0B0DE
(208,176,222)
#D7BCE2
(215,188,226)
#DEC8E6
(222,200,230)
#E5D4EA
(229,212,234)
#ECE0EE
(236,224,238)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD74CA; }

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

This text font color is #AD74CA.


Background Color

.myBgColor { background-color: #AD74CA; }

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

This div background color is #AD74CA.


Border color

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

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

This div border color is #AD74CA.


Opacity

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

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

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

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

This text has shadow with #AD74CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD74CA on black background.


Color preview on white background

This text has color #AD74CA on white background.



Black color preview on #AD74CA background

This text has black color on #AD74CA background.


White color preview on #AD74CA background

This text has white color on #AD74CA background.