COLOR #A58BC8

HEX: #A58BC8
RGB: (165,139,200)

Color info

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

RGB color model

#A58BC8 color RGB value is (165,139,200).

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

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 200 of 255 = 78%

165
139
200

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 200 = 504 (100%)
R 165 of 504 ~ 32.74%
G 139 of 504 ~ 27.58%
B 200 of 504 ~ 39.68%

%32.74
%27.58
%39.68

CMYK color model

#A58BC8 color CMYK value is (18,31,0,22).

  • cyan value is 17.50%
  • magenta value is 30.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,31,0,22)
C18M31Y0K22 
(18%,31%,0%,22%)
(0.18/0.31/0.00/0.22)	

CMYK percentages

%17.5
%30.5
%0
%21.57

Codes

Color #A58BC8 in popluar color models

A58BC8
RGB165139200
HSL266°35.67%66.47%
HSB/HSV266°30.50%78.43%
CMYK17.50%30.50%0.00%
21.57%

Color #A58BC8 in popluar number systems.

HEXA58BC8
Decimal165139200
Binary101001011000101111001000
Octal245213310

Shades and tints

Shades of #A58BC8

#A58BC8
(165,139,200)
#967FB6
(150,127,182)
#8773A4
(135,115,164)
#786792
(120,103,146)
#695B80
(105,91,128)
#5A4F6E
(90,79,110)
#4B435C
(75,67,92)
#3C374A
(60,55,74)
#2D2B38
(45,43,56)
#1E1F26
(30,31,38)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A58BC8

#A58BC8
(165,139,200)
#AD95CD
(173,149,205)
#B59FD2
(181,159,210)
#BDA9D7
(189,169,215)
#C5B3DC
(197,179,220)
#CDBDE1
(205,189,225)
#D5C7E6
(213,199,230)
#DDD1EB
(221,209,235)
#E5DBF0
(229,219,240)
#EDE5F5
(237,229,245)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58BC8; }

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

This text font color is #A58BC8.


Background Color

.myBgColor { background-color: #A58BC8; }

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

This div background color is #A58BC8.


Border color

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

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

This div border color is #A58BC8.


Opacity

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

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

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

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

This text has shadow with #A58BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58BC8 on black background.


Color preview on white background

This text has color #A58BC8 on white background.



Black color preview on #A58BC8 background

This text has black color on #A58BC8 background.


White color preview on #A58BC8 background

This text has white color on #A58BC8 background.