COLOR #AD4E81

HEX: #AD4E81
RGB: (173,78,129)

Color info

#AD4E81 contains mainly red and blue colors. Web safe color of #AD4E81 is #996699 (or #969).

RGB color model

#AD4E81 color RGB value is (173,78,129).

  • red value is 173;
  • green value is 78;
  • blue value is 129.
RGB:
(173,78,129)
(68%,31%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 78 of 255 = 31%
B 129 of 255 = 51%

173
78
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 78 + 129 = 380 (100%)
R 173 of 380 ~ 45.53%
G 78 of 380 ~ 20.53%
B 129 of 380 ~ 33.95%

%45.53
%20.53
%33.95

CMYK color model

#AD4E81 color CMYK value is (0,55,25,32).

  • cyan value is 0.00%
  • magenta value is 54.91%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(0,55,25,32)
C0M55Y25K32 
(0%,55%,25%,32%)
(0.00/0.55/0.25/0.32)	

CMYK percentages

%0
%54.91
%25.43
%32.16

Codes

Color #AD4E81 in popluar color models

AD4E81
RGB17378129
HSL328°37.85%49.22%
HSB/HSV328°54.91%67.84%
CMYK0.00%54.91%25.43%
32.16%

Color #AD4E81 in popluar number systems.

HEXAD4E81
Decimal17378129
Binary10101101100111010000001
Octal255116201

Shades and tints

Shades of #AD4E81

#AD4E81
(173,78,129)
#9E4776
(158,71,118)
#8F406B
(143,64,107)
#803960
(128,57,96)
#713255
(113,50,85)
#622B4A
(98,43,74)
#53243F
(83,36,63)
#441D34
(68,29,52)
#351629
(53,22,41)
#260F1E
(38,15,30)
#170813
(23,8,19)
#000000
(0,0,0)

Tints of #AD4E81

#AD4E81
(173,78,129)
#B45E8C
(180,94,140)
#BB6E97
(187,110,151)
#C27EA2
(194,126,162)
#C98EAD
(201,142,173)
#D09EB8
(208,158,184)
#D7AEC3
(215,174,195)
#DEBECE
(222,190,206)
#E5CED9
(229,206,217)
#ECDEE4
(236,222,228)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4E81; }

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

This text font color is #AD4E81.


Background Color

.myBgColor { background-color: #AD4E81; }

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

This div background color is #AD4E81.


Border color

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

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

This div border color is #AD4E81.


Opacity

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

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

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

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

This text has shadow with #AD4E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4E81 on black background.


Color preview on white background

This text has color #AD4E81 on white background.



Black color preview on #AD4E81 background

This text has black color on #AD4E81 background.


White color preview on #AD4E81 background

This text has white color on #AD4E81 background.