COLOR #AD4A81

HEX: #AD4A81
RGB: (173,74,129)

Color info

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

RGB color model

#AD4A81 color RGB value is (173,74,129).

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

RGB channels and saturation

R 173 of 255 = 68%
G 74 of 255 = 29%
B 129 of 255 = 51%

173
74
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 74 + 129 = 376 (100%)
R 173 of 376 ~ 46.01%
G 74 of 376 ~ 19.68%
B 129 of 376 ~ 34.31%

%46.01
%19.68
%34.31

CMYK color model

#AD4A81 color CMYK value is (0,57,25,32).

  • cyan value is 0.00%
  • magenta value is 57.23%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(0,57,25,32)
C0M57Y25K32 
(0%,57%,25%,32%)
(0.00/0.57/0.25/0.32)	

CMYK percentages

%0
%57.23
%25.43
%32.16

Codes

Color #AD4A81 in popluar color models

AD4A81
RGB17374129
HSL327°40.08%48.43%
HSB/HSV327°57.23%67.84%
CMYK0.00%57.23%25.43%
32.16%

Color #AD4A81 in popluar number systems.

HEXAD4A81
Decimal17374129
Binary10101101100101010000001
Octal255112201

Shades and tints

Shades of #AD4A81

#AD4A81
(173,74,129)
#9E4476
(158,68,118)
#8F3E6B
(143,62,107)
#803860
(128,56,96)
#713255
(113,50,85)
#622C4A
(98,44,74)
#53263F
(83,38,63)
#442034
(68,32,52)
#351A29
(53,26,41)
#26141E
(38,20,30)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD4A81

#AD4A81
(173,74,129)
#B45A8C
(180,90,140)
#BB6A97
(187,106,151)
#C27AA2
(194,122,162)
#C98AAD
(201,138,173)
#D09AB8
(208,154,184)
#D7AAC3
(215,170,195)
#DEBACE
(222,186,206)
#E5CAD9
(229,202,217)
#ECDAE4
(236,218,228)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4A81; }

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

This text font color is #AD4A81.


Background Color

.myBgColor { background-color: #AD4A81; }

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

This div background color is #AD4A81.


Border color

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

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

This div border color is #AD4A81.


Opacity

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

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

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

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

This text has shadow with #AD4A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4A81 on black background.


Color preview on white background

This text has color #AD4A81 on white background.



Black color preview on #AD4A81 background

This text has black color on #AD4A81 background.


White color preview on #AD4A81 background

This text has white color on #AD4A81 background.