COLOR #A58CE1

HEX: #A58CE1
RGB: (165,140,225)

Color info

#A58CE1 contains mainly blue color. Web safe color of #A58CE1 is #9999CC (or #99C).

RGB color model

#A58CE1 color RGB value is (165,140,225).

  • red value is 165;
  • green value is 140;
  • blue value is 225.
RGB:
(165,140,225)
(65%,55%,88%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 225 of 255 = 88%

165
140
225

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

Portions of RGB colors in percentages

R + G + B =
165 + 140 + 225 = 530 (100%)
R 165 of 530 ~ 31.13%
G 140 of 530 ~ 26.42%
B 225 of 530 ~ 42.45%

%31.13
%26.42
%42.45

CMYK color model

#A58CE1 color CMYK value is (27,38,0,12).

  • cyan value is 26.67%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(27,38,0,12)
C27M38Y0K12 
(27%,38%,0%,12%)
(0.27/0.38/0.00/0.12)	

CMYK percentages

%26.67
%37.78
%0
%11.76

Codes

Color #A58CE1 in popluar color models

A58CE1
RGB165140225
HSL258°58.62%71.57%
HSB/HSV258°37.78%88.24%
CMYK26.67%37.78%0.00%
11.76%

Color #A58CE1 in popluar number systems.

HEXA58CE1
Decimal165140225
Binary101001011000110011100001
Octal245214341

Shades and tints

Shades of #A58CE1

#A58CE1
(165,140,225)
#9680CD
(150,128,205)
#8774B9
(135,116,185)
#7868A5
(120,104,165)
#695C91
(105,92,145)
#5A507D
(90,80,125)
#4B4469
(75,68,105)
#3C3855
(60,56,85)
#2D2C41
(45,44,65)
#1E202D
(30,32,45)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A58CE1

#A58CE1
(165,140,225)
#AD96E3
(173,150,227)
#B5A0E5
(181,160,229)
#BDAAE7
(189,170,231)
#C5B4E9
(197,180,233)
#CDBEEB
(205,190,235)
#D5C8ED
(213,200,237)
#DDD2EF
(221,210,239)
#E5DCF1
(229,220,241)
#EDE6F3
(237,230,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58CE1 color. Also use rgb(165,140,225) instead hex code.

Text Font Color

.myTextColor { color: #A58CE1; }

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

This text font color is #A58CE1.


Background Color

.myBgColor { background-color: #A58CE1; }

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

This div background color is #A58CE1.


Border color

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

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

This div border color is #A58CE1.


Opacity

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

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

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

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

This text has shadow with #A58CE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58CE1 on black background.


Color preview on white background

This text has color #A58CE1 on white background.



Black color preview on #A58CE1 background

This text has black color on #A58CE1 background.


White color preview on #A58CE1 background

This text has white color on #A58CE1 background.