COLOR #A587C0

HEX: #A587C0
RGB: (165,135,192)

Color info

#A587C0 contains red, green and blue colors in about the same proportion. Web safe color of #A587C0 is #9999CC (or #99C).

RGB color model

#A587C0 color RGB value is (165,135,192).

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

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 192 of 255 = 75%

165
135
192

R + G + B ~ 64%. #A587C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 192 = 492 (100%)
R 165 of 492 ~ 33.54%
G 135 of 492 ~ 27.44%
B 192 of 492 ~ 39.02%

%33.54
%27.44
%39.02

CMYK color model

#A587C0 color CMYK value is (14,30,0,25).

  • cyan value is 14.06%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,30,0,25)
C14M30Y0K25 
(14%,30%,0%,25%)
(0.14/0.30/0.00/0.25)	

CMYK percentages

%14.06
%29.69
%0
%24.71

Codes

Color #A587C0 in popluar color models

A587C0
RGB165135192
HSL272°31.15%64.12%
HSB/HSV272°29.69%75.29%
CMYK14.06%29.69%0.00%
24.71%

Color #A587C0 in popluar number systems.

HEXA587C0
Decimal165135192
Binary101001011000011111000000
Octal245207300

Shades and tints

Shades of #A587C0

#A587C0
(165,135,192)
#967BAF
(150,123,175)
#876F9E
(135,111,158)
#78638D
(120,99,141)
#69577C
(105,87,124)
#5A4B6B
(90,75,107)
#4B3F5A
(75,63,90)
#3C3349
(60,51,73)
#2D2738
(45,39,56)
#1E1B27
(30,27,39)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #A587C0

#A587C0
(165,135,192)
#AD91C5
(173,145,197)
#B59BCA
(181,155,202)
#BDA5CF
(189,165,207)
#C5AFD4
(197,175,212)
#CDB9D9
(205,185,217)
#D5C3DE
(213,195,222)
#DDCDE3
(221,205,227)
#E5D7E8
(229,215,232)
#EDE1ED
(237,225,237)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A587C0; }

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

This text font color is #A587C0.


Background Color

.myBgColor { background-color: #A587C0; }

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

This div background color is #A587C0.


Border color

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

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

This div border color is #A587C0.


Opacity

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

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

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

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

This text has shadow with #A587C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A587C0 on black background.


Color preview on white background

This text has color #A587C0 on white background.



Black color preview on #A587C0 background

This text has black color on #A587C0 background.


White color preview on #A587C0 background

This text has white color on #A587C0 background.