COLOR #A8A3D1

HEX: #A8A3D1
RGB: (168,163,209)

Color info

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

RGB color model

#A8A3D1 color RGB value is (168,163,209).

  • red value is 168;
  • green value is 163;
  • blue value is 209.
RGB:
(168,163,209)
(66%,64%,82%)

RGB channels and saturation

R 168 of 255 = 66%
G 163 of 255 = 64%
B 209 of 255 = 82%

168
163
209

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

Portions of RGB colors in percentages

R + G + B =
168 + 163 + 209 = 540 (100%)
R 168 of 540 ~ 31.11%
G 163 of 540 ~ 30.19%
B 209 of 540 ~ 38.7%

%31.11
%30.19
%38.7

CMYK color model

#A8A3D1 color CMYK value is (20,22,0,18).

  • cyan value is 19.62%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,22,0,18)
C20M22Y0K18 
(20%,22%,0%,18%)
(0.20/0.22/0.00/0.18)	

CMYK percentages

%19.62
%22.01
%0
%18.04

Codes

Color #A8A3D1 in popluar color models

A8A3D1
RGB168163209
HSL247°33.33%72.94%
HSB/HSV247°22.01%81.96%
CMYK19.62%22.01%0.00%
18.04%

Color #A8A3D1 in popluar number systems.

HEXA8A3D1
Decimal168163209
Binary101010001010001111010001
Octal250243321

Shades and tints

Shades of #A8A3D1

#A8A3D1
(168,163,209)
#9995BE
(153,149,190)
#8A87AB
(138,135,171)
#7B7998
(123,121,152)
#6C6B85
(108,107,133)
#5D5D72
(93,93,114)
#4E4F5F
(78,79,95)
#3F414C
(63,65,76)
#303339
(48,51,57)
#212526
(33,37,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #A8A3D1

#A8A3D1
(168,163,209)
#AFABD5
(175,171,213)
#B6B3D9
(182,179,217)
#BDBBDD
(189,187,221)
#C4C3E1
(196,195,225)
#CBCBE5
(203,203,229)
#D2D3E9
(210,211,233)
#D9DBED
(217,219,237)
#E0E3F1
(224,227,241)
#E7EBF5
(231,235,245)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A3D1 color. Also use rgb(168,163,209) instead hex code.

Text Font Color

.myTextColor { color: #A8A3D1; }

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

This text font color is #A8A3D1.


Background Color

.myBgColor { background-color: #A8A3D1; }

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

This div background color is #A8A3D1.


Border color

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

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

This div border color is #A8A3D1.


Opacity

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

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

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

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

This text has shadow with #A8A3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A3D1 on black background.


Color preview on white background

This text has color #A8A3D1 on white background.



Black color preview on #A8A3D1 background

This text has black color on #A8A3D1 background.


White color preview on #A8A3D1 background

This text has white color on #A8A3D1 background.