COLOR #A8A5E1

HEX: #A8A5E1
RGB: (168,165,225)

Color info

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

RGB color model

#A8A5E1 color RGB value is (168,165,225).

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

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 225 of 255 = 88%

168
165
225

R + G + B ~ 73%. #A8A5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 225 = 558 (100%)
R 168 of 558 ~ 30.11%
G 165 of 558 ~ 29.57%
B 225 of 558 ~ 40.32%

%30.11
%29.57
%40.32

CMYK color model

#A8A5E1 color CMYK value is (25,27,0,12).

  • cyan value is 25.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(25,27,0,12)
C25M27Y0K12 
(25%,27%,0%,12%)
(0.25/0.27/0.00/0.12)	

CMYK percentages

%25.33
%26.67
%0
%11.76

Codes

Color #A8A5E1 in popluar color models

A8A5E1
RGB168165225
HSL243°50.00%76.47%
HSB/HSV243°26.67%88.24%
CMYK25.33%26.67%0.00%
11.76%

Color #A8A5E1 in popluar number systems.

HEXA8A5E1
Decimal168165225
Binary101010001010010111100001
Octal250245341

Shades and tints

Shades of #A8A5E1

#A8A5E1
(168,165,225)
#9996CD
(153,150,205)
#8A87B9
(138,135,185)
#7B78A5
(123,120,165)
#6C6991
(108,105,145)
#5D5A7D
(93,90,125)
#4E4B69
(78,75,105)
#3F3C55
(63,60,85)
#302D41
(48,45,65)
#211E2D
(33,30,45)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #A8A5E1

#A8A5E1
(168,165,225)
#AFADE3
(175,173,227)
#B6B5E5
(182,181,229)
#BDBDE7
(189,189,231)
#C4C5E9
(196,197,233)
#CBCDEB
(203,205,235)
#D2D5ED
(210,213,237)
#D9DDEF
(217,221,239)
#E0E5F1
(224,229,241)
#E7EDF3
(231,237,243)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A5E1; }

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

This text font color is #A8A5E1.


Background Color

.myBgColor { background-color: #A8A5E1; }

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

This div background color is #A8A5E1.


Border color

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

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

This div border color is #A8A5E1.


Opacity

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

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

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

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

This text has shadow with #A8A5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5E1 on black background.


Color preview on white background

This text has color #A8A5E1 on white background.



Black color preview on #A8A5E1 background

This text has black color on #A8A5E1 background.


White color preview on #A8A5E1 background

This text has white color on #A8A5E1 background.