COLOR #A0A7F9

HEX: #A0A7F9
RGB: (160,167,249)

Color info

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

RGB color model

#A0A7F9 color RGB value is (160,167,249).

  • red value is 160;
  • green value is 167;
  • blue value is 249.
RGB:
(160,167,249)
(63%,65%,98%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 249 of 255 = 98%

160
167
249

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

Portions of RGB colors in percentages

R + G + B =
160 + 167 + 249 = 576 (100%)
R 160 of 576 ~ 27.78%
G 167 of 576 ~ 28.99%
B 249 of 576 ~ 43.23%

%27.78
%28.99
%43.23

CMYK color model

#A0A7F9 color CMYK value is (36,33,0,2).

  • cyan value is 35.74%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(36,33,0,2)
C36M33Y0K2 
(36%,33%,0%,2%)
(0.36/0.33/0.00/0.02)	

CMYK percentages

%35.74
%32.93
%0
%2.35

Codes

Color #A0A7F9 in popluar color models

A0A7F9
RGB160167249
HSL235°88.12%80.20%
HSB/HSV235°35.74%97.65%
CMYK35.74%32.93%0.00%
2.35%

Color #A0A7F9 in popluar number systems.

HEXA0A7F9
Decimal160167249
Binary101000001010011111111001
Octal240247371

Shades and tints

Shades of #A0A7F9

#A0A7F9
(160,167,249)
#9298E3
(146,152,227)
#8489CD
(132,137,205)
#767AB7
(118,122,183)
#686BA1
(104,107,161)
#5A5C8B
(90,92,139)
#4C4D75
(76,77,117)
#3E3E5F
(62,62,95)
#302F49
(48,47,73)
#222033
(34,32,51)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #A0A7F9

#A0A7F9
(160,167,249)
#A8AFF9
(168,175,249)
#B0B7F9
(176,183,249)
#B8BFF9
(184,191,249)
#C0C7F9
(192,199,249)
#C8CFF9
(200,207,249)
#D0D7F9
(208,215,249)
#D8DFF9
(216,223,249)
#E0E7F9
(224,231,249)
#E8EFF9
(232,239,249)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A7F9 color. Also use rgb(160,167,249) instead hex code.

Text Font Color

.myTextColor { color: #A0A7F9; }

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

This text font color is #A0A7F9.


Background Color

.myBgColor { background-color: #A0A7F9; }

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

This div background color is #A0A7F9.


Border color

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

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

This div border color is #A0A7F9.


Opacity

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

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

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

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

This text has shadow with #A0A7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A7F9 on black background.


Color preview on white background

This text has color #A0A7F9 on white background.



Black color preview on #A0A7F9 background

This text has black color on #A0A7F9 background.


White color preview on #A0A7F9 background

This text has white color on #A0A7F9 background.