COLOR #AD239C

HEX: #AD239C
RGB: (173,35,156)

Color info

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

RGB color model

#AD239C color RGB value is (173,35,156).

  • red value is 173;
  • green value is 35;
  • blue value is 156.
RGB:
(173,35,156)
(68%,14%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 35 of 255 = 14%
B 156 of 255 = 61%

173
35
156

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

Portions of RGB colors in percentages

R + G + B =
173 + 35 + 156 = 364 (100%)
R 173 of 364 ~ 47.53%
G 35 of 364 ~ 9.62%
B 156 of 364 ~ 42.86%

%47.53
%9.62
%42.86

CMYK color model

#AD239C color CMYK value is (0,80,10,32).

  • cyan value is 0.00%
  • magenta value is 79.77%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(0,80,10,32)
C0M80Y10K32 
(0%,80%,10%,32%)
(0.00/0.80/0.10/0.32)	

CMYK percentages

%0
%79.77
%9.83
%32.16

Codes

Color #AD239C in popluar color models

AD239C
RGB17335156
HSL307°66.35%40.78%
HSB/HSV307°79.77%67.84%
CMYK0.00%79.77%9.83%
32.16%

Color #AD239C in popluar number systems.

HEXAD239C
Decimal17335156
Binary1010110110001110011100
Octal25543234

Shades and tints

Shades of #AD239C

#AD239C
(173,35,156)
#9E208E
(158,32,142)
#8F1D80
(143,29,128)
#801A72
(128,26,114)
#711764
(113,23,100)
#621456
(98,20,86)
#531148
(83,17,72)
#440E3A
(68,14,58)
#350B2C
(53,11,44)
#26081E
(38,8,30)
#170510
(23,5,16)
#000000
(0,0,0)

Tints of #AD239C

#AD239C
(173,35,156)
#B437A5
(180,55,165)
#BB4BAE
(187,75,174)
#C25FB7
(194,95,183)
#C973C0
(201,115,192)
#D087C9
(208,135,201)
#D79BD2
(215,155,210)
#DEAFDB
(222,175,219)
#E5C3E4
(229,195,228)
#ECD7ED
(236,215,237)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD239C; }

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

This text font color is #AD239C.


Background Color

.myBgColor { background-color: #AD239C; }

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

This div background color is #AD239C.


Border color

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

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

This div border color is #AD239C.


Opacity

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

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

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

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

This text has shadow with #AD239C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD239C on black background.


Color preview on white background

This text has color #AD239C on white background.



Black color preview on #AD239C background

This text has black color on #AD239C background.


White color preview on #AD239C background

This text has white color on #AD239C background.