COLOR #A095FE

HEX: #A095FE
RGB: (160,149,254)

Color info

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

RGB color model

#A095FE color RGB value is (160,149,254).

  • red value is 160;
  • green value is 149;
  • blue value is 254.
RGB:
(160,149,254)
(63%,58%,100%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 254 of 255 = 100%

160
149
254

R + G + B ~ 74%. #A095FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 254 = 563 (100%)
R 160 of 563 ~ 28.42%
G 149 of 563 ~ 26.47%
B 254 of 563 ~ 45.12%

%28.42
%26.47
%45.12

CMYK color model

#A095FE color CMYK value is (37,41,0,0).

  • cyan value is 37.01%
  • magenta value is 41.34%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(37,41,0,0)
C37M41Y0K0 
(37%,41%,0%,0%)
(0.37/0.41/0.00/0.00)	

CMYK percentages

%37.01
%41.34
%0
%0.39

Codes

Color #A095FE in popluar color models

A095FE
RGB160149254
HSL246°98.13%79.02%
HSB/HSV246°41.34%99.61%
CMYK37.01%41.34%0.00%
0.39%

Color #A095FE in popluar number systems.

HEXA095FE
Decimal160149254
Binary101000001001010111111110
Octal240225376

Shades and tints

Shades of #A095FE

#A095FE
(160,149,254)
#9288E7
(146,136,231)
#847BD0
(132,123,208)
#766EB9
(118,110,185)
#6861A2
(104,97,162)
#5A548B
(90,84,139)
#4C4774
(76,71,116)
#3E3A5D
(62,58,93)
#302D46
(48,45,70)
#22202F
(34,32,47)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #A095FE

#A095FE
(160,149,254)
#A89EFE
(168,158,254)
#B0A7FE
(176,167,254)
#B8B0FE
(184,176,254)
#C0B9FE
(192,185,254)
#C8C2FE
(200,194,254)
#D0CBFE
(208,203,254)
#D8D4FE
(216,212,254)
#E0DDFE
(224,221,254)
#E8E6FE
(232,230,254)
#F0EFFE
(240,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A095FE color. Also use rgb(160,149,254) instead hex code.

Text Font Color

.myTextColor { color: #A095FE; }

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

This text font color is #A095FE.


Background Color

.myBgColor { background-color: #A095FE; }

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

This div background color is #A095FE.


Border color

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

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

This div border color is #A095FE.


Opacity

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

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

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

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

This text has shadow with #A095FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A095FE on black background.


Color preview on white background

This text has color #A095FE on white background.



Black color preview on #A095FE background

This text has black color on #A095FE background.


White color preview on #A095FE background

This text has white color on #A095FE background.