COLOR #AD50E7

HEX: #AD50E7
RGB: (173,80,231)

Color info

#AD50E7 contains mainly red and blue colors. Web safe color of #AD50E7 is #9966FF (or #96F).

RGB color model

#AD50E7 color RGB value is (173,80,231).

  • red value is 173;
  • green value is 80;
  • blue value is 231.
RGB:
(173,80,231)
(68%,31%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 80 of 255 = 31%
B 231 of 255 = 91%

173
80
231

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

Portions of RGB colors in percentages

R + G + B =
173 + 80 + 231 = 484 (100%)
R 173 of 484 ~ 35.74%
G 80 of 484 ~ 16.53%
B 231 of 484 ~ 47.73%

%35.74
%16.53
%47.73

CMYK color model

#AD50E7 color CMYK value is (25,65,0,9).

  • cyan value is 25.11%
  • magenta value is 65.37%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,65,0,9)
C25M65Y0K9 
(25%,65%,0%,9%)
(0.25/0.65/0.00/0.09)	

CMYK percentages

%25.11
%65.37
%0
%9.41

Codes

Color #AD50E7 in popluar color models

AD50E7
RGB17380231
HSL277°75.88%60.98%
HSB/HSV277°65.37%90.59%
CMYK25.11%65.37%0.00%
9.41%

Color #AD50E7 in popluar number systems.

HEXAD50E7
Decimal17380231
Binary10101101101000011100111
Octal255120347

Shades and tints

Shades of #AD50E7

#AD50E7
(173,80,231)
#9E49D2
(158,73,210)
#8F42BD
(143,66,189)
#803BA8
(128,59,168)
#713493
(113,52,147)
#622D7E
(98,45,126)
#532669
(83,38,105)
#441F54
(68,31,84)
#35183F
(53,24,63)
#26112A
(38,17,42)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #AD50E7

#AD50E7
(173,80,231)
#B45FE9
(180,95,233)
#BB6EEB
(187,110,235)
#C27DED
(194,125,237)
#C98CEF
(201,140,239)
#D09BF1
(208,155,241)
#D7AAF3
(215,170,243)
#DEB9F5
(222,185,245)
#E5C8F7
(229,200,247)
#ECD7F9
(236,215,249)
#F3E6FB
(243,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD50E7 color. Also use rgb(173,80,231) instead hex code.

Text Font Color

.myTextColor { color: #AD50E7; }

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

This text font color is #AD50E7.


Background Color

.myBgColor { background-color: #AD50E7; }

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

This div background color is #AD50E7.


Border color

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

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

This div border color is #AD50E7.


Opacity

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

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

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

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

This text has shadow with #AD50E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD50E7 on black background.


Color preview on white background

This text has color #AD50E7 on white background.



Black color preview on #AD50E7 background

This text has black color on #AD50E7 background.


White color preview on #AD50E7 background

This text has white color on #AD50E7 background.