COLOR #AD589E

HEX: #AD589E
RGB: (173,88,158)

Color info

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

RGB color model

#AD589E color RGB value is (173,88,158).

  • red value is 173;
  • green value is 88;
  • blue value is 158.
RGB:
(173,88,158)
(68%,35%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 88 of 255 = 35%
B 158 of 255 = 62%

173
88
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 88 + 158 = 419 (100%)
R 173 of 419 ~ 41.29%
G 88 of 419 ~ 21%
B 158 of 419 ~ 37.71%

%41.29
%21
%37.71

CMYK color model

#AD589E color CMYK value is (0,49,9,32).

  • cyan value is 0.00%
  • magenta value is 49.13%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,49,9,32)
C0M49Y9K32 
(0%,49%,9%,32%)
(0.00/0.49/0.09/0.32)	

CMYK percentages

%0
%49.13
%8.67
%32.16

Codes

Color #AD589E in popluar color models

AD589E
RGB17388158
HSL311°34.14%51.18%
HSB/HSV311°49.13%67.84%
CMYK0.00%49.13%8.67%
32.16%

Color #AD589E in popluar number systems.

HEXAD589E
Decimal17388158
Binary10101101101100010011110
Octal255130236

Shades and tints

Shades of #AD589E

#AD589E
(173,88,158)
#9E5090
(158,80,144)
#8F4882
(143,72,130)
#804074
(128,64,116)
#713866
(113,56,102)
#623058
(98,48,88)
#53284A
(83,40,74)
#44203C
(68,32,60)
#35182E
(53,24,46)
#261020
(38,16,32)
#170812
(23,8,18)
#000000
(0,0,0)

Tints of #AD589E

#AD589E
(173,88,158)
#B467A6
(180,103,166)
#BB76AE
(187,118,174)
#C285B6
(194,133,182)
#C994BE
(201,148,190)
#D0A3C6
(208,163,198)
#D7B2CE
(215,178,206)
#DEC1D6
(222,193,214)
#E5D0DE
(229,208,222)
#ECDFE6
(236,223,230)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD589E color. Also use rgb(173,88,158) instead hex code.

Text Font Color

.myTextColor { color: #AD589E; }

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

This text font color is #AD589E.


Background Color

.myBgColor { background-color: #AD589E; }

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

This div background color is #AD589E.


Border color

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

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

This div border color is #AD589E.


Opacity

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

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

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

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

This text has shadow with #AD589E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD589E on black background.


Color preview on white background

This text has color #AD589E on white background.



Black color preview on #AD589E background

This text has black color on #AD589E background.


White color preview on #AD589E background

This text has white color on #AD589E background.