COLOR #A58DD3

HEX: #A58DD3 RGB: (165,141,211)

Color info

#A58DD3 contains mainly red and blue colors. Web safe color of #A58DD3 is #9999CC (or #99C).

RGB color model

#A58DD3 color RGB value is (165,141,211).

RGB: (165,141,211) (65%, 55%, 83%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 211 of 255 = 83%

165
141
211

R + G + B ~ 68%. #A58DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 141 + 211 = 517 (100%)
R 165 of 517 ~ 31.91%
G 141 of 517 ~ 27.27%
B 211 of 517 ~ 40.81'%

%31.91
%27.27
%40.81

CMYK color model

#A58DD3 color CMYK value is (22,33,0,17).

  • cyan value is 21.80%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (22,33,0,17)
C22M33Y0K17 (22%, 33%, 0%, 17%)
(0.22 / 0.33 / 0.00 / 0.17)

CMYK percentages

%21.8
%33.18
%0
%17.25

Codes

Color #A58DD3 in popluar color models

A5 8D D3
RGB 165 141 211
HSL 261° 44.30% 69.02%
HSB/HSV 261° 33.18% 82.75%
CMYK 21.80% 33.18% 0.00%
17.25%

Color #A58DD3 in popluar number systems.

HEX A5 8D D3
Decimal 165 141 211
Binary 10100101 10001101 11010011
Octal 245 215 323

Shades and tints

Shades of #A58DD3

#A58DD3
(165,141,211)
#9681C0
(150,129,192)
#8775AD
(135,117,173)
#78699A
(120,105,154)
#695D87
(105,93,135)
#5A5174
(90,81,116)
#4B4561
(75,69,97)
#3C394E
(60,57,78)
#2D2D3B
(45,45,59)
#1E2128
(30,33,40)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A58DD3

#A58DD3
(165,141,211)
#AD97D7
(173,151,215)
#B5A1DB
(181,161,219)
#BDABDF
(189,171,223)
#C5B5E3
(197,181,227)
#CDBFE7
(205,191,231)
#D5C9EB
(213,201,235)
#DDD3EF
(221,211,239)
#E5DDF3
(229,221,243)
#EDE7F7
(237,231,247)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58DD3; }

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

This text font color is #A58DD3.

Background Color

.myBgColor { background-color: #A58DD3; }

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

This div background color is #A58DD3.

Border color

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

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

This div border color is #A58DD3.

Opacity

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

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

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

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

This text has shadow with #A58DD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58DD3.

Preview

Color preview on black background

This text has color #A58DD3 on black background.


Color preview on white background

This text has color #A58DD3 on white background.


Black color preview on #A58DD3 background

This text has black color on #A58DD3 background.


White color preview on #A58DD3 background

This text has white color on #A58DD3 background.


Related colors

Complementary color

Complementary color for #hex is #5A722C.


I love getcolorcode.com

Triadic colors

1 #D3A58D and #8DD3A5 with #A58DD3 are triadic colors.

2 #D38DA5 and #8DA5D3 with #A58DD3 are triadic colors.