COLOR #A58EAD

HEX: #A58EAD
RGB: (165,142,173)

Color info

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

RGB color model

#A58EAD color RGB value is (165,142,173).

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

RGB channels and saturation

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

165
142
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 173 = 480 (100%)
R 165 of 480 ~ 34.38%
G 142 of 480 ~ 29.58%
B 173 of 480 ~ 36.04%

%34.38
%29.58
%36.04

CMYK color model

#A58EAD color CMYK value is (5,18,0,32).

  • cyan value is 4.62%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,18,0,32)
C5M18Y0K32 
(5%,18%,0%,32%)
(0.05/0.18/0.00/0.32)	

CMYK percentages

%4.62
%17.92
%0
%32.16

Codes

Color #A58EAD in popluar color models

A58EAD
RGB165142173
HSL285°15.90%61.76%
HSB/HSV285°17.92%67.84%
CMYK4.62%17.92%0.00%
32.16%

Color #A58EAD in popluar number systems.

HEXA58EAD
Decimal165142173
Binary101001011000111010101101
Octal245216255

Shades and tints

Shades of #A58EAD

#A58EAD
(165,142,173)
#96829E
(150,130,158)
#87768F
(135,118,143)
#786A80
(120,106,128)
#695E71
(105,94,113)
#5A5262
(90,82,98)
#4B4653
(75,70,83)
#3C3A44
(60,58,68)
#2D2E35
(45,46,53)
#1E2226
(30,34,38)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A58EAD

#A58EAD
(165,142,173)
#AD98B4
(173,152,180)
#B5A2BB
(181,162,187)
#BDACC2
(189,172,194)
#C5B6C9
(197,182,201)
#CDC0D0
(205,192,208)
#D5CAD7
(213,202,215)
#DDD4DE
(221,212,222)
#E5DEE5
(229,222,229)
#EDE8EC
(237,232,236)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EAD; }

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

This text font color is #A58EAD.


Background Color

.myBgColor { background-color: #A58EAD; }

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

This div background color is #A58EAD.


Border color

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

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

This div border color is #A58EAD.


Opacity

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

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

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

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

This text has shadow with #A58EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58EAD on black background.


Color preview on white background

This text has color #A58EAD on white background.



Black color preview on #A58EAD background

This text has black color on #A58EAD background.


White color preview on #A58EAD background

This text has white color on #A58EAD background.