COLOR #AD13D8

HEX: #AD13D8
RGB: (173,19,216)

Color info

#AD13D8 contains mainly red and blue colors. Web safe color of #AD13D8 is #9900CC (or #90C).

RGB color model

#AD13D8 color RGB value is (173,19,216).

  • red value is 173;
  • green value is 19;
  • blue value is 216.
RGB:
(173,19,216)
(68%,7%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 19 of 255 = 7%
B 216 of 255 = 85%

173
19
216

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

Portions of RGB colors in percentages

R + G + B =
173 + 19 + 216 = 408 (100%)
R 173 of 408 ~ 42.4%
G 19 of 408 ~ 4.66%
B 216 of 408 ~ 52.94%

%42.4
%52.94

CMYK color model

#AD13D8 color CMYK value is (20,91,0,15).

  • cyan value is 19.91%
  • magenta value is 91.20%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(20,91,0,15)
C20M91Y0K15 
(20%,91%,0%,15%)
(0.20/0.91/0.00/0.15)	

CMYK percentages

%19.91
%91.2
%0
%15.29

Codes

Color #AD13D8 in popluar color models

AD13D8
RGB17319216
HSL287°83.83%46.08%
HSB/HSV287°91.20%84.71%
CMYK19.91%91.20%0.00%
15.29%

Color #AD13D8 in popluar number systems.

HEXAD13D8
Decimal17319216
Binary101011011001111011000
Octal25523330

Shades and tints

Shades of #AD13D8

#AD13D8
(173,19,216)
#9E12C5
(158,18,197)
#8F11B2
(143,17,178)
#80109F
(128,16,159)
#710F8C
(113,15,140)
#620E79
(98,14,121)
#530D66
(83,13,102)
#440C53
(68,12,83)
#350B40
(53,11,64)
#260A2D
(38,10,45)
#17091A
(23,9,26)
#000000
(0,0,0)

Tints of #AD13D8

#AD13D8
(173,19,216)
#B428DB
(180,40,219)
#BB3DDE
(187,61,222)
#C252E1
(194,82,225)
#C967E4
(201,103,228)
#D07CE7
(208,124,231)
#D791EA
(215,145,234)
#DEA6ED
(222,166,237)
#E5BBF0
(229,187,240)
#ECD0F3
(236,208,243)
#F3E5F6
(243,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD13D8 color. Also use rgb(173,19,216) instead hex code.

Text Font Color

.myTextColor { color: #AD13D8; }

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

This text font color is #AD13D8.


Background Color

.myBgColor { background-color: #AD13D8; }

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

This div background color is #AD13D8.


Border color

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

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

This div border color is #AD13D8.


Opacity

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

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

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

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

This text has shadow with #AD13D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD13D8 on black background.


Color preview on white background

This text has color #AD13D8 on white background.



Black color preview on #AD13D8 background

This text has black color on #AD13D8 background.


White color preview on #AD13D8 background

This text has white color on #AD13D8 background.