COLOR #A095DC

HEX: #A095DC
RGB: (160,149,220)

Color info

#A095DC contains mainly blue color. Web safe color of #A095DC is #9999CC (or #99C).

RGB color model

#A095DC color RGB value is (160,149,220).

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

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 220 of 255 = 86%

160
149
220

R + G + B ~ 69%. #A095DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 220 = 529 (100%)
R 160 of 529 ~ 30.25%
G 149 of 529 ~ 28.17%
B 220 of 529 ~ 41.59%

%30.25
%28.17
%41.59

CMYK color model

#A095DC color CMYK value is (27,32,0,14).

  • cyan value is 27.27%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(27,32,0,14)
C27M32Y0K14 
(27%,32%,0%,14%)
(0.27/0.32/0.00/0.14)	

CMYK percentages

%27.27
%32.27
%0
%13.73

Codes

Color #A095DC in popluar color models

A095DC
RGB160149220
HSL249°50.35%72.35%
HSB/HSV249°32.27%86.27%
CMYK27.27%32.27%0.00%
13.73%

Color #A095DC in popluar number systems.

HEXA095DC
Decimal160149220
Binary101000001001010111011100
Octal240225334

Shades and tints

Shades of #A095DC

#A095DC
(160,149,220)
#9288C8
(146,136,200)
#847BB4
(132,123,180)
#766EA0
(118,110,160)
#68618C
(104,97,140)
#5A5478
(90,84,120)
#4C4764
(76,71,100)
#3E3A50
(62,58,80)
#302D3C
(48,45,60)
#222028
(34,32,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A095DC

#A095DC
(160,149,220)
#A89EDF
(168,158,223)
#B0A7E2
(176,167,226)
#B8B0E5
(184,176,229)
#C0B9E8
(192,185,232)
#C8C2EB
(200,194,235)
#D0CBEE
(208,203,238)
#D8D4F1
(216,212,241)
#E0DDF4
(224,221,244)
#E8E6F7
(232,230,247)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A095DC; }

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

This text font color is #A095DC.


Background Color

.myBgColor { background-color: #A095DC; }

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

This div background color is #A095DC.


Border color

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

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

This div border color is #A095DC.


Opacity

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

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

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

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

This text has shadow with #A095DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A095DC on black background.


Color preview on white background

This text has color #A095DC on white background.



Black color preview on #A095DC background

This text has black color on #A095DC background.


White color preview on #A095DC background

This text has white color on #A095DC background.