COLOR #A5587D

HEX: #A5587D
RGB: (165,88,125)

Color info

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

RGB color model

#A5587D color RGB value is (165,88,125).

  • red value is 165;
  • green value is 88;
  • blue value is 125.
RGB:
(165,88,125)
(65%,35%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 125 of 255 = 49%

165
88
125

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

Portions of RGB colors in percentages

R + G + B =
165 + 88 + 125 = 378 (100%)
R 165 of 378 ~ 43.65%
G 88 of 378 ~ 23.28%
B 125 of 378 ~ 33.07%

%43.65
%23.28
%33.07

CMYK color model

#A5587D color CMYK value is (0,47,24,35).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(0,47,24,35)
C0M47Y24K35 
(0%,47%,24%,35%)
(0.00/0.47/0.24/0.35)	

CMYK percentages

%0
%46.67
%24.24
%35.29

Codes

Color #A5587D in popluar color models

A5587D
RGB16588125
HSL331°30.43%49.61%
HSB/HSV331°46.67%64.71%
CMYK0.00%46.67%24.24%
35.29%

Color #A5587D in popluar number systems.

HEXA5587D
Decimal16588125
Binary1010010110110001111101
Octal245130175

Shades and tints

Shades of #A5587D

#A5587D
(165,88,125)
#965072
(150,80,114)
#874867
(135,72,103)
#78405C
(120,64,92)
#693851
(105,56,81)
#5A3046
(90,48,70)
#4B283B
(75,40,59)
#3C2030
(60,32,48)
#2D1825
(45,24,37)
#1E101A
(30,16,26)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #A5587D

#A5587D
(165,88,125)
#AD6788
(173,103,136)
#B57693
(181,118,147)
#BD859E
(189,133,158)
#C594A9
(197,148,169)
#CDA3B4
(205,163,180)
#D5B2BF
(213,178,191)
#DDC1CA
(221,193,202)
#E5D0D5
(229,208,213)
#EDDFE0
(237,223,224)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5587D; }

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

This text font color is #A5587D.


Background Color

.myBgColor { background-color: #A5587D; }

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

This div background color is #A5587D.


Border color

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

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

This div border color is #A5587D.


Opacity

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

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

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

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

This text has shadow with #A5587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5587D on black background.


Color preview on white background

This text has color #A5587D on white background.



Black color preview on #A5587D background

This text has black color on #A5587D background.


White color preview on #A5587D background

This text has white color on #A5587D background.