COLOR #A585BD

HEX: #A585BD RGB: (165,133,189)

Color info

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

RGB color model

#A585BD color RGB value is (165,133,189).

RGB: (165,133,189) (65%, 52%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 189 of 255 = 74%

165
133
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 189 = 487 (100%)
R 165 of 487 ~ 33.88%
G 133 of 487 ~ 27.31%
B 189 of 487 ~ 38.81'%

%33.88
%27.31
%38.81

CMYK color model

#A585BD color CMYK value is (13,30,0,26).

  • cyan value is 12.70%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (13,30,0,26) C13M30Y0K26 (13%,30%,0%,26%) (0.13/0.30/0.00/0.26) 

CMYK percentages

%12.7
%29.63
%0
%25.88

Codes

Color #A585BD in popluar color models

A5 85 BD
RGB 165 133 189
HSL 274° 29.79% 63.14%
HSB/HSV 274° 29.63% 74.12%
CMYK 12.70% 29.63% 0.00%
25.88%

Color #A585BD in popluar number systems.

HEX A5 85 BD
Decimal 165 133 189
Binary 10100101 10000101 10111101
Octal 245 205 275

Shades and tints

Shades of #A585BD

#A585BD
(165,133,189)
#9679AC
(150,121,172)
#876D9B
(135,109,155)
#78618A
(120,97,138)
#695579
(105,85,121)
#5A4968
(90,73,104)
#4B3D57
(75,61,87)
#3C3146
(60,49,70)
#2D2535
(45,37,53)
#1E1924
(30,25,36)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A585BD

#A585BD
(165,133,189)
#AD90C3
(173,144,195)
#B59BC9
(181,155,201)
#BDA6CF
(189,166,207)
#C5B1D5
(197,177,213)
#CDBCDB
(205,188,219)
#D5C7E1
(213,199,225)
#DDD2E7
(221,210,231)
#E5DDED
(229,221,237)
#EDE8F3
(237,232,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A585BD; }

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

This text font color is #A585BD.

Background Color

.myBgColor { background-color: #A585BD; }

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

This div background color is #A585BD.

Border color

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

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

This div border color is #A585BD.

Opacity

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

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

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

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

This text has shadow with #A585BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A585BD.

Preview

Color preview on black background

This text has color #A585BD on black background.


Color preview on white background

This text has color #A585BD on white background.


Black color preview on #A585BD background

This text has black color on #A585BD background.


White color preview on #A585BD background

This text has white color on #A585BD background.


Related colors

Complementary color

Complementary color for #hex is #5A7A42.


I love getcolorcode.com

Triadic colors

1 #BDA585 and #85BDA5 with #A585BD are triadic colors.

2 #BD85A5 and #85A5BD with #A585BD are triadic colors.