COLOR #A58DBD

HEX: #A58DBD RGB: (165,141,189)

Color info

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

RGB color model

#A58DBD color RGB value is (165,141,189).

RGB: (165,141,189) (65%, 55%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 189 of 255 = 74%

165
141
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 141 + 189 = 495 (100%)
R 165 of 495 ~ 33.33%
G 141 of 495 ~ 28.48%
B 189 of 495 ~ 38.18'%

%33.33
%28.48
%38.18

CMYK color model

#A58DBD color CMYK value is (13,25,0,26).

  • cyan value is 12.70%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,25,0,26)
C13M25Y0K26 (13%, 25%, 0%, 26%)
(0.13 / 0.25 / 0.00 / 0.26)

CMYK percentages

%12.7
%25.4
%0
%25.88

Codes

Color #A58DBD in popluar color models

A5 8D BD
RGB 165 141 189
HSL 270° 26.67% 64.71%
HSB/HSV 270° 25.40% 74.12%
CMYK 12.70% 25.40% 0.00%
25.88%

Color #A58DBD in popluar number systems.

HEX A5 8D BD
Decimal 165 141 189
Binary 10100101 10001101 10111101
Octal 245 215 275

Shades and tints

Shades of #A58DBD

#A58DBD
(165,141,189)
#9681AC
(150,129,172)
#87759B
(135,117,155)
#78698A
(120,105,138)
#695D79
(105,93,121)
#5A5168
(90,81,104)
#4B4557
(75,69,87)
#3C3946
(60,57,70)
#2D2D35
(45,45,53)
#1E2124
(30,33,36)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A58DBD

#A58DBD
(165,141,189)
#AD97C3
(173,151,195)
#B5A1C9
(181,161,201)
#BDABCF
(189,171,207)
#C5B5D5
(197,181,213)
#CDBFDB
(205,191,219)
#D5C9E1
(213,201,225)
#DDD3E7
(221,211,231)
#E5DDED
(229,221,237)
#EDE7F3
(237,231,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58DBD; }

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

This text font color is #A58DBD.

Background Color

.myBgColor { background-color: #A58DBD; }

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

This div background color is #A58DBD.

Border color

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

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

This div border color is #A58DBD.

Opacity

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

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

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

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

This text has shadow with #A58DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58DBD.

Preview

Color preview on black background

This text has color #A58DBD on black background.


Color preview on white background

This text has color #A58DBD on white background.


Black color preview on #A58DBD background

This text has black color on #A58DBD background.


White color preview on #A58DBD background

This text has white color on #A58DBD background.


Related colors

Complementary color

Complementary color for #hex is #5A7242.


I love getcolorcode.com

Triadic colors

1 #BDA58D and #8DBDA5 with #A58DBD are triadic colors.

2 #BD8DA5 and #8DA5BD with #A58DBD are triadic colors.