COLOR #A585A0

HEX: #A585A0
RGB: (165,133,160)

Color info

#A585A0 contains red, green and blue colors in about the same proportion. Web safe color of #A585A0 is #999999 (or #999).

RGB color model

#A585A0 color RGB value is (165,133,160).

  • red value is 165;
  • green value is 133;
  • blue value is 160.
RGB:
(165,133,160)
(65%,52%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 160 of 255 = 63%

165
133
160

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

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 160 = 458 (100%)
R 165 of 458 ~ 36.03%
G 133 of 458 ~ 29.04%
B 160 of 458 ~ 34.93%

%36.03
%29.04
%34.93

CMYK color model

#A585A0 color CMYK value is (0,19,3,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 3.03%
  • key color value is 35.29%
CMYK:
(0,19,3,35)
C0M19Y3K35 
(0%,19%,3%,35%)
(0.00/0.19/0.03/0.35)	

CMYK percentages

%0
%19.39
%3.03
%35.29

Codes

Color #A585A0 in popluar color models

A585A0
RGB165133160
HSL309°15.09%58.43%
HSB/HSV309°19.39%64.71%
CMYK0.00%19.39%3.03%
35.29%

Color #A585A0 in popluar number systems.

HEXA585A0
Decimal165133160
Binary101001011000010110100000
Octal245205240

Shades and tints

Shades of #A585A0

#A585A0
(165,133,160)
#967992
(150,121,146)
#876D84
(135,109,132)
#786176
(120,97,118)
#695568
(105,85,104)
#5A495A
(90,73,90)
#4B3D4C
(75,61,76)
#3C313E
(60,49,62)
#2D2530
(45,37,48)
#1E1922
(30,25,34)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #A585A0

#A585A0
(165,133,160)
#AD90A8
(173,144,168)
#B59BB0
(181,155,176)
#BDA6B8
(189,166,184)
#C5B1C0
(197,177,192)
#CDBCC8
(205,188,200)
#D5C7D0
(213,199,208)
#DDD2D8
(221,210,216)
#E5DDE0
(229,221,224)
#EDE8E8
(237,232,232)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A585A0 color. Also use rgb(165,133,160) instead hex code.

Text Font Color

.myTextColor { color: #A585A0; }

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

This text font color is #A585A0.


Background Color

.myBgColor { background-color: #A585A0; }

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

This div background color is #A585A0.


Border color

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

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

This div border color is #A585A0.


Opacity

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

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

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

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

This text has shadow with #A585A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A585A0 on black background.


Color preview on white background

This text has color #A585A0 on white background.



Black color preview on #A585A0 background

This text has black color on #A585A0 background.


White color preview on #A585A0 background

This text has white color on #A585A0 background.