COLOR #A58BDD

HEX: #A58BDD
RGB: (165,139,221)

Color info

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

RGB color model

#A58BDD color RGB value is (165,139,221).

  • red value is 165;
  • green value is 139;
  • blue value is 221.
RGB:
(165,139,221)
(65%,55%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 221 of 255 = 87%

165
139
221

R + G + B ~ 69%. #A58BDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 221 = 525 (100%)
R 165 of 525 ~ 31.43%
G 139 of 525 ~ 26.48%
B 221 of 525 ~ 42.1%

%31.43
%26.48
%42.1

CMYK color model

#A58BDD color CMYK value is (25,37,0,13).

  • cyan value is 25.34%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,37,0,13)
C25M37Y0K13 
(25%,37%,0%,13%)
(0.25/0.37/0.00/0.13)	

CMYK percentages

%25.34
%37.1
%0
%13.33

Codes

Color #A58BDD in popluar color models

A58BDD
RGB165139221
HSL259°54.67%70.59%
HSB/HSV259°37.10%86.67%
CMYK25.34%37.10%0.00%
13.33%

Color #A58BDD in popluar number systems.

HEXA58BDD
Decimal165139221
Binary101001011000101111011101
Octal245213335

Shades and tints

Shades of #A58BDD

#A58BDD
(165,139,221)
#967FC9
(150,127,201)
#8773B5
(135,115,181)
#7867A1
(120,103,161)
#695B8D
(105,91,141)
#5A4F79
(90,79,121)
#4B4365
(75,67,101)
#3C3751
(60,55,81)
#2D2B3D
(45,43,61)
#1E1F29
(30,31,41)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A58BDD

#A58BDD
(165,139,221)
#AD95E0
(173,149,224)
#B59FE3
(181,159,227)
#BDA9E6
(189,169,230)
#C5B3E9
(197,179,233)
#CDBDEC
(205,189,236)
#D5C7EF
(213,199,239)
#DDD1F2
(221,209,242)
#E5DBF5
(229,219,245)
#EDE5F8
(237,229,248)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58BDD color. Also use rgb(165,139,221) instead hex code.

Text Font Color

.myTextColor { color: #A58BDD; }

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

This text font color is #A58BDD.


Background Color

.myBgColor { background-color: #A58BDD; }

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

This div background color is #A58BDD.


Border color

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

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

This div border color is #A58BDD.


Opacity

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

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

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

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

This text has shadow with #A58BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58BDD on black background.


Color preview on white background

This text has color #A58BDD on white background.



Black color preview on #A58BDD background

This text has black color on #A58BDD background.


White color preview on #A58BDD background

This text has white color on #A58BDD background.