COLOR #A8A5E5

HEX: #A8A5E5
RGB: (168,165,229)

Color info

#A8A5E5 contains mainly blue color. Web safe color of #A8A5E5 is #9999CC (or #99C).

RGB color model

#A8A5E5 color RGB value is (168,165,229).

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

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 229 of 255 = 90%

168
165
229

R + G + B ~ 74%. #A8A5E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 229 = 562 (100%)
R 168 of 562 ~ 29.89%
G 165 of 562 ~ 29.36%
B 229 of 562 ~ 40.75%

%29.89
%29.36
%40.75

CMYK color model

#A8A5E5 color CMYK value is (27,28,0,10).

  • cyan value is 26.64%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,28,0,10)
C27M28Y0K10 
(27%,28%,0%,10%)
(0.27/0.28/0.00/0.10)	

CMYK percentages

%26.64
%27.95
%0
%10.2

Codes

Color #A8A5E5 in popluar color models

A8A5E5
RGB168165229
HSL243°55.17%77.25%
HSB/HSV243°27.95%89.80%
CMYK26.64%27.95%0.00%
10.20%

Color #A8A5E5 in popluar number systems.

HEXA8A5E5
Decimal168165229
Binary101010001010010111100101
Octal250245345

Shades and tints

Shades of #A8A5E5

#A8A5E5
(168,165,229)
#9996D1
(153,150,209)
#8A87BD
(138,135,189)
#7B78A9
(123,120,169)
#6C6995
(108,105,149)
#5D5A81
(93,90,129)
#4E4B6D
(78,75,109)
#3F3C59
(63,60,89)
#302D45
(48,45,69)
#211E31
(33,30,49)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #A8A5E5

#A8A5E5
(168,165,229)
#AFADE7
(175,173,231)
#B6B5E9
(182,181,233)
#BDBDEB
(189,189,235)
#C4C5ED
(196,197,237)
#CBCDEF
(203,205,239)
#D2D5F1
(210,213,241)
#D9DDF3
(217,221,243)
#E0E5F5
(224,229,245)
#E7EDF7
(231,237,247)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A5E5; }

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

This text font color is #A8A5E5.


Background Color

.myBgColor { background-color: #A8A5E5; }

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

This div background color is #A8A5E5.


Border color

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

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

This div border color is #A8A5E5.


Opacity

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

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

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

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

This text has shadow with #A8A5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5E5 on black background.


Color preview on white background

This text has color #A8A5E5 on white background.



Black color preview on #A8A5E5 background

This text has black color on #A8A5E5 background.


White color preview on #A8A5E5 background

This text has white color on #A8A5E5 background.