COLOR #AD5CC9

HEX: #AD5CC9
RGB: (173,92,201)

Color info

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

RGB color model

#AD5CC9 color RGB value is (173,92,201).

  • red value is 173;
  • green value is 92;
  • blue value is 201.
RGB:
(173,92,201)
(68%,36%,79%)

RGB channels and saturation

R 173 of 255 = 68%
G 92 of 255 = 36%
B 201 of 255 = 79%

173
92
201

R + G + B ~ 61%. #AD5CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 92 + 201 = 466 (100%)
R 173 of 466 ~ 37.12%
G 92 of 466 ~ 19.74%
B 201 of 466 ~ 43.13%

%37.12
%19.74
%43.13

CMYK color model

#AD5CC9 color CMYK value is (14,54,0,21).

  • cyan value is 13.93%
  • magenta value is 54.23%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,54,0,21)
C14M54Y0K21 
(14%,54%,0%,21%)
(0.14/0.54/0.00/0.21)	

CMYK percentages

%13.93
%54.23
%0
%21.18

Codes

Color #AD5CC9 in popluar color models

AD5CC9
RGB17392201
HSL285°50.23%57.45%
HSB/HSV285°54.23%78.82%
CMYK13.93%54.23%0.00%
21.18%

Color #AD5CC9 in popluar number systems.

HEXAD5CC9
Decimal17392201
Binary10101101101110011001001
Octal255134311

Shades and tints

Shades of #AD5CC9

#AD5CC9
(173,92,201)
#9E54B7
(158,84,183)
#8F4CA5
(143,76,165)
#804493
(128,68,147)
#713C81
(113,60,129)
#62346F
(98,52,111)
#532C5D
(83,44,93)
#44244B
(68,36,75)
#351C39
(53,28,57)
#261427
(38,20,39)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #AD5CC9

#AD5CC9
(173,92,201)
#B46ACD
(180,106,205)
#BB78D1
(187,120,209)
#C286D5
(194,134,213)
#C994D9
(201,148,217)
#D0A2DD
(208,162,221)
#D7B0E1
(215,176,225)
#DEBEE5
(222,190,229)
#E5CCE9
(229,204,233)
#ECDAED
(236,218,237)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5CC9 color. Also use rgb(173,92,201) instead hex code.

Text Font Color

.myTextColor { color: #AD5CC9; }

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

This text font color is #AD5CC9.


Background Color

.myBgColor { background-color: #AD5CC9; }

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

This div background color is #AD5CC9.


Border color

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

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

This div border color is #AD5CC9.


Opacity

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

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

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

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

This text has shadow with #AD5CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5CC9 on black background.


Color preview on white background

This text has color #AD5CC9 on white background.



Black color preview on #AD5CC9 background

This text has black color on #AD5CC9 background.


White color preview on #AD5CC9 background

This text has white color on #AD5CC9 background.