COLOR #A58CB1

HEX: #A58CB1 RGB: (165,140,177)

Color info

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

RGB color model

#A58CB1 color RGB value is (165,140,177).

RGB: (165,140,177) (65%, 55%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 177 of 255 = 69%

165
140
177

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

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 177 = 482 (100%)
R 165 of 482 ~ 34.23%
G 140 of 482 ~ 29.05%
B 177 of 482 ~ 36.72'%

%34.23
%29.05
%36.72

CMYK color model

#A58CB1 color CMYK value is (7,21,0,31).

  • cyan value is 6.78%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (7,21,0,31)
C7M21Y0K31 (7%, 21%, 0%, 31%)
(0.07 / 0.21 / 0.00 / 0.31)

CMYK percentages

%6.78
%20.9
%0
%30.59

Codes

Color #A58CB1 in popluar color models

A5 8C B1
RGB 165 140 177
HSL 281° 19.17% 62.16%
HSB/HSV 281° 20.90% 69.41%
CMYK 6.78% 20.90% 0.00%
30.59%

Color #A58CB1 in popluar number systems.

HEX A5 8C B1
Decimal 165 140 177
Binary 10100101 10001100 10110001
Octal 245 214 261

Shades and tints

Shades of #A58CB1

#A58CB1
(165,140,177)
#9680A1
(150,128,161)
#877491
(135,116,145)
#786881
(120,104,129)
#695C71
(105,92,113)
#5A5061
(90,80,97)
#4B4451
(75,68,81)
#3C3841
(60,56,65)
#2D2C31
(45,44,49)
#1E2021
(30,32,33)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A58CB1

#A58CB1
(165,140,177)
#AD96B8
(173,150,184)
#B5A0BF
(181,160,191)
#BDAAC6
(189,170,198)
#C5B4CD
(197,180,205)
#CDBED4
(205,190,212)
#D5C8DB
(213,200,219)
#DDD2E2
(221,210,226)
#E5DCE9
(229,220,233)
#EDE6F0
(237,230,240)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58CB1 color. Also use rgb(165,140,177) instead hex code.

Text Font Color

.myTextColor { color: #A58CB1; }

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

This text font color is #A58CB1.

Background Color

.myBgColor { background-color: #A58CB1; }

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

This div background color is #A58CB1.

Border color

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

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

This div border color is #A58CB1.

Opacity

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

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

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

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

This text has shadow with #A58CB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58CB1.

Preview

Color preview on black background

This text has color #A58CB1 on black background.


Color preview on white background

This text has color #A58CB1 on white background.


Black color preview on #A58CB1 background

This text has black color on #A58CB1 background.


White color preview on #A58CB1 background

This text has white color on #A58CB1 background.


Related colors

Complementary color

Complementary color for #hex is #5A734E.


I love getcolorcode.com

Triadic colors

1 #B1A58C and #8CB1A5 with #A58CB1 are triadic colors.

2 #B18CA5 and #8CA5B1 with #A58CB1 are triadic colors.