COLOR #AD2C79

HEX: #AD2C79
RGB: (173,44,121)

Color info

#AD2C79 contains mainly red and blue colors. Web safe color of #AD2C79 is #993366 (or #936).

RGB color model

#AD2C79 color RGB value is (173,44,121).

  • red value is 173;
  • green value is 44;
  • blue value is 121.
RGB:
(173,44,121)
(68%,17%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 44 of 255 = 17%
B 121 of 255 = 47%

173
44
121

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

Portions of RGB colors in percentages

R + G + B =
173 + 44 + 121 = 338 (100%)
R 173 of 338 ~ 51.18%
G 44 of 338 ~ 13.02%
B 121 of 338 ~ 35.8%

%51.18
%13.02
%35.8

CMYK color model

#AD2C79 color CMYK value is (0,75,30,32).

  • cyan value is 0.00%
  • magenta value is 74.57%
  • yellow value is 30.06%
  • key color value is 32.16%
CMYK:
(0,75,30,32)
C0M75Y30K32 
(0%,75%,30%,32%)
(0.00/0.75/0.30/0.32)	

CMYK percentages

%0
%74.57
%30.06
%32.16

Codes

Color #AD2C79 in popluar color models

AD2C79
RGB17344121
HSL324°59.45%42.55%
HSB/HSV324°74.57%67.84%
CMYK0.00%74.57%30.06%
32.16%

Color #AD2C79 in popluar number systems.

HEXAD2C79
Decimal17344121
Binary101011011011001111001
Octal25554171

Shades and tints

Shades of #AD2C79

#AD2C79
(173,44,121)
#9E286E
(158,40,110)
#8F2463
(143,36,99)
#802058
(128,32,88)
#711C4D
(113,28,77)
#621842
(98,24,66)
#531437
(83,20,55)
#44102C
(68,16,44)
#350C21
(53,12,33)
#260816
(38,8,22)
#17040B
(23,4,11)
#000000
(0,0,0)

Tints of #AD2C79

#AD2C79
(173,44,121)
#B43F85
(180,63,133)
#BB5291
(187,82,145)
#C2659D
(194,101,157)
#C978A9
(201,120,169)
#D08BB5
(208,139,181)
#D79EC1
(215,158,193)
#DEB1CD
(222,177,205)
#E5C4D9
(229,196,217)
#ECD7E5
(236,215,229)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD2C79; }

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

This text font color is #AD2C79.


Background Color

.myBgColor { background-color: #AD2C79; }

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

This div background color is #AD2C79.


Border color

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

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

This div border color is #AD2C79.


Opacity

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

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

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

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

This text has shadow with #AD2C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2C79 on black background.


Color preview on white background

This text has color #AD2C79 on white background.



Black color preview on #AD2C79 background

This text has black color on #AD2C79 background.


White color preview on #AD2C79 background

This text has white color on #AD2C79 background.