COLOR #A58DBB

HEX: #A58DBB
RGB: (165,141,187)

Color info

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

RGB color model

#A58DBB color RGB value is (165,141,187).

  • red value is 165;
  • green value is 141;
  • blue value is 187.
RGB:
(165,141,187)
(65%,55%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 187 of 255 = 73%

165
141
187

R + G + B ~ 64%. #A58DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 187 = 493 (100%)
R 165 of 493 ~ 33.47%
G 141 of 493 ~ 28.6%
B 187 of 493 ~ 37.93%

%33.47
%28.6
%37.93

CMYK color model

#A58DBB color CMYK value is (12,25,0,27).

  • cyan value is 11.76%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(12,25,0,27)
C12M25Y0K27 
(12%,25%,0%,27%)
(0.12/0.25/0.00/0.27)	

CMYK percentages

%11.76
%24.6
%0
%26.67

Codes

Color #A58DBB in popluar color models

A58DBB
RGB165141187
HSL271°25.27%64.31%
HSB/HSV271°24.60%73.33%
CMYK11.76%24.60%0.00%
26.67%

Color #A58DBB in popluar number systems.

HEXA58DBB
Decimal165141187
Binary101001011000110110111011
Octal245215273

Shades and tints

Shades of #A58DBB

#A58DBB
(165,141,187)
#9681AA
(150,129,170)
#877599
(135,117,153)
#786988
(120,105,136)
#695D77
(105,93,119)
#5A5166
(90,81,102)
#4B4555
(75,69,85)
#3C3944
(60,57,68)
#2D2D33
(45,45,51)
#1E2122
(30,33,34)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A58DBB

#A58DBB
(165,141,187)
#AD97C1
(173,151,193)
#B5A1C7
(181,161,199)
#BDABCD
(189,171,205)
#C5B5D3
(197,181,211)
#CDBFD9
(205,191,217)
#D5C9DF
(213,201,223)
#DDD3E5
(221,211,229)
#E5DDEB
(229,221,235)
#EDE7F1
(237,231,241)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58DBB color. Also use rgb(165,141,187) instead hex code.

Text Font Color

.myTextColor { color: #A58DBB; }

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

This text font color is #A58DBB.


Background Color

.myBgColor { background-color: #A58DBB; }

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

This div background color is #A58DBB.


Border color

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

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

This div border color is #A58DBB.


Opacity

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

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

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

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

This text has shadow with #A58DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58DBB on black background.


Color preview on white background

This text has color #A58DBB on white background.



Black color preview on #A58DBB background

This text has black color on #A58DBB background.


White color preview on #A58DBB background

This text has white color on #A58DBB background.