COLOR #A58ACD

HEX: #A58ACD RGB: (165,138,205)

Color info

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

RGB color model

#A58ACD color RGB value is (165,138,205).

RGB: (165,138,205) (65%, 54%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 205 of 255 = 80%

165
138
205

R + G + B ~ 66%. #A58ACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 138 + 205 = 508 (100%)
R 165 of 508 ~ 32.48%
G 138 of 508 ~ 27.17%
B 205 of 508 ~ 40.35'%

%32.48
%27.17
%40.35

CMYK color model

#A58ACD color CMYK value is (20,33,0,20).

  • cyan value is 19.51%
  • magenta value is 32.68%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,33,0,20)
C20M33Y0K20 (20%, 33%, 0%, 20%)
(0.20 / 0.33 / 0.00 / 0.20)

CMYK percentages

%19.51
%32.68
%0
%19.61

Codes

Color #A58ACD in popluar color models

A5 8A CD
RGB 165 138 205
HSL 264° 40.12% 67.25%
HSB/HSV 264° 32.68% 80.39%
CMYK 19.51% 32.68% 0.00%
19.61%

Color #A58ACD in popluar number systems.

HEX A5 8A CD
Decimal 165 138 205
Binary 10100101 10001010 11001101
Octal 245 212 315

Shades and tints

Shades of #A58ACD

#A58ACD
(165,138,205)
#967EBB
(150,126,187)
#8772A9
(135,114,169)
#786697
(120,102,151)
#695A85
(105,90,133)
#5A4E73
(90,78,115)
#4B4261
(75,66,97)
#3C364F
(60,54,79)
#2D2A3D
(45,42,61)
#1E1E2B
(30,30,43)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A58ACD

#A58ACD
(165,138,205)
#AD94D1
(173,148,209)
#B59ED5
(181,158,213)
#BDA8D9
(189,168,217)
#C5B2DD
(197,178,221)
#CDBCE1
(205,188,225)
#D5C6E5
(213,198,229)
#DDD0E9
(221,208,233)
#E5DAED
(229,218,237)
#EDE4F1
(237,228,241)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58ACD; }

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

This text font color is #A58ACD.

Background Color

.myBgColor { background-color: #A58ACD; }

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

This div background color is #A58ACD.

Border color

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

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

This div border color is #A58ACD.

Opacity

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

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

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

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

This text has shadow with #A58ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58ACD.

Preview

Color preview on black background

This text has color #A58ACD on black background.


Color preview on white background

This text has color #A58ACD on white background.


Black color preview on #A58ACD background

This text has black color on #A58ACD background.


White color preview on #A58ACD background

This text has white color on #A58ACD background.


Related colors

Complementary color

Complementary color for #hex is #5A7532.


I love getcolorcode.com

Triadic colors

1 #CDA58A and #8ACDA5 with #A58ACD are triadic colors.

2 #CD8AA5 and #8AA5CD with #A58ACD are triadic colors.