COLOR #A58FAD

HEX: #A58FAD
RGB: (165,143,173)

Color info

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

RGB color model

#A58FAD color RGB value is (165,143,173).

  • red value is 165;
  • green value is 143;
  • blue value is 173.
RGB:
(165,143,173)
(65%,56%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 173 of 255 = 68%

165
143
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 173 = 481 (100%)
R 165 of 481 ~ 34.3%
G 143 of 481 ~ 29.73%
B 173 of 481 ~ 35.97%

%34.3
%29.73
%35.97

CMYK color model

#A58FAD color CMYK value is (5,17,0,32).

  • cyan value is 4.62%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,17,0,32)
C5M17Y0K32 
(5%,17%,0%,32%)
(0.05/0.17/0.00/0.32)	

CMYK percentages

%4.62
%17.34
%0
%32.16

Codes

Color #A58FAD in popluar color models

A58FAD
RGB165143173
HSL284°15.46%61.96%
HSB/HSV284°17.34%67.84%
CMYK4.62%17.34%0.00%
32.16%

Color #A58FAD in popluar number systems.

HEXA58FAD
Decimal165143173
Binary101001011000111110101101
Octal245217255

Shades and tints

Shades of #A58FAD

#A58FAD
(165,143,173)
#96829E
(150,130,158)
#87758F
(135,117,143)
#786880
(120,104,128)
#695B71
(105,91,113)
#5A4E62
(90,78,98)
#4B4153
(75,65,83)
#3C3444
(60,52,68)
#2D2735
(45,39,53)
#1E1A26
(30,26,38)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #A58FAD

#A58FAD
(165,143,173)
#AD99B4
(173,153,180)
#B5A3BB
(181,163,187)
#BDADC2
(189,173,194)
#C5B7C9
(197,183,201)
#CDC1D0
(205,193,208)
#D5CBD7
(213,203,215)
#DDD5DE
(221,213,222)
#E5DFE5
(229,223,229)
#EDE9EC
(237,233,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58FAD; }

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

This text font color is #A58FAD.


Background Color

.myBgColor { background-color: #A58FAD; }

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

This div background color is #A58FAD.


Border color

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

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

This div border color is #A58FAD.


Opacity

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

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

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

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

This text has shadow with #A58FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58FAD on black background.


Color preview on white background

This text has color #A58FAD on white background.



Black color preview on #A58FAD background

This text has black color on #A58FAD background.


White color preview on #A58FAD background

This text has white color on #A58FAD background.