COLOR #AD32AD

HEX: #AD32AD
RGB: (173,50,173)

Color info

#AD32AD contains mainly red and blue colors. Web safe color of #AD32AD is #993399 (or #939).

RGB color model

#AD32AD color RGB value is (173,50,173).

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

RGB channels and saturation

R 173 of 255 = 68%
G 50 of 255 = 20%
B 173 of 255 = 68%

173
50
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 50 + 173 = 396 (100%)
R 173 of 396 ~ 43.69%
G 50 of 396 ~ 12.63%
B 173 of 396 ~ 43.69%

%43.69
%12.63
%43.69

CMYK color model

#AD32AD color CMYK value is (0,71,0,32).

  • cyan value is 0.00%
  • magenta value is 71.10%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(0,71,0,32)
C0M71Y0K32 
(0%,71%,0%,32%)
(0.00/0.71/0.00/0.32)	

CMYK percentages

%0
%71.1
%0
%32.16

Codes

Color #AD32AD in popluar color models

AD32AD
RGB17350173
HSL300°55.16%43.73%
HSB/HSV300°71.10%67.84%
CMYK0.00%71.10%0.00%
32.16%

Color #AD32AD in popluar number systems.

HEXAD32AD
Decimal17350173
Binary1010110111001010101101
Octal25562255

Shades and tints

Shades of #AD32AD

#AD32AD
(173,50,173)
#9E2E9E
(158,46,158)
#8F2A8F
(143,42,143)
#802680
(128,38,128)
#712271
(113,34,113)
#621E62
(98,30,98)
#531A53
(83,26,83)
#441644
(68,22,68)
#351235
(53,18,53)
#260E26
(38,14,38)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #AD32AD

#AD32AD
(173,50,173)
#B444B4
(180,68,180)
#BB56BB
(187,86,187)
#C268C2
(194,104,194)
#C97AC9
(201,122,201)
#D08CD0
(208,140,208)
#D79ED7
(215,158,215)
#DEB0DE
(222,176,222)
#E5C2E5
(229,194,229)
#ECD4EC
(236,212,236)
#F3E6F3
(243,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD32AD; }

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

This text font color is #AD32AD.


Background Color

.myBgColor { background-color: #AD32AD; }

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

This div background color is #AD32AD.


Border color

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

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

This div border color is #AD32AD.


Opacity

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

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

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

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

This text has shadow with #AD32AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD32AD on black background.


Color preview on white background

This text has color #AD32AD on white background.



Black color preview on #AD32AD background

This text has black color on #AD32AD background.


White color preview on #AD32AD background

This text has white color on #AD32AD background.