COLOR #AD4881

HEX: #AD4881
RGB: (173,72,129)

Color info

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

RGB color model

#AD4881 color RGB value is (173,72,129).

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

RGB channels and saturation

R 173 of 255 = 68%
G 72 of 255 = 28%
B 129 of 255 = 51%

173
72
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 72 + 129 = 374 (100%)
R 173 of 374 ~ 46.26%
G 72 of 374 ~ 19.25%
B 129 of 374 ~ 34.49%

%46.26
%19.25
%34.49

CMYK color model

#AD4881 color CMYK value is (0,58,25,32).

  • cyan value is 0.00%
  • magenta value is 58.38%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(0,58,25,32)
C0M58Y25K32 
(0%,58%,25%,32%)
(0.00/0.58/0.25/0.32)	

CMYK percentages

%0
%58.38
%25.43
%32.16

Codes

Color #AD4881 in popluar color models

AD4881
RGB17372129
HSL326°41.22%48.04%
HSB/HSV326°58.38%67.84%
CMYK0.00%58.38%25.43%
32.16%

Color #AD4881 in popluar number systems.

HEXAD4881
Decimal17372129
Binary10101101100100010000001
Octal255110201

Shades and tints

Shades of #AD4881

#AD4881
(173,72,129)
#9E4276
(158,66,118)
#8F3C6B
(143,60,107)
#803660
(128,54,96)
#713055
(113,48,85)
#622A4A
(98,42,74)
#53243F
(83,36,63)
#441E34
(68,30,52)
#351829
(53,24,41)
#26121E
(38,18,30)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #AD4881

#AD4881
(173,72,129)
#B4588C
(180,88,140)
#BB6897
(187,104,151)
#C278A2
(194,120,162)
#C988AD
(201,136,173)
#D098B8
(208,152,184)
#D7A8C3
(215,168,195)
#DEB8CE
(222,184,206)
#E5C8D9
(229,200,217)
#ECD8E4
(236,216,228)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4881; }

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

This text font color is #AD4881.


Background Color

.myBgColor { background-color: #AD4881; }

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

This div background color is #AD4881.


Border color

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

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

This div border color is #AD4881.


Opacity

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

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

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

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

This text has shadow with #AD4881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4881 on black background.


Color preview on white background

This text has color #AD4881 on white background.



Black color preview on #AD4881 background

This text has black color on #AD4881 background.


White color preview on #AD4881 background

This text has white color on #AD4881 background.