COLOR #A58FB0

HEX: #A58FB0 RGB: (165,143,176)

Color info

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

RGB color model

#A58FB0 color RGB value is (165,143,176).

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

RGB channels and saturation

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

165
143
176

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 176 = 484 (100%)
R 165 of 484 ~ 34.09%
G 143 of 484 ~ 29.55%
B 176 of 484 ~ 36.36'%

%34.09
%29.55
%36.36

CMYK color model

#A58FB0 color CMYK value is (6,19,0,31).

  • cyan value is 6.25%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (6,19,0,31)
C6M19Y0K31 (6%, 19%, 0%, 31%)
(0.06 / 0.19 / 0.00 / 0.31)

CMYK percentages

%6.25
%18.75
%0
%30.98

Codes

Color #A58FB0 in popluar color models

A5 8F B0
RGB 165 143 176
HSL 280° 17.28% 62.55%
HSB/HSV 280° 18.75% 69.02%
CMYK 6.25% 18.75% 0.00%
30.98%

Color #A58FB0 in popluar number systems.

HEX A5 8F B0
Decimal 165 143 176
Binary 10100101 10001111 10110000
Octal 245 217 260

Shades and tints

Shades of #A58FB0

#A58FB0
(165,143,176)
#9682A0
(150,130,160)
#877590
(135,117,144)
#786880
(120,104,128)
#695B70
(105,91,112)
#5A4E60
(90,78,96)
#4B4150
(75,65,80)
#3C3440
(60,52,64)
#2D2730
(45,39,48)
#1E1A20
(30,26,32)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #A58FB0

#A58FB0
(165,143,176)
#AD99B7
(173,153,183)
#B5A3BE
(181,163,190)
#BDADC5
(189,173,197)
#C5B7CC
(197,183,204)
#CDC1D3
(205,193,211)
#D5CBDA
(213,203,218)
#DDD5E1
(221,213,225)
#E5DFE8
(229,223,232)
#EDE9EF
(237,233,239)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58FB0; }

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

This text font color is #A58FB0.

Background Color

.myBgColor { background-color: #A58FB0; }

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

This div background color is #A58FB0.

Border color

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

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

This div border color is #A58FB0.

Opacity

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

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

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

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

This text has shadow with #A58FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58FB0.

Preview

Color preview on black background

This text has color #A58FB0 on black background.


Color preview on white background

This text has color #A58FB0 on white background.


Black color preview on #A58FB0 background

This text has black color on #A58FB0 background.


White color preview on #A58FB0 background

This text has white color on #A58FB0 background.


Related colors

Complementary color

Complementary color for #hex is #5A704F.


I love getcolorcode.com

Triadic colors

1 #B0A58F and #8FB0A5 with #A58FB0 are triadic colors.

2 #B08FA5 and #8FA5B0 with #A58FB0 are triadic colors.