COLOR #AB587D

HEX: #AB587D RGB: (171,88,125)

Color info

#AB587D contains mainly red and blue colors. Web safe color of #AB587D is #996666 (or #966).

RGB color model

#AB587D color RGB value is (171,88,125).

RGB: (171,88,125) (67%, 35%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 88 of 255 = 35%
B 125 of 255 = 49%

171
88
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 88 + 125 = 384 (100%)
R 171 of 384 ~ 44.53%
G 88 of 384 ~ 22.92%
B 125 of 384 ~ 32.55'%

%44.53
%22.92
%32.55

CMYK color model

#AB587D color CMYK value is (0,49,27,33).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,49,27,33)
C0M49Y27K33 (0%, 49%, 27%, 33%)
(0.00 / 0.49 / 0.27 / 0.33)

CMYK percentages

%0
%48.54
%26.9
%32.94

Codes

Color #AB587D in popluar color models

AB 58 7D
RGB 171 88 125
HSL 333° 33.07% 50.78%
HSB/HSV 333° 48.54% 67.06%
CMYK 0.00% 48.54% 26.90%
32.94%

Color #AB587D in popluar number systems.

HEX AB 58 7D
Decimal 171 88 125
Binary 10101011 1011000 1111101
Octal 253 130 175

Shades and tints

Shades of #AB587D

#AB587D
(171,88,125)
#9C5072
(156,80,114)
#8D4867
(141,72,103)
#7E405C
(126,64,92)
#6F3851
(111,56,81)
#603046
(96,48,70)
#51283B
(81,40,59)
#422030
(66,32,48)
#331825
(51,24,37)
#24101A
(36,16,26)
#15080F
(21,8,15)
#000000
(0,0,0)

Tints of #AB587D

#AB587D
(171,88,125)
#B26788
(178,103,136)
#B97693
(185,118,147)
#C0859E
(192,133,158)
#C794A9
(199,148,169)
#CEA3B4
(206,163,180)
#D5B2BF
(213,178,191)
#DCC1CA
(220,193,202)
#E3D0D5
(227,208,213)
#EADFE0
(234,223,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB587D color. Also use rgb(171,88,125) instead hex code.

Text Font Color

.myTextColor { color: #AB587D; }

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

This text font color is #AB587D.

Background Color

.myBgColor { background-color: #AB587D; }

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

This div background color is #AB587D.

Border color

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

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

This div border color is #AB587D.

Opacity

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

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

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

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

This text has shadow with #AB587D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB587D.

Preview

Color preview on black background

This text has color #AB587D on black background.


Color preview on white background

This text has color #AB587D on white background.


Black color preview on #AB587D background

This text has black color on #AB587D background.


White color preview on #AB587D background

This text has white color on #AB587D background.


Related colors

Complementary color

Complementary color for #hex is #54A782.


I love getcolorcode.com

Triadic colors

1 #7DAB58 and #587DAB with #AB587D are triadic colors.

2 #7D58AB and #58AB7D with #AB587D are triadic colors.