COLOR #AD42C3

HEX: #AD42C3
RGB: (173,66,195)

Color info

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

RGB color model

#AD42C3 color RGB value is (173,66,195).

  • red value is 173;
  • green value is 66;
  • blue value is 195.
RGB:
(173,66,195)
(68%,26%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 66 of 255 = 26%
B 195 of 255 = 76%

173
66
195

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

Portions of RGB colors in percentages

R + G + B =
173 + 66 + 195 = 434 (100%)
R 173 of 434 ~ 39.86%
G 66 of 434 ~ 15.21%
B 195 of 434 ~ 44.93%

%39.86
%15.21
%44.93

CMYK color model

#AD42C3 color CMYK value is (11,66,0,24).

  • cyan value is 11.28%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,66,0,24)
C11M66Y0K24 
(11%,66%,0%,24%)
(0.11/0.66/0.00/0.24)	

CMYK percentages

%11.28
%66.15
%0
%23.53

Codes

Color #AD42C3 in popluar color models

AD42C3
RGB17366195
HSL290°51.81%51.18%
HSB/HSV290°66.15%76.47%
CMYK11.28%66.15%0.00%
23.53%

Color #AD42C3 in popluar number systems.

HEXAD42C3
Decimal17366195
Binary10101101100001011000011
Octal255102303

Shades and tints

Shades of #AD42C3

#AD42C3
(173,66,195)
#9E3CB2
(158,60,178)
#8F36A1
(143,54,161)
#803090
(128,48,144)
#712A7F
(113,42,127)
#62246E
(98,36,110)
#531E5D
(83,30,93)
#44184C
(68,24,76)
#35123B
(53,18,59)
#260C2A
(38,12,42)
#170619
(23,6,25)
#000000
(0,0,0)

Tints of #AD42C3

#AD42C3
(173,66,195)
#B453C8
(180,83,200)
#BB64CD
(187,100,205)
#C275D2
(194,117,210)
#C986D7
(201,134,215)
#D097DC
(208,151,220)
#D7A8E1
(215,168,225)
#DEB9E6
(222,185,230)
#E5CAEB
(229,202,235)
#ECDBF0
(236,219,240)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD42C3 color. Also use rgb(173,66,195) instead hex code.

Text Font Color

.myTextColor { color: #AD42C3; }

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

This text font color is #AD42C3.


Background Color

.myBgColor { background-color: #AD42C3; }

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

This div background color is #AD42C3.


Border color

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

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

This div border color is #AD42C3.


Opacity

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

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

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

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

This text has shadow with #AD42C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD42C3 on black background.


Color preview on white background

This text has color #AD42C3 on white background.



Black color preview on #AD42C3 background

This text has black color on #AD42C3 background.


White color preview on #AD42C3 background

This text has white color on #AD42C3 background.