COLOR #A585A6

HEX: #A585A6
RGB: (165,133,166)

Color info

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

RGB color model

#A585A6 color RGB value is (165,133,166).

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

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 166 of 255 = 65%

165
133
166

R + G + B ~ 61%. #A585A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 166 = 464 (100%)
R 165 of 464 ~ 35.56%
G 133 of 464 ~ 28.66%
B 166 of 464 ~ 35.78%

%35.56
%28.66
%35.78

CMYK color model

#A585A6 color CMYK value is (1,20,0,35).

  • cyan value is 0.60%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,20,0,35)
C1M20Y0K35 
(1%,20%,0%,35%)
(0.01/0.20/0.00/0.35)	

CMYK percentages

%0.6
%19.88
%0
%34.9

Codes

Color #A585A6 in popluar color models

A585A6
RGB165133166
HSL298°15.64%58.63%
HSB/HSV298°19.88%65.10%
CMYK0.60%19.88%0.00%
34.90%

Color #A585A6 in popluar number systems.

HEXA585A6
Decimal165133166
Binary101001011000010110100110
Octal245205246

Shades and tints

Shades of #A585A6

#A585A6
(165,133,166)
#967997
(150,121,151)
#876D88
(135,109,136)
#786179
(120,97,121)
#69556A
(105,85,106)
#5A495B
(90,73,91)
#4B3D4C
(75,61,76)
#3C313D
(60,49,61)
#2D252E
(45,37,46)
#1E191F
(30,25,31)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #A585A6

#A585A6
(165,133,166)
#AD90AE
(173,144,174)
#B59BB6
(181,155,182)
#BDA6BE
(189,166,190)
#C5B1C6
(197,177,198)
#CDBCCE
(205,188,206)
#D5C7D6
(213,199,214)
#DDD2DE
(221,210,222)
#E5DDE6
(229,221,230)
#EDE8EE
(237,232,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A585A6; }

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

This text font color is #A585A6.


Background Color

.myBgColor { background-color: #A585A6; }

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

This div background color is #A585A6.


Border color

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

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

This div border color is #A585A6.


Opacity

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

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

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

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

This text has shadow with #A585A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A585A6 on black background.


Color preview on white background

This text has color #A585A6 on white background.



Black color preview on #A585A6 background

This text has black color on #A585A6 background.


White color preview on #A585A6 background

This text has white color on #A585A6 background.