COLOR #A885E1

HEX: #A885E1
RGB: (168,133,225)

Color info

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

RGB color model

#A885E1 color RGB value is (168,133,225).

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

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 225 of 255 = 88%

168
133
225

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

Portions of RGB colors in percentages

R + G + B =
168 + 133 + 225 = 526 (100%)
R 168 of 526 ~ 31.94%
G 133 of 526 ~ 25.29%
B 225 of 526 ~ 42.78%

%31.94
%25.29
%42.78

CMYK color model

#A885E1 color CMYK value is (25,41,0,12).

  • cyan value is 25.33%
  • magenta value is 40.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(25,41,0,12)
C25M41Y0K12 
(25%,41%,0%,12%)
(0.25/0.41/0.00/0.12)	

CMYK percentages

%25.33
%40.89
%0
%11.76

Codes

Color #A885E1 in popluar color models

A885E1
RGB168133225
HSL263°60.53%70.20%
HSB/HSV263°40.89%88.24%
CMYK25.33%40.89%0.00%
11.76%

Color #A885E1 in popluar number systems.

HEXA885E1
Decimal168133225
Binary101010001000010111100001
Octal250205341

Shades and tints

Shades of #A885E1

#A885E1
(168,133,225)
#9979CD
(153,121,205)
#8A6DB9
(138,109,185)
#7B61A5
(123,97,165)
#6C5591
(108,85,145)
#5D497D
(93,73,125)
#4E3D69
(78,61,105)
#3F3155
(63,49,85)
#302541
(48,37,65)
#21192D
(33,25,45)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #A885E1

#A885E1
(168,133,225)
#AF90E3
(175,144,227)
#B69BE5
(182,155,229)
#BDA6E7
(189,166,231)
#C4B1E9
(196,177,233)
#CBBCEB
(203,188,235)
#D2C7ED
(210,199,237)
#D9D2EF
(217,210,239)
#E0DDF1
(224,221,241)
#E7E8F3
(231,232,243)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A885E1; }

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

This text font color is #A885E1.


Background Color

.myBgColor { background-color: #A885E1; }

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

This div background color is #A885E1.


Border color

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

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

This div border color is #A885E1.


Opacity

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

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

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

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

This text has shadow with #A885E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A885E1 on black background.


Color preview on white background

This text has color #A885E1 on white background.



Black color preview on #A885E1 background

This text has black color on #A885E1 background.


White color preview on #A885E1 background

This text has white color on #A885E1 background.