COLOR #A8A8F0

HEX: #A8A8F0
RGB: (168,168,240)

Color info

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

RGB color model

#A8A8F0 color RGB value is (168,168,240).

  • red value is 168;
  • green value is 168;
  • blue value is 240.
RGB:
(168,168,240)
(66%,66%,94%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 240 of 255 = 94%

168
168
240

R + G + B ~ 75%. #A8A8F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 240 = 576 (100%)
R 168 of 576 ~ 29.17%
G 168 of 576 ~ 29.17%
B 240 of 576 ~ 41.67%

%29.17
%29.17
%41.67

CMYK color model

#A8A8F0 color CMYK value is (30,30,0,6).

  • cyan value is 30.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(30,30,0,6)
C30M30Y0K6 
(30%,30%,0%,6%)
(0.30/0.30/0.00/0.06)	

CMYK percentages

%30
%30
%0
%5.88

Codes

Color #A8A8F0 in popluar color models

A8A8F0
RGB168168240
HSL240°70.59%80.00%
HSB/HSV240°30.00%94.12%
CMYK30.00%30.00%0.00%
5.88%

Color #A8A8F0 in popluar number systems.

HEXA8A8F0
Decimal168168240
Binary101010001010100011110000
Octal250250360

Shades and tints

Shades of #A8A8F0

#A8A8F0
(168,168,240)
#9999DB
(153,153,219)
#8A8AC6
(138,138,198)
#7B7BB1
(123,123,177)
#6C6C9C
(108,108,156)
#5D5D87
(93,93,135)
#4E4E72
(78,78,114)
#3F3F5D
(63,63,93)
#303048
(48,48,72)
#212133
(33,33,51)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #A8A8F0

#A8A8F0
(168,168,240)
#AFAFF1
(175,175,241)
#B6B6F2
(182,182,242)
#BDBDF3
(189,189,243)
#C4C4F4
(196,196,244)
#CBCBF5
(203,203,245)
#D2D2F6
(210,210,246)
#D9D9F7
(217,217,247)
#E0E0F8
(224,224,248)
#E7E7F9
(231,231,249)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8F0; }

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

This text font color is #A8A8F0.


Background Color

.myBgColor { background-color: #A8A8F0; }

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

This div background color is #A8A8F0.


Border color

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

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

This div border color is #A8A8F0.


Opacity

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

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

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

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

This text has shadow with #A8A8F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A8F0 on black background.


Color preview on white background

This text has color #A8A8F0 on white background.



Black color preview on #A8A8F0 background

This text has black color on #A8A8F0 background.


White color preview on #A8A8F0 background

This text has white color on #A8A8F0 background.