COLOR #AD50BE

HEX: #AD50BE
RGB: (173,80,190)

Color info

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

RGB color model

#AD50BE color RGB value is (173,80,190).

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

RGB channels and saturation

R 173 of 255 = 68%
G 80 of 255 = 31%
B 190 of 255 = 75%

173
80
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 80 + 190 = 443 (100%)
R 173 of 443 ~ 39.05%
G 80 of 443 ~ 18.06%
B 190 of 443 ~ 42.89%

%39.05
%18.06
%42.89

CMYK color model

#AD50BE color CMYK value is (9,58,0,25).

  • cyan value is 8.95%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,58,0,25)
C9M58Y0K25 
(9%,58%,0%,25%)
(0.09/0.58/0.00/0.25)	

CMYK percentages

%8.95
%57.89
%0
%25.49

Codes

Color #AD50BE in popluar color models

AD50BE
RGB17380190
HSL291°45.83%52.94%
HSB/HSV291°57.89%74.51%
CMYK8.95%57.89%0.00%
25.49%

Color #AD50BE in popluar number systems.

HEXAD50BE
Decimal17380190
Binary10101101101000010111110
Octal255120276

Shades and tints

Shades of #AD50BE

#AD50BE
(173,80,190)
#9E49AD
(158,73,173)
#8F429C
(143,66,156)
#803B8B
(128,59,139)
#71347A
(113,52,122)
#622D69
(98,45,105)
#532658
(83,38,88)
#441F47
(68,31,71)
#351836
(53,24,54)
#261125
(38,17,37)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #AD50BE

#AD50BE
(173,80,190)
#B45FC3
(180,95,195)
#BB6EC8
(187,110,200)
#C27DCD
(194,125,205)
#C98CD2
(201,140,210)
#D09BD7
(208,155,215)
#D7AADC
(215,170,220)
#DEB9E1
(222,185,225)
#E5C8E6
(229,200,230)
#ECD7EB
(236,215,235)
#F3E6F0
(243,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD50BE; }

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

This text font color is #AD50BE.


Background Color

.myBgColor { background-color: #AD50BE; }

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

This div background color is #AD50BE.


Border color

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

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

This div border color is #AD50BE.


Opacity

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

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

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

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

This text has shadow with #AD50BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD50BE on black background.


Color preview on white background

This text has color #AD50BE on white background.



Black color preview on #AD50BE background

This text has black color on #AD50BE background.


White color preview on #AD50BE background

This text has white color on #AD50BE background.