COLOR #AD38C0

HEX: #AD38C0
RGB: (173,56,192)

Color info

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

RGB color model

#AD38C0 color RGB value is (173,56,192).

  • red value is 173;
  • green value is 56;
  • blue value is 192.
RGB:
(173,56,192)
(68%,22%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 56 of 255 = 22%
B 192 of 255 = 75%

173
56
192

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

Portions of RGB colors in percentages

R + G + B =
173 + 56 + 192 = 421 (100%)
R 173 of 421 ~ 41.09%
G 56 of 421 ~ 13.3%
B 192 of 421 ~ 45.61%

%41.09
%13.3
%45.61

CMYK color model

#AD38C0 color CMYK value is (10,71,0,25).

  • cyan value is 9.90%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(10,71,0,25)
C10M71Y0K25 
(10%,71%,0%,25%)
(0.10/0.71/0.00/0.25)	

CMYK percentages

%9.9
%70.83
%0
%24.71

Codes

Color #AD38C0 in popluar color models

AD38C0
RGB17356192
HSL292°54.84%48.63%
HSB/HSV292°70.83%75.29%
CMYK9.90%70.83%0.00%
24.71%

Color #AD38C0 in popluar number systems.

HEXAD38C0
Decimal17356192
Binary1010110111100011000000
Octal25570300

Shades and tints

Shades of #AD38C0

#AD38C0
(173,56,192)
#9E33AF
(158,51,175)
#8F2E9E
(143,46,158)
#80298D
(128,41,141)
#71247C
(113,36,124)
#621F6B
(98,31,107)
#531A5A
(83,26,90)
#441549
(68,21,73)
#351038
(53,16,56)
#260B27
(38,11,39)
#170616
(23,6,22)
#000000
(0,0,0)

Tints of #AD38C0

#AD38C0
(173,56,192)
#B44AC5
(180,74,197)
#BB5CCA
(187,92,202)
#C26ECF
(194,110,207)
#C980D4
(201,128,212)
#D092D9
(208,146,217)
#D7A4DE
(215,164,222)
#DEB6E3
(222,182,227)
#E5C8E8
(229,200,232)
#ECDAED
(236,218,237)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD38C0 color. Also use rgb(173,56,192) instead hex code.

Text Font Color

.myTextColor { color: #AD38C0; }

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

This text font color is #AD38C0.


Background Color

.myBgColor { background-color: #AD38C0; }

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

This div background color is #AD38C0.


Border color

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

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

This div border color is #AD38C0.


Opacity

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

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

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

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

This text has shadow with #AD38C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD38C0 on black background.


Color preview on white background

This text has color #AD38C0 on white background.



Black color preview on #AD38C0 background

This text has black color on #AD38C0 background.


White color preview on #AD38C0 background

This text has white color on #AD38C0 background.