COLOR #A58FB1

HEX: #A58FB1 RGB: (165,143,177)

Color info

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

RGB color model

#A58FB1 color RGB value is (165,143,177).

RGB: (165,143,177) (65%, 56%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 177 of 255 = 69%

165
143
177

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 177 = 485 (100%)
R 165 of 485 ~ 34.02%
G 143 of 485 ~ 29.48%
B 177 of 485 ~ 36.49'%

%34.02
%29.48
%36.49

CMYK color model

#A58FB1 color CMYK value is (7,19,0,31).

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

CMYK: (7,19,0,31)
C7M19Y0K31 (7%, 19%, 0%, 31%)
(0.07 / 0.19 / 0.00 / 0.31)

CMYK percentages

%6.78
%19.21
%0
%30.59

Codes

Color #A58FB1 in popluar color models

A5 8F B1
RGB 165 143 177
HSL 279° 17.89% 62.75%
HSB/HSV 279° 19.21% 69.41%
CMYK 6.78% 19.21% 0.00%
30.59%

Color #A58FB1 in popluar number systems.

HEX A5 8F B1
Decimal 165 143 177
Binary 10100101 10001111 10110001
Octal 245 217 261

Shades and tints

Shades of #A58FB1

#A58FB1
(165,143,177)
#9682A1
(150,130,161)
#877591
(135,117,145)
#786881
(120,104,129)
#695B71
(105,91,113)
#5A4E61
(90,78,97)
#4B4151
(75,65,81)
#3C3441
(60,52,65)
#2D2731
(45,39,49)
#1E1A21
(30,26,33)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A58FB1

#A58FB1
(165,143,177)
#AD99B8
(173,153,184)
#B5A3BF
(181,163,191)
#BDADC6
(189,173,198)
#C5B7CD
(197,183,205)
#CDC1D4
(205,193,212)
#D5CBDB
(213,203,219)
#DDD5E2
(221,213,226)
#E5DFE9
(229,223,233)
#EDE9F0
(237,233,240)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58FB1; }

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

This text font color is #A58FB1.

Background Color

.myBgColor { background-color: #A58FB1; }

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

This div background color is #A58FB1.

Border color

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

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

This div border color is #A58FB1.

Opacity

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

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

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

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

This text has shadow with #A58FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58FB1.

Preview

Color preview on black background

This text has color #A58FB1 on black background.


Color preview on white background

This text has color #A58FB1 on white background.


Black color preview on #A58FB1 background

This text has black color on #A58FB1 background.


White color preview on #A58FB1 background

This text has white color on #A58FB1 background.


Related colors

Complementary color

Complementary color for #hex is #5A704E.


I love getcolorcode.com

Triadic colors

1 #B1A58F and #8FB1A5 with #A58FB1 are triadic colors.

2 #B18FA5 and #8FA5B1 with #A58FB1 are triadic colors.