COLOR #A587C9

HEX: #A587C9
RGB: (165,135,201)

Color info

#A587C9 contains mainly red and blue colors. Web safe color of #A587C9 is #9999CC (or #99C).

RGB color model

#A587C9 color RGB value is (165,135,201).

  • red value is 165;
  • green value is 135;
  • blue value is 201.
RGB:
(165,135,201)
(65%,53%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 201 of 255 = 79%

165
135
201

R + G + B ~ 66%. #A587C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 201 = 501 (100%)
R 165 of 501 ~ 32.93%
G 135 of 501 ~ 26.95%
B 201 of 501 ~ 40.12%

%32.93
%26.95
%40.12

CMYK color model

#A587C9 color CMYK value is (18,33,0,21).

  • cyan value is 17.91%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,33,0,21)
C18M33Y0K21 
(18%,33%,0%,21%)
(0.18/0.33/0.00/0.21)	

CMYK percentages

%17.91
%32.84
%0
%21.18

Codes

Color #A587C9 in popluar color models

A587C9
RGB165135201
HSL267°37.93%65.88%
HSB/HSV267°32.84%78.82%
CMYK17.91%32.84%0.00%
21.18%

Color #A587C9 in popluar number systems.

HEXA587C9
Decimal165135201
Binary101001011000011111001001
Octal245207311

Shades and tints

Shades of #A587C9

#A587C9
(165,135,201)
#967BB7
(150,123,183)
#876FA5
(135,111,165)
#786393
(120,99,147)
#695781
(105,87,129)
#5A4B6F
(90,75,111)
#4B3F5D
(75,63,93)
#3C334B
(60,51,75)
#2D2739
(45,39,57)
#1E1B27
(30,27,39)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A587C9

#A587C9
(165,135,201)
#AD91CD
(173,145,205)
#B59BD1
(181,155,209)
#BDA5D5
(189,165,213)
#C5AFD9
(197,175,217)
#CDB9DD
(205,185,221)
#D5C3E1
(213,195,225)
#DDCDE5
(221,205,229)
#E5D7E9
(229,215,233)
#EDE1ED
(237,225,237)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A587C9 color. Also use rgb(165,135,201) instead hex code.

Text Font Color

.myTextColor { color: #A587C9; }

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

This text font color is #A587C9.


Background Color

.myBgColor { background-color: #A587C9; }

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

This div background color is #A587C9.


Border color

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

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

This div border color is #A587C9.


Opacity

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

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

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

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

This text has shadow with #A587C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A587C9 on black background.


Color preview on white background

This text has color #A587C9 on white background.



Black color preview on #A587C9 background

This text has black color on #A587C9 background.


White color preview on #A587C9 background

This text has white color on #A587C9 background.