COLOR #AD4D95

HEX: #AD4D95
RGB: (173,77,149)

Color info

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

RGB color model

#AD4D95 color RGB value is (173,77,149).

  • red value is 173;
  • green value is 77;
  • blue value is 149.
RGB:
(173,77,149)
(68%,30%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 77 of 255 = 30%
B 149 of 255 = 58%

173
77
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 77 + 149 = 399 (100%)
R 173 of 399 ~ 43.36%
G 77 of 399 ~ 19.3%
B 149 of 399 ~ 37.34%

%43.36
%19.3
%37.34

CMYK color model

#AD4D95 color CMYK value is (0,55,14,32).

  • cyan value is 0.00%
  • magenta value is 55.49%
  • yellow value is 13.87%
  • key color value is 32.16%
CMYK:
(0,55,14,32)
C0M55Y14K32 
(0%,55%,14%,32%)
(0.00/0.55/0.14/0.32)	

CMYK percentages

%0
%55.49
%13.87
%32.16

Codes

Color #AD4D95 in popluar color models

AD4D95
RGB17377149
HSL315°38.40%49.02%
HSB/HSV315°55.49%67.84%
CMYK0.00%55.49%13.87%
32.16%

Color #AD4D95 in popluar number systems.

HEXAD4D95
Decimal17377149
Binary10101101100110110010101
Octal255115225

Shades and tints

Shades of #AD4D95

#AD4D95
(173,77,149)
#9E4688
(158,70,136)
#8F3F7B
(143,63,123)
#80386E
(128,56,110)
#713161
(113,49,97)
#622A54
(98,42,84)
#532347
(83,35,71)
#441C3A
(68,28,58)
#35152D
(53,21,45)
#260E20
(38,14,32)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #AD4D95

#AD4D95
(173,77,149)
#B45D9E
(180,93,158)
#BB6DA7
(187,109,167)
#C27DB0
(194,125,176)
#C98DB9
(201,141,185)
#D09DC2
(208,157,194)
#D7ADCB
(215,173,203)
#DEBDD4
(222,189,212)
#E5CDDD
(229,205,221)
#ECDDE6
(236,221,230)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4D95 color. Also use rgb(173,77,149) instead hex code.

Text Font Color

.myTextColor { color: #AD4D95; }

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

This text font color is #AD4D95.


Background Color

.myBgColor { background-color: #AD4D95; }

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

This div background color is #AD4D95.


Border color

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

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

This div border color is #AD4D95.


Opacity

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

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

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

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

This text has shadow with #AD4D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4D95 on black background.


Color preview on white background

This text has color #AD4D95 on white background.



Black color preview on #AD4D95 background

This text has black color on #AD4D95 background.


White color preview on #AD4D95 background

This text has white color on #AD4D95 background.