COLOR #AD34E2

HEX: #AD34E2
RGB: (173,52,226)

Color info

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

RGB color model

#AD34E2 color RGB value is (173,52,226).

  • red value is 173;
  • green value is 52;
  • blue value is 226.
RGB:
(173,52,226)
(68%,20%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 52 of 255 = 20%
B 226 of 255 = 89%

173
52
226

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

Portions of RGB colors in percentages

R + G + B =
173 + 52 + 226 = 451 (100%)
R 173 of 451 ~ 38.36%
G 52 of 451 ~ 11.53%
B 226 of 451 ~ 50.11%

%38.36
%11.53
%50.11

CMYK color model

#AD34E2 color CMYK value is (23,77,0,11).

  • cyan value is 23.45%
  • magenta value is 76.99%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(23,77,0,11)
C23M77Y0K11 
(23%,77%,0%,11%)
(0.23/0.77/0.00/0.11)	

CMYK percentages

%23.45
%76.99
%0
%11.37

Codes

Color #AD34E2 in popluar color models

AD34E2
RGB17352226
HSL282°75.00%54.51%
HSB/HSV282°76.99%88.63%
CMYK23.45%76.99%0.00%
11.37%

Color #AD34E2 in popluar number systems.

HEXAD34E2
Decimal17352226
Binary1010110111010011100010
Octal25564342

Shades and tints

Shades of #AD34E2

#AD34E2
(173,52,226)
#9E30CE
(158,48,206)
#8F2CBA
(143,44,186)
#8028A6
(128,40,166)
#712492
(113,36,146)
#62207E
(98,32,126)
#531C6A
(83,28,106)
#441856
(68,24,86)
#351442
(53,20,66)
#26102E
(38,16,46)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #AD34E2

#AD34E2
(173,52,226)
#B446E4
(180,70,228)
#BB58E6
(187,88,230)
#C26AE8
(194,106,232)
#C97CEA
(201,124,234)
#D08EEC
(208,142,236)
#D7A0EE
(215,160,238)
#DEB2F0
(222,178,240)
#E5C4F2
(229,196,242)
#ECD6F4
(236,214,244)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD34E2 color. Also use rgb(173,52,226) instead hex code.

Text Font Color

.myTextColor { color: #AD34E2; }

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

This text font color is #AD34E2.


Background Color

.myBgColor { background-color: #AD34E2; }

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

This div background color is #AD34E2.


Border color

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

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

This div border color is #AD34E2.


Opacity

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

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

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

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

This text has shadow with #AD34E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD34E2 on black background.


Color preview on white background

This text has color #AD34E2 on white background.



Black color preview on #AD34E2 background

This text has black color on #AD34E2 background.


White color preview on #AD34E2 background

This text has white color on #AD34E2 background.