COLOR #A685E1

HEX: #A685E1
RGB: (166,133,225)

Color info

#A685E1 contains mainly red and blue colors. Web safe color of #A685E1 is #9999CC (or #99C).

RGB color model

#A685E1 color RGB value is (166,133,225).

  • red value is 166;
  • green value is 133;
  • blue value is 225.
RGB:
(166,133,225)
(65%,52%,88%)

RGB channels and saturation

R 166 of 255 = 65%
G 133 of 255 = 52%
B 225 of 255 = 88%

166
133
225

R + G + B ~ 68%. #A685E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 133 + 225 = 524 (100%)
R 166 of 524 ~ 31.68%
G 133 of 524 ~ 25.38%
B 225 of 524 ~ 42.94%

%31.68
%25.38
%42.94

CMYK color model

#A685E1 color CMYK value is (26,41,0,12).

  • cyan value is 26.22%
  • magenta value is 40.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,41,0,12)
C26M41Y0K12 
(26%,41%,0%,12%)
(0.26/0.41/0.00/0.12)	

CMYK percentages

%26.22
%40.89
%0
%11.76

Codes

Color #A685E1 in popluar color models

A685E1
RGB166133225
HSL262°60.53%70.20%
HSB/HSV262°40.89%88.24%
CMYK26.22%40.89%0.00%
11.76%

Color #A685E1 in popluar number systems.

HEXA685E1
Decimal166133225
Binary101001101000010111100001
Octal246205341

Shades and tints

Shades of #A685E1

#A685E1
(166,133,225)
#9779CD
(151,121,205)
#886DB9
(136,109,185)
#7961A5
(121,97,165)
#6A5591
(106,85,145)
#5B497D
(91,73,125)
#4C3D69
(76,61,105)
#3D3155
(61,49,85)
#2E2541
(46,37,65)
#1F192D
(31,25,45)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #A685E1

#A685E1
(166,133,225)
#AE90E3
(174,144,227)
#B69BE5
(182,155,229)
#BEA6E7
(190,166,231)
#C6B1E9
(198,177,233)
#CEBCEB
(206,188,235)
#D6C7ED
(214,199,237)
#DED2EF
(222,210,239)
#E6DDF1
(230,221,241)
#EEE8F3
(238,232,243)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A685E1 color. Also use rgb(166,133,225) instead hex code.

Text Font Color

.myTextColor { color: #A685E1; }

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

This text font color is #A685E1.


Background Color

.myBgColor { background-color: #A685E1; }

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

This div background color is #A685E1.


Border color

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

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

This div border color is #A685E1.


Opacity

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

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

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

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

This text has shadow with #A685E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A685E1 on black background.


Color preview on white background

This text has color #A685E1 on white background.



Black color preview on #A685E1 background

This text has black color on #A685E1 background.


White color preview on #A685E1 background

This text has white color on #A685E1 background.