COLOR #AD2DD9

HEX: #AD2DD9
RGB: (173,45,217)

Color info

#AD2DD9 contains mainly red and blue colors. Web safe color of #AD2DD9 is #9933CC (or #93C).

RGB color model

#AD2DD9 color RGB value is (173,45,217).

  • red value is 173;
  • green value is 45;
  • blue value is 217.
RGB:
(173,45,217)
(68%,18%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 45 of 255 = 18%
B 217 of 255 = 85%

173
45
217

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

Portions of RGB colors in percentages

R + G + B =
173 + 45 + 217 = 435 (100%)
R 173 of 435 ~ 39.77%
G 45 of 435 ~ 10.34%
B 217 of 435 ~ 49.89%

%39.77
%10.34
%49.89

CMYK color model

#AD2DD9 color CMYK value is (20,79,0,15).

  • cyan value is 20.28%
  • magenta value is 79.26%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,79,0,15)
C20M79Y0K15 
(20%,79%,0%,15%)
(0.20/0.79/0.00/0.15)	

CMYK percentages

%20.28
%79.26
%0
%14.9

Codes

Color #AD2DD9 in popluar color models

AD2DD9
RGB17345217
HSL285°69.35%51.37%
HSB/HSV285°79.26%85.10%
CMYK20.28%79.26%0.00%
14.90%

Color #AD2DD9 in popluar number systems.

HEXAD2DD9
Decimal17345217
Binary1010110110110111011001
Octal25555331

Shades and tints

Shades of #AD2DD9

#AD2DD9
(173,45,217)
#9E29C6
(158,41,198)
#8F25B3
(143,37,179)
#8021A0
(128,33,160)
#711D8D
(113,29,141)
#62197A
(98,25,122)
#531567
(83,21,103)
#441154
(68,17,84)
#350D41
(53,13,65)
#26092E
(38,9,46)
#17051B
(23,5,27)
#000000
(0,0,0)

Tints of #AD2DD9

#AD2DD9
(173,45,217)
#B440DC
(180,64,220)
#BB53DF
(187,83,223)
#C266E2
(194,102,226)
#C979E5
(201,121,229)
#D08CE8
(208,140,232)
#D79FEB
(215,159,235)
#DEB2EE
(222,178,238)
#E5C5F1
(229,197,241)
#ECD8F4
(236,216,244)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2DD9 color. Also use rgb(173,45,217) instead hex code.

Text Font Color

.myTextColor { color: #AD2DD9; }

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

This text font color is #AD2DD9.


Background Color

.myBgColor { background-color: #AD2DD9; }

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

This div background color is #AD2DD9.


Border color

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

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

This div border color is #AD2DD9.


Opacity

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

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

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

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

This text has shadow with #AD2DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2DD9 on black background.


Color preview on white background

This text has color #AD2DD9 on white background.



Black color preview on #AD2DD9 background

This text has black color on #AD2DD9 background.


White color preview on #AD2DD9 background

This text has white color on #AD2DD9 background.