COLOR #A5587F

HEX: #A5587F RGB: (165,88,127)

Color info

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

RGB color model

#A5587F color RGB value is (165,88,127).

RGB: (165,88,127) (65%, 35%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 127 of 255 = 50%

165
88
127

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

Portions of RGB colors in percentages

R + G + B = 165 + 88 + 127 = 380 (100%)
R 165 of 380 ~ 43.42%
G 88 of 380 ~ 23.16%
B 127 of 380 ~ 33.42'%

%43.42
%23.16
%33.42

CMYK color model

#A5587F color CMYK value is (0,47,23,35).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 23.03%
  • key color value is 35.29%

CMYK: (0,47,23,35)
C0M47Y23K35 (0%, 47%, 23%, 35%)
(0.00 / 0.47 / 0.23 / 0.35)

CMYK percentages

%0
%46.67
%23.03
%35.29

Codes

Color #A5587F in popluar color models

A5 58 7F
RGB 165 88 127
HSL 330° 30.43% 49.61%
HSB/HSV 330° 46.67% 64.71%
CMYK 0.00% 46.67% 23.03%
35.29%

Color #A5587F in popluar number systems.

HEX A5 58 7F
Decimal 165 88 127
Binary 10100101 1011000 1111111
Octal 245 130 177

Shades and tints

Shades of #A5587F

#A5587F
(165,88,127)
#965074
(150,80,116)
#874869
(135,72,105)
#78405E
(120,64,94)
#693853
(105,56,83)
#5A3048
(90,48,72)
#4B283D
(75,40,61)
#3C2032
(60,32,50)
#2D1827
(45,24,39)
#1E101C
(30,16,28)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #A5587F

#A5587F
(165,88,127)
#AD678A
(173,103,138)
#B57695
(181,118,149)
#BD85A0
(189,133,160)
#C594AB
(197,148,171)
#CDA3B6
(205,163,182)
#D5B2C1
(213,178,193)
#DDC1CC
(221,193,204)
#E5D0D7
(229,208,215)
#EDDFE2
(237,223,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5587F; }

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

This text font color is #A5587F.

Background Color

.myBgColor { background-color: #A5587F; }

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

This div background color is #A5587F.

Border color

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

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

This div border color is #A5587F.

Opacity

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

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

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

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

This text has shadow with #A5587F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5587F.

Preview

Color preview on black background

This text has color #A5587F on black background.


Color preview on white background

This text has color #A5587F on white background.


Black color preview on #A5587F background

This text has black color on #A5587F background.


White color preview on #A5587F background

This text has white color on #A5587F background.


Related colors

Complementary color

Complementary color for #hex is #5AA780.


I love getcolorcode.com

Triadic colors

1 #7FA558 and #587FA5 with #A5587F are triadic colors.

2 #7F58A5 and #58A57F with #A5587F are triadic colors.