COLOR #A58EBA

HEX: #A58EBA RGB: (165,142,186)

Color info

#A58EBA contains red, green and blue colors in about the same proportion. Web safe color of #A58EBA is #9999CC (or #99C).

RGB color model

#A58EBA color RGB value is (165,142,186).

RGB: (165,142,186) (65%, 56%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 186 of 255 = 73%

165
142
186

R + G + B ~ 65%. #A58EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 142 + 186 = 493 (100%)
R 165 of 493 ~ 33.47%
G 142 of 493 ~ 28.8%
B 186 of 493 ~ 37.73'%

%33.47
%28.8
%37.73

CMYK color model

#A58EBA color CMYK value is (11,24,0,27).

  • cyan value is 11.29%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (11,24,0,27) C11M24Y0K27 (11%,24%,0%,27%) (0.11/0.24/0.00/0.27) 

CMYK percentages

%11.29
%23.66
%0
%27.06

Codes

Color #A58EBA in popluar color models

A5 8E BA
RGB 165 142 186
HSL 271° 24.18% 64.31%
HSB/HSV 271° 23.66% 72.94%
CMYK 11.29% 23.66% 0.00%
27.06%

Color #A58EBA in popluar number systems.

HEX A5 8E BA
Decimal 165 142 186
Binary 10100101 10001110 10111010
Octal 245 216 272

Shades and tints

Shades of #A58EBA

#A58EBA
(165,142,186)
#9682AA
(150,130,170)
#87769A
(135,118,154)
#786A8A
(120,106,138)
#695E7A
(105,94,122)
#5A526A
(90,82,106)
#4B465A
(75,70,90)
#3C3A4A
(60,58,74)
#2D2E3A
(45,46,58)
#1E222A
(30,34,42)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #A58EBA

#A58EBA
(165,142,186)
#AD98C0
(173,152,192)
#B5A2C6
(181,162,198)
#BDACCC
(189,172,204)
#C5B6D2
(197,182,210)
#CDC0D8
(205,192,216)
#D5CADE
(213,202,222)
#DDD4E4
(221,212,228)
#E5DEEA
(229,222,234)
#EDE8F0
(237,232,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EBA; }

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

This text font color is #A58EBA.

Background Color

.myBgColor { background-color: #A58EBA; }

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

This div background color is #A58EBA.

Border color

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

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

This div border color is #A58EBA.

Opacity

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

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

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

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

This text has shadow with #A58EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58EBA.

Preview

Color preview on black background

This text has color #A58EBA on black background.


Color preview on white background

This text has color #A58EBA on white background.


Black color preview on #A58EBA background

This text has black color on #A58EBA background.


White color preview on #A58EBA background

This text has white color on #A58EBA background.


Related colors

Complementary color

Complementary color for #hex is #5A7145.


I love getcolorcode.com

Triadic colors

1 #BAA58E and #8EBAA5 with #A58EBA are triadic colors.

2 #BA8EA5 and #8EA5BA with #A58EBA are triadic colors.