COLOR #A8587C

HEX: #A8587C
RGB: (168,88,124)

Color info

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

RGB color model

#A8587C color RGB value is (168,88,124).

  • red value is 168;
  • green value is 88;
  • blue value is 124.
RGB:
(168,88,124)
(66%,35%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 124 of 255 = 49%

168
88
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 88 + 124 = 380 (100%)
R 168 of 380 ~ 44.21%
G 88 of 380 ~ 23.16%
B 124 of 380 ~ 32.63%

%44.21
%23.16
%32.63

CMYK color model

#A8587C color CMYK value is (0,48,26,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,48,26,34)
C0M48Y26K34 
(0%,48%,26%,34%)
(0.00/0.48/0.26/0.34)	

CMYK percentages

%0
%47.62
%26.19
%34.12

Codes

Color #A8587C in popluar color models

A8587C
RGB16888124
HSL333°31.50%50.20%
HSB/HSV333°47.62%65.88%
CMYK0.00%47.62%26.19%
34.12%

Color #A8587C in popluar number systems.

HEXA8587C
Decimal16888124
Binary1010100010110001111100
Octal250130174

Shades and tints

Shades of #A8587C

#A8587C
(168,88,124)
#995071
(153,80,113)
#8A4866
(138,72,102)
#7B405B
(123,64,91)
#6C3850
(108,56,80)
#5D3045
(93,48,69)
#4E283A
(78,40,58)
#3F202F
(63,32,47)
#301824
(48,24,36)
#211019
(33,16,25)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #A8587C

#A8587C
(168,88,124)
#AF6787
(175,103,135)
#B67692
(182,118,146)
#BD859D
(189,133,157)
#C494A8
(196,148,168)
#CBA3B3
(203,163,179)
#D2B2BE
(210,178,190)
#D9C1C9
(217,193,201)
#E0D0D4
(224,208,212)
#E7DFDF
(231,223,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8587C color. Also use rgb(168,88,124) instead hex code.

Text Font Color

.myTextColor { color: #A8587C; }

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

This text font color is #A8587C.


Background Color

.myBgColor { background-color: #A8587C; }

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

This div background color is #A8587C.


Border color

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

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

This div border color is #A8587C.


Opacity

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

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

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

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

This text has shadow with #A8587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8587C on black background.


Color preview on white background

This text has color #A8587C on white background.



Black color preview on #A8587C background

This text has black color on #A8587C background.


White color preview on #A8587C background

This text has white color on #A8587C background.