COLOR #A585B5

HEX: #A585B5
RGB: (165,133,181)

Color info

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

RGB color model

#A585B5 color RGB value is (165,133,181).

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

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 181 of 255 = 71%

165
133
181

R + G + B ~ 63%. #A585B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 181 = 479 (100%)
R 165 of 479 ~ 34.45%
G 133 of 479 ~ 27.77%
B 181 of 479 ~ 37.79%

%34.45
%27.77
%37.79

CMYK color model

#A585B5 color CMYK value is (9,27,0,29).

  • cyan value is 8.84%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,27,0,29)
C9M27Y0K29 
(9%,27%,0%,29%)
(0.09/0.27/0.00/0.29)	

CMYK percentages

%8.84
%26.52
%0
%29.02

Codes

Color #A585B5 in popluar color models

A585B5
RGB165133181
HSL280°24.49%61.57%
HSB/HSV280°26.52%70.98%
CMYK8.84%26.52%0.00%
29.02%

Color #A585B5 in popluar number systems.

HEXA585B5
Decimal165133181
Binary101001011000010110110101
Octal245205265

Shades and tints

Shades of #A585B5

#A585B5
(165,133,181)
#9679A5
(150,121,165)
#876D95
(135,109,149)
#786185
(120,97,133)
#695575
(105,85,117)
#5A4965
(90,73,101)
#4B3D55
(75,61,85)
#3C3145
(60,49,69)
#2D2535
(45,37,53)
#1E1925
(30,25,37)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #A585B5

#A585B5
(165,133,181)
#AD90BB
(173,144,187)
#B59BC1
(181,155,193)
#BDA6C7
(189,166,199)
#C5B1CD
(197,177,205)
#CDBCD3
(205,188,211)
#D5C7D9
(213,199,217)
#DDD2DF
(221,210,223)
#E5DDE5
(229,221,229)
#EDE8EB
(237,232,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A585B5; }

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

This text font color is #A585B5.


Background Color

.myBgColor { background-color: #A585B5; }

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

This div background color is #A585B5.


Border color

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

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

This div border color is #A585B5.


Opacity

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

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

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

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

This text has shadow with #A585B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A585B5 on black background.


Color preview on white background

This text has color #A585B5 on white background.



Black color preview on #A585B5 background

This text has black color on #A585B5 background.


White color preview on #A585B5 background

This text has white color on #A585B5 background.