COLOR #A8587F

HEX: #A8587F RGB: (168,88,127)

Color info

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

RGB color model

#A8587F color RGB value is (168,88,127).

RGB: (168,88,127) (66%, 35%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 127 of 255 = 50%

168
88
127

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

Portions of RGB colors in percentages

R + G + B = 168 + 88 + 127 = 383 (100%)
R 168 of 383 ~ 43.86%
G 88 of 383 ~ 22.98%
B 127 of 383 ~ 33.16'%

%43.86
%22.98
%33.16

CMYK color model

#A8587F color CMYK value is (0,48,24,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 24.40%
  • key color value is 34.12%

CMYK: (0,48,24,34)
C0M48Y24K34 (0%, 48%, 24%, 34%)
(0.00 / 0.48 / 0.24 / 0.34)

CMYK percentages

%0
%47.62
%24.4
%34.12

Codes

Color #A8587F in popluar color models

A8 58 7F
RGB 168 88 127
HSL 331° 31.50% 50.20%
HSB/HSV 331° 47.62% 65.88%
CMYK 0.00% 47.62% 24.40%
34.12%

Color #A8587F in popluar number systems.

HEX A8 58 7F
Decimal 168 88 127
Binary 10101000 1011000 1111111
Octal 250 130 177

Shades and tints

Shades of #A8587F

#A8587F
(168,88,127)
#995074
(153,80,116)
#8A4869
(138,72,105)
#7B405E
(123,64,94)
#6C3853
(108,56,83)
#5D3048
(93,48,72)
#4E283D
(78,40,61)
#3F2032
(63,32,50)
#301827
(48,24,39)
#21101C
(33,16,28)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #A8587F

#A8587F
(168,88,127)
#AF678A
(175,103,138)
#B67695
(182,118,149)
#BD85A0
(189,133,160)
#C494AB
(196,148,171)
#CBA3B6
(203,163,182)
#D2B2C1
(210,178,193)
#D9C1CC
(217,193,204)
#E0D0D7
(224,208,215)
#E7DFE2
(231,223,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8587F; }

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

This text font color is #A8587F.

Background Color

.myBgColor { background-color: #A8587F; }

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

This div background color is #A8587F.

Border color

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

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

This div border color is #A8587F.

Opacity

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

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

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

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

This text has shadow with #A8587F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8587F.

Preview

Color preview on black background

This text has color #A8587F on black background.


Color preview on white background

This text has color #A8587F on white background.


Black color preview on #A8587F background

This text has black color on #A8587F background.


White color preview on #A8587F background

This text has white color on #A8587F background.


Related colors

Complementary color

Complementary color for #hex is #57A780.


I love getcolorcode.com

Triadic colors

1 #7FA858 and #587FA8 with #A8587F are triadic colors.

2 #7F58A8 and #58A87F with #A8587F are triadic colors.