COLOR #A58AE1

HEX: #A58AE1
RGB: (165,138,225)

Color info

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

RGB color model

#A58AE1 color RGB value is (165,138,225).

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

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 225 of 255 = 88%

165
138
225

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

Portions of RGB colors in percentages

R + G + B =
165 + 138 + 225 = 528 (100%)
R 165 of 528 ~ 31.25%
G 138 of 528 ~ 26.14%
B 225 of 528 ~ 42.61%

%31.25
%26.14
%42.61

CMYK color model

#A58AE1 color CMYK value is (27,39,0,12).

  • cyan value is 26.67%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(27,39,0,12)
C27M39Y0K12 
(27%,39%,0%,12%)
(0.27/0.39/0.00/0.12)	

CMYK percentages

%26.67
%38.67
%0
%11.76

Codes

Color #A58AE1 in popluar color models

A58AE1
RGB165138225
HSL259°59.18%71.18%
HSB/HSV259°38.67%88.24%
CMYK26.67%38.67%0.00%
11.76%

Color #A58AE1 in popluar number systems.

HEXA58AE1
Decimal165138225
Binary101001011000101011100001
Octal245212341

Shades and tints

Shades of #A58AE1

#A58AE1
(165,138,225)
#967ECD
(150,126,205)
#8772B9
(135,114,185)
#7866A5
(120,102,165)
#695A91
(105,90,145)
#5A4E7D
(90,78,125)
#4B4269
(75,66,105)
#3C3655
(60,54,85)
#2D2A41
(45,42,65)
#1E1E2D
(30,30,45)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A58AE1

#A58AE1
(165,138,225)
#AD94E3
(173,148,227)
#B59EE5
(181,158,229)
#BDA8E7
(189,168,231)
#C5B2E9
(197,178,233)
#CDBCEB
(205,188,235)
#D5C6ED
(213,198,237)
#DDD0EF
(221,208,239)
#E5DAF1
(229,218,241)
#EDE4F3
(237,228,243)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58AE1; }

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

This text font color is #A58AE1.


Background Color

.myBgColor { background-color: #A58AE1; }

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

This div background color is #A58AE1.


Border color

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

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

This div border color is #A58AE1.


Opacity

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

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

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

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

This text has shadow with #A58AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58AE1 on black background.


Color preview on white background

This text has color #A58AE1 on white background.



Black color preview on #A58AE1 background

This text has black color on #A58AE1 background.


White color preview on #A58AE1 background

This text has white color on #A58AE1 background.