COLOR #A586ED

HEX: #A586ED
RGB: (165,134,237)

Color info

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

RGB color model

#A586ED color RGB value is (165,134,237).

  • red value is 165;
  • green value is 134;
  • blue value is 237.
RGB:
(165,134,237)
(65%,53%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 237 of 255 = 93%

165
134
237

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 237 = 536 (100%)
R 165 of 536 ~ 30.78%
G 134 of 536 ~ 25%
B 237 of 536 ~ 44.22%

%30.78
%25
%44.22

CMYK color model

#A586ED color CMYK value is (30,43,0,7).

  • cyan value is 30.38%
  • magenta value is 43.46%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,43,0,7)
C30M43Y0K7 
(30%,43%,0%,7%)
(0.30/0.43/0.00/0.07)	

CMYK percentages

%30.38
%43.46
%0
%7.06

Codes

Color #A586ED in popluar color models

A586ED
RGB165134237
HSL258°74.10%72.75%
HSB/HSV258°43.46%92.94%
CMYK30.38%43.46%0.00%
7.06%

Color #A586ED in popluar number systems.

HEXA586ED
Decimal165134237
Binary101001011000011011101101
Octal245206355

Shades and tints

Shades of #A586ED

#A586ED
(165,134,237)
#967AD8
(150,122,216)
#876EC3
(135,110,195)
#7862AE
(120,98,174)
#695699
(105,86,153)
#5A4A84
(90,74,132)
#4B3E6F
(75,62,111)
#3C325A
(60,50,90)
#2D2645
(45,38,69)
#1E1A30
(30,26,48)
#0F0E1B
(15,14,27)
#000000
(0,0,0)

Tints of #A586ED

#A586ED
(165,134,237)
#AD91EE
(173,145,238)
#B59CEF
(181,156,239)
#BDA7F0
(189,167,240)
#C5B2F1
(197,178,241)
#CDBDF2
(205,189,242)
#D5C8F3
(213,200,243)
#DDD3F4
(221,211,244)
#E5DEF5
(229,222,245)
#EDE9F6
(237,233,246)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A586ED color. Also use rgb(165,134,237) instead hex code.

Text Font Color

.myTextColor { color: #A586ED; }

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

This text font color is #A586ED.


Background Color

.myBgColor { background-color: #A586ED; }

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

This div background color is #A586ED.


Border color

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

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

This div border color is #A586ED.


Opacity

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

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

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

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

This text has shadow with #A586ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A586ED on black background.


Color preview on white background

This text has color #A586ED on white background.



Black color preview on #A586ED background

This text has black color on #A586ED background.


White color preview on #A586ED background

This text has white color on #A586ED background.