COLOR #AD32C9

HEX: #AD32C9
RGB: (173,50,201)

Color info

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

RGB color model

#AD32C9 color RGB value is (173,50,201).

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

RGB channels and saturation

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

173
50
201

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

Portions of RGB colors in percentages

R + G + B =
173 + 50 + 201 = 424 (100%)
R 173 of 424 ~ 40.8%
G 50 of 424 ~ 11.79%
B 201 of 424 ~ 47.41%

%40.8
%11.79
%47.41

CMYK color model

#AD32C9 color CMYK value is (14,75,0,21).

  • cyan value is 13.93%
  • magenta value is 75.12%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,75,0,21)
C14M75Y0K21 
(14%,75%,0%,21%)
(0.14/0.75/0.00/0.21)	

CMYK percentages

%13.93
%75.12
%0
%21.18

Codes

Color #AD32C9 in popluar color models

AD32C9
RGB17350201
HSL289°60.16%49.22%
HSB/HSV289°75.12%78.82%
CMYK13.93%75.12%0.00%
21.18%

Color #AD32C9 in popluar number systems.

HEXAD32C9
Decimal17350201
Binary1010110111001011001001
Octal25562311

Shades and tints

Shades of #AD32C9

#AD32C9
(173,50,201)
#9E2EB7
(158,46,183)
#8F2AA5
(143,42,165)
#802693
(128,38,147)
#712281
(113,34,129)
#621E6F
(98,30,111)
#531A5D
(83,26,93)
#44164B
(68,22,75)
#351239
(53,18,57)
#260E27
(38,14,39)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #AD32C9

#AD32C9
(173,50,201)
#B444CD
(180,68,205)
#BB56D1
(187,86,209)
#C268D5
(194,104,213)
#C97AD9
(201,122,217)
#D08CDD
(208,140,221)
#D79EE1
(215,158,225)
#DEB0E5
(222,176,229)
#E5C2E9
(229,194,233)
#ECD4ED
(236,212,237)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD32C9; }

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

This text font color is #AD32C9.


Background Color

.myBgColor { background-color: #AD32C9; }

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

This div background color is #AD32C9.


Border color

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

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

This div border color is #AD32C9.


Opacity

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

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

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

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

This text has shadow with #AD32C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD32C9 on black background.


Color preview on white background

This text has color #AD32C9 on white background.



Black color preview on #AD32C9 background

This text has black color on #AD32C9 background.


White color preview on #AD32C9 background

This text has white color on #AD32C9 background.