COLOR #A8A2D5

HEX: #A8A2D5
RGB: (168,162,213)

Color info

#A8A2D5 contains red, green and blue colors in about the same proportion. Web safe color of #A8A2D5 is #9999CC (or #99C).

RGB color model

#A8A2D5 color RGB value is (168,162,213).

  • red value is 168;
  • green value is 162;
  • blue value is 213.
RGB:
(168,162,213)
(66%,64%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 162 of 255 = 64%
B 213 of 255 = 84%

168
162
213

R + G + B ~ 71%. #A8A2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 162 + 213 = 543 (100%)
R 168 of 543 ~ 30.94%
G 162 of 543 ~ 29.83%
B 213 of 543 ~ 39.23%

%30.94
%29.83
%39.23

CMYK color model

#A8A2D5 color CMYK value is (21,24,0,16).

  • cyan value is 21.13%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,24,0,16)
C21M24Y0K16 
(21%,24%,0%,16%)
(0.21/0.24/0.00/0.16)	

CMYK percentages

%21.13
%23.94
%0
%16.47

Codes

Color #A8A2D5 in popluar color models

A8A2D5
RGB168162213
HSL247°37.78%73.53%
HSB/HSV247°23.94%83.53%
CMYK21.13%23.94%0.00%
16.47%

Color #A8A2D5 in popluar number systems.

HEXA8A2D5
Decimal168162213
Binary101010001010001011010101
Octal250242325

Shades and tints

Shades of #A8A2D5

#A8A2D5
(168,162,213)
#9994C2
(153,148,194)
#8A86AF
(138,134,175)
#7B789C
(123,120,156)
#6C6A89
(108,106,137)
#5D5C76
(93,92,118)
#4E4E63
(78,78,99)
#3F4050
(63,64,80)
#30323D
(48,50,61)
#21242A
(33,36,42)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #A8A2D5

#A8A2D5
(168,162,213)
#AFAAD8
(175,170,216)
#B6B2DB
(182,178,219)
#BDBADE
(189,186,222)
#C4C2E1
(196,194,225)
#CBCAE4
(203,202,228)
#D2D2E7
(210,210,231)
#D9DAEA
(217,218,234)
#E0E2ED
(224,226,237)
#E7EAF0
(231,234,240)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A2D5 color. Also use rgb(168,162,213) instead hex code.

Text Font Color

.myTextColor { color: #A8A2D5; }

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

This text font color is #A8A2D5.


Background Color

.myBgColor { background-color: #A8A2D5; }

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

This div background color is #A8A2D5.


Border color

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

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

This div border color is #A8A2D5.


Opacity

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

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

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

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

This text has shadow with #A8A2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A2D5 on black background.


Color preview on white background

This text has color #A8A2D5 on white background.



Black color preview on #A8A2D5 background

This text has black color on #A8A2D5 background.


White color preview on #A8A2D5 background

This text has white color on #A8A2D5 background.