COLOR #AD488F

HEX: #AD488F
RGB: (173,72,143)

Color info

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

RGB color model

#AD488F color RGB value is (173,72,143).

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

RGB channels and saturation

R 173 of 255 = 68%
G 72 of 255 = 28%
B 143 of 255 = 56%

173
72
143

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

Portions of RGB colors in percentages

R + G + B =
173 + 72 + 143 = 388 (100%)
R 173 of 388 ~ 44.59%
G 72 of 388 ~ 18.56%
B 143 of 388 ~ 36.86%

%44.59
%18.56
%36.86

CMYK color model

#AD488F color CMYK value is (0,58,17,32).

  • cyan value is 0.00%
  • magenta value is 58.38%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(0,58,17,32)
C0M58Y17K32 
(0%,58%,17%,32%)
(0.00/0.58/0.17/0.32)	

CMYK percentages

%0
%58.38
%17.34
%32.16

Codes

Color #AD488F in popluar color models

AD488F
RGB17372143
HSL318°41.22%48.04%
HSB/HSV318°58.38%67.84%
CMYK0.00%58.38%17.34%
32.16%

Color #AD488F in popluar number systems.

HEXAD488F
Decimal17372143
Binary10101101100100010001111
Octal255110217

Shades and tints

Shades of #AD488F

#AD488F
(173,72,143)
#9E4282
(158,66,130)
#8F3C75
(143,60,117)
#803668
(128,54,104)
#71305B
(113,48,91)
#622A4E
(98,42,78)
#532441
(83,36,65)
#441E34
(68,30,52)
#351827
(53,24,39)
#26121A
(38,18,26)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD488F

#AD488F
(173,72,143)
#B45899
(180,88,153)
#BB68A3
(187,104,163)
#C278AD
(194,120,173)
#C988B7
(201,136,183)
#D098C1
(208,152,193)
#D7A8CB
(215,168,203)
#DEB8D5
(222,184,213)
#E5C8DF
(229,200,223)
#ECD8E9
(236,216,233)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD488F; }

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

This text font color is #AD488F.


Background Color

.myBgColor { background-color: #AD488F; }

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

This div background color is #AD488F.


Border color

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

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

This div border color is #AD488F.


Opacity

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

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

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

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

This text has shadow with #AD488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD488F on black background.


Color preview on white background

This text has color #AD488F on white background.



Black color preview on #AD488F background

This text has black color on #AD488F background.


White color preview on #AD488F background

This text has white color on #AD488F background.