COLOR #A8A4FD

HEX: #A8A4FD
RGB: (168,164,253)

Color info

#A8A4FD contains mainly blue color. Web safe color of #A8A4FD is #9999FF (or #99F).

RGB color model

#A8A4FD color RGB value is (168,164,253).

  • red value is 168;
  • green value is 164;
  • blue value is 253.
RGB:
(168,164,253)
(66%,64%,99%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 253 of 255 = 99%

168
164
253

R + G + B ~ 76%. #A8A4FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 253 = 585 (100%)
R 168 of 585 ~ 28.72%
G 164 of 585 ~ 28.03%
B 253 of 585 ~ 43.25%

%28.72
%28.03
%43.25

CMYK color model

#A8A4FD color CMYK value is (34,35,0,1).

  • cyan value is 33.60%
  • magenta value is 35.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(34,35,0,1)
C34M35Y0K1 
(34%,35%,0%,1%)
(0.34/0.35/0.00/0.01)	

CMYK percentages

%33.6
%35.18
%0
%0.78

Codes

Color #A8A4FD in popluar color models

A8A4FD
RGB168164253
HSL243°95.70%81.76%
HSB/HSV243°35.18%99.22%
CMYK33.60%35.18%0.00%
0.78%

Color #A8A4FD in popluar number systems.

HEXA8A4FD
Decimal168164253
Binary101010001010010011111101
Octal250244375

Shades and tints

Shades of #A8A4FD

#A8A4FD
(168,164,253)
#9996E6
(153,150,230)
#8A88CF
(138,136,207)
#7B7AB8
(123,122,184)
#6C6CA1
(108,108,161)
#5D5E8A
(93,94,138)
#4E5073
(78,80,115)
#3F425C
(63,66,92)
#303445
(48,52,69)
#21262E
(33,38,46)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #A8A4FD

#A8A4FD
(168,164,253)
#AFACFD
(175,172,253)
#B6B4FD
(182,180,253)
#BDBCFD
(189,188,253)
#C4C4FD
(196,196,253)
#CBCCFD
(203,204,253)
#D2D4FD
(210,212,253)
#D9DCFD
(217,220,253)
#E0E4FD
(224,228,253)
#E7ECFD
(231,236,253)
#EEF4FD
(238,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A4FD color. Also use rgb(168,164,253) instead hex code.

Text Font Color

.myTextColor { color: #A8A4FD; }

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

This text font color is #A8A4FD.


Background Color

.myBgColor { background-color: #A8A4FD; }

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

This div background color is #A8A4FD.


Border color

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

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

This div border color is #A8A4FD.


Opacity

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

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

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

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

This text has shadow with #A8A4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A4FD on black background.


Color preview on white background

This text has color #A8A4FD on white background.



Black color preview on #A8A4FD background

This text has black color on #A8A4FD background.


White color preview on #A8A4FD background

This text has white color on #A8A4FD background.