COLOR #A095EB

HEX: #A095EB
RGB: (160,149,235)

Color info

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

RGB color model

#A095EB color RGB value is (160,149,235).

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

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 235 of 255 = 92%

160
149
235

R + G + B ~ 71%. #A095EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 235 = 544 (100%)
R 160 of 544 ~ 29.41%
G 149 of 544 ~ 27.39%
B 235 of 544 ~ 43.2%

%29.41
%27.39
%43.2

CMYK color model

#A095EB color CMYK value is (32,37,0,8).

  • cyan value is 31.91%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(32,37,0,8)
C32M37Y0K8 
(32%,37%,0%,8%)
(0.32/0.37/0.00/0.08)	

CMYK percentages

%31.91
%36.6
%0
%7.84

Codes

Color #A095EB in popluar color models

A095EB
RGB160149235
HSL248°68.25%75.29%
HSB/HSV248°36.60%92.16%
CMYK31.91%36.60%0.00%
7.84%

Color #A095EB in popluar number systems.

HEXA095EB
Decimal160149235
Binary101000001001010111101011
Octal240225353

Shades and tints

Shades of #A095EB

#A095EB
(160,149,235)
#9288D6
(146,136,214)
#847BC1
(132,123,193)
#766EAC
(118,110,172)
#686197
(104,97,151)
#5A5482
(90,84,130)
#4C476D
(76,71,109)
#3E3A58
(62,58,88)
#302D43
(48,45,67)
#22202E
(34,32,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #A095EB

#A095EB
(160,149,235)
#A89EEC
(168,158,236)
#B0A7ED
(176,167,237)
#B8B0EE
(184,176,238)
#C0B9EF
(192,185,239)
#C8C2F0
(200,194,240)
#D0CBF1
(208,203,241)
#D8D4F2
(216,212,242)
#E0DDF3
(224,221,243)
#E8E6F4
(232,230,244)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A095EB; }

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

This text font color is #A095EB.


Background Color

.myBgColor { background-color: #A095EB; }

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

This div background color is #A095EB.


Border color

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

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

This div border color is #A095EB.


Opacity

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

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

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

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

This text has shadow with #A095EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A095EB on black background.


Color preview on white background

This text has color #A095EB on white background.



Black color preview on #A095EB background

This text has black color on #A095EB background.


White color preview on #A095EB background

This text has white color on #A095EB background.