COLOR #A58DEA

HEX: #A58DEA
RGB: (165,141,234)

Color info

#A58DEA contains mainly blue color. Web safe color of #A58DEA is #9999FF (or #99F).

RGB color model

#A58DEA color RGB value is (165,141,234).

  • red value is 165;
  • green value is 141;
  • blue value is 234.
RGB:
(165,141,234)
(65%,55%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 234 of 255 = 92%

165
141
234

R + G + B ~ 71%. #A58DEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 234 = 540 (100%)
R 165 of 540 ~ 30.56%
G 141 of 540 ~ 26.11%
B 234 of 540 ~ 43.33%

%30.56
%26.11
%43.33

CMYK color model

#A58DEA color CMYK value is (29,40,0,8).

  • cyan value is 29.49%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,40,0,8)
C29M40Y0K8 
(29%,40%,0%,8%)
(0.29/0.40/0.00/0.08)	

CMYK percentages

%29.49
%39.74
%0
%8.24

Codes

Color #A58DEA in popluar color models

A58DEA
RGB165141234
HSL255°68.89%73.53%
HSB/HSV255°39.74%91.76%
CMYK29.49%39.74%0.00%
8.24%

Color #A58DEA in popluar number systems.

HEXA58DEA
Decimal165141234
Binary101001011000110111101010
Octal245215352

Shades and tints

Shades of #A58DEA

#A58DEA
(165,141,234)
#9681D5
(150,129,213)
#8775C0
(135,117,192)
#7869AB
(120,105,171)
#695D96
(105,93,150)
#5A5181
(90,81,129)
#4B456C
(75,69,108)
#3C3957
(60,57,87)
#2D2D42
(45,45,66)
#1E212D
(30,33,45)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A58DEA

#A58DEA
(165,141,234)
#AD97EB
(173,151,235)
#B5A1EC
(181,161,236)
#BDABED
(189,171,237)
#C5B5EE
(197,181,238)
#CDBFEF
(205,191,239)
#D5C9F0
(213,201,240)
#DDD3F1
(221,211,241)
#E5DDF2
(229,221,242)
#EDE7F3
(237,231,243)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58DEA color. Also use rgb(165,141,234) instead hex code.

Text Font Color

.myTextColor { color: #A58DEA; }

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

This text font color is #A58DEA.


Background Color

.myBgColor { background-color: #A58DEA; }

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

This div background color is #A58DEA.


Border color

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

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

This div border color is #A58DEA.


Opacity

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

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

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

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

This text has shadow with #A58DEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58DEA on black background.


Color preview on white background

This text has color #A58DEA on white background.



Black color preview on #A58DEA background

This text has black color on #A58DEA background.


White color preview on #A58DEA background

This text has white color on #A58DEA background.