COLOR #A58EE1

HEX: #A58EE1
RGB: (165,142,225)

Color info

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

RGB color model

#A58EE1 color RGB value is (165,142,225).

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

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 225 of 255 = 88%

165
142
225

R + G + B ~ 70%. #A58EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 225 = 532 (100%)
R 165 of 532 ~ 31.02%
G 142 of 532 ~ 26.69%
B 225 of 532 ~ 42.29%

%31.02
%26.69
%42.29

CMYK color model

#A58EE1 color CMYK value is (27,37,0,12).

  • cyan value is 26.67%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(27,37,0,12)
C27M37Y0K12 
(27%,37%,0%,12%)
(0.27/0.37/0.00/0.12)	

CMYK percentages

%26.67
%36.89
%0
%11.76

Codes

Color #A58EE1 in popluar color models

A58EE1
RGB165142225
HSL257°58.04%71.96%
HSB/HSV257°36.89%88.24%
CMYK26.67%36.89%0.00%
11.76%

Color #A58EE1 in popluar number systems.

HEXA58EE1
Decimal165142225
Binary101001011000111011100001
Octal245216341

Shades and tints

Shades of #A58EE1

#A58EE1
(165,142,225)
#9682CD
(150,130,205)
#8776B9
(135,118,185)
#786AA5
(120,106,165)
#695E91
(105,94,145)
#5A527D
(90,82,125)
#4B4669
(75,70,105)
#3C3A55
(60,58,85)
#2D2E41
(45,46,65)
#1E222D
(30,34,45)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #A58EE1

#A58EE1
(165,142,225)
#AD98E3
(173,152,227)
#B5A2E5
(181,162,229)
#BDACE7
(189,172,231)
#C5B6E9
(197,182,233)
#CDC0EB
(205,192,235)
#D5CAED
(213,202,237)
#DDD4EF
(221,212,239)
#E5DEF1
(229,222,241)
#EDE8F3
(237,232,243)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EE1; }

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

This text font color is #A58EE1.


Background Color

.myBgColor { background-color: #A58EE1; }

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

This div background color is #A58EE1.


Border color

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

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

This div border color is #A58EE1.


Opacity

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

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

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

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

This text has shadow with #A58EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58EE1 on black background.


Color preview on white background

This text has color #A58EE1 on white background.



Black color preview on #A58EE1 background

This text has black color on #A58EE1 background.


White color preview on #A58EE1 background

This text has white color on #A58EE1 background.