COLOR #A097F4

HEX: #A097F4
RGB: (160,151,244)

Color info

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

RGB color model

#A097F4 color RGB value is (160,151,244).

  • red value is 160;
  • green value is 151;
  • blue value is 244.
RGB:
(160,151,244)
(63%,59%,96%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 244 of 255 = 96%

160
151
244

R + G + B ~ 73%. #A097F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 244 = 555 (100%)
R 160 of 555 ~ 28.83%
G 151 of 555 ~ 27.21%
B 244 of 555 ~ 43.96%

%28.83
%27.21
%43.96

CMYK color model

#A097F4 color CMYK value is (34,38,0,4).

  • cyan value is 34.43%
  • magenta value is 38.11%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(34,38,0,4)
C34M38Y0K4 
(34%,38%,0%,4%)
(0.34/0.38/0.00/0.04)	

CMYK percentages

%34.43
%38.11
%0
%4.31

Codes

Color #A097F4 in popluar color models

A097F4
RGB160151244
HSL246°80.87%77.45%
HSB/HSV246°38.11%95.69%
CMYK34.43%38.11%0.00%
4.31%

Color #A097F4 in popluar number systems.

HEXA097F4
Decimal160151244
Binary101000001001011111110100
Octal240227364

Shades and tints

Shades of #A097F4

#A097F4
(160,151,244)
#928ADE
(146,138,222)
#847DC8
(132,125,200)
#7670B2
(118,112,178)
#68639C
(104,99,156)
#5A5686
(90,86,134)
#4C4970
(76,73,112)
#3E3C5A
(62,60,90)
#302F44
(48,47,68)
#22222E
(34,34,46)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #A097F4

#A097F4
(160,151,244)
#A8A0F5
(168,160,245)
#B0A9F6
(176,169,246)
#B8B2F7
(184,178,247)
#C0BBF8
(192,187,248)
#C8C4F9
(200,196,249)
#D0CDFA
(208,205,250)
#D8D6FB
(216,214,251)
#E0DFFC
(224,223,252)
#E8E8FD
(232,232,253)
#F0F1FE
(240,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A097F4 color. Also use rgb(160,151,244) instead hex code.

Text Font Color

.myTextColor { color: #A097F4; }

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

This text font color is #A097F4.


Background Color

.myBgColor { background-color: #A097F4; }

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

This div background color is #A097F4.


Border color

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

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

This div border color is #A097F4.


Opacity

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

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

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

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

This text has shadow with #A097F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A097F4 on black background.


Color preview on white background

This text has color #A097F4 on white background.



Black color preview on #A097F4 background

This text has black color on #A097F4 background.


White color preview on #A097F4 background

This text has white color on #A097F4 background.