COLOR #A58AB1

HEX: #A58AB1
RGB: (165,138,177)

Color info

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

RGB color model

#A58AB1 color RGB value is (165,138,177).

  • red value is 165;
  • green value is 138;
  • blue value is 177.
RGB:
(165,138,177)
(65%,54%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 177 of 255 = 69%

165
138
177

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

Portions of RGB colors in percentages

R + G + B =
165 + 138 + 177 = 480 (100%)
R 165 of 480 ~ 34.38%
G 138 of 480 ~ 28.75%
B 177 of 480 ~ 36.88%

%34.38
%28.75
%36.88

CMYK color model

#A58AB1 color CMYK value is (7,22,0,31).

  • cyan value is 6.78%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,22,0,31)
C7M22Y0K31 
(7%,22%,0%,31%)
(0.07/0.22/0.00/0.31)	

CMYK percentages

%6.78
%22.03
%0
%30.59

Codes

Color #A58AB1 in popluar color models

A58AB1
RGB165138177
HSL282°20.00%61.76%
HSB/HSV282°22.03%69.41%
CMYK6.78%22.03%0.00%
30.59%

Color #A58AB1 in popluar number systems.

HEXA58AB1
Decimal165138177
Binary101001011000101010110001
Octal245212261

Shades and tints

Shades of #A58AB1

#A58AB1
(165,138,177)
#967EA1
(150,126,161)
#877291
(135,114,145)
#786681
(120,102,129)
#695A71
(105,90,113)
#5A4E61
(90,78,97)
#4B4251
(75,66,81)
#3C3641
(60,54,65)
#2D2A31
(45,42,49)
#1E1E21
(30,30,33)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #A58AB1

#A58AB1
(165,138,177)
#AD94B8
(173,148,184)
#B59EBF
(181,158,191)
#BDA8C6
(189,168,198)
#C5B2CD
(197,178,205)
#CDBCD4
(205,188,212)
#D5C6DB
(213,198,219)
#DDD0E2
(221,208,226)
#E5DAE9
(229,218,233)
#EDE4F0
(237,228,240)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58AB1; }

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

This text font color is #A58AB1.


Background Color

.myBgColor { background-color: #A58AB1; }

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

This div background color is #A58AB1.


Border color

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

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

This div border color is #A58AB1.


Opacity

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

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

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

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

This text has shadow with #A58AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58AB1 on black background.


Color preview on white background

This text has color #A58AB1 on white background.



Black color preview on #A58AB1 background

This text has black color on #A58AB1 background.


White color preview on #A58AB1 background

This text has white color on #A58AB1 background.