COLOR #AD5C81

HEX: #AD5C81
RGB: (173,92,129)

Color info

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

RGB color model

#AD5C81 color RGB value is (173,92,129).

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

RGB channels and saturation

R 173 of 255 = 68%
G 92 of 255 = 36%
B 129 of 255 = 51%

173
92
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 92 + 129 = 394 (100%)
R 173 of 394 ~ 43.91%
G 92 of 394 ~ 23.35%
B 129 of 394 ~ 32.74%

%43.91
%23.35
%32.74

CMYK color model

#AD5C81 color CMYK value is (0,47,25,32).

  • cyan value is 0.00%
  • magenta value is 46.82%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(0,47,25,32)
C0M47Y25K32 
(0%,47%,25%,32%)
(0.00/0.47/0.25/0.32)	

CMYK percentages

%0
%46.82
%25.43
%32.16

Codes

Color #AD5C81 in popluar color models

AD5C81
RGB17392129
HSL333°33.06%51.96%
HSB/HSV333°46.82%67.84%
CMYK0.00%46.82%25.43%
32.16%

Color #AD5C81 in popluar number systems.

HEXAD5C81
Decimal17392129
Binary10101101101110010000001
Octal255134201

Shades and tints

Shades of #AD5C81

#AD5C81
(173,92,129)
#9E5476
(158,84,118)
#8F4C6B
(143,76,107)
#804460
(128,68,96)
#713C55
(113,60,85)
#62344A
(98,52,74)
#532C3F
(83,44,63)
#442434
(68,36,52)
#351C29
(53,28,41)
#26141E
(38,20,30)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #AD5C81

#AD5C81
(173,92,129)
#B46A8C
(180,106,140)
#BB7897
(187,120,151)
#C286A2
(194,134,162)
#C994AD
(201,148,173)
#D0A2B8
(208,162,184)
#D7B0C3
(215,176,195)
#DEBECE
(222,190,206)
#E5CCD9
(229,204,217)
#ECDAE4
(236,218,228)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5C81; }

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

This text font color is #AD5C81.


Background Color

.myBgColor { background-color: #AD5C81; }

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

This div background color is #AD5C81.


Border color

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

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

This div border color is #AD5C81.


Opacity

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

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

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

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

This text has shadow with #AD5C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5C81 on black background.


Color preview on white background

This text has color #AD5C81 on white background.



Black color preview on #AD5C81 background

This text has black color on #AD5C81 background.


White color preview on #AD5C81 background

This text has white color on #AD5C81 background.