COLOR #A095B0

HEX: #A095B0
RGB: (160,149,176)

Color info

#A095B0 contains red, green and blue colors in about the same proportion. Web safe color of #A095B0 is #999999 (or #999).

RGB color model

#A095B0 color RGB value is (160,149,176).

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

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 176 of 255 = 69%

160
149
176

R + G + B ~ 63%. #A095B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 176 = 485 (100%)
R 160 of 485 ~ 32.99%
G 149 of 485 ~ 30.72%
B 176 of 485 ~ 36.29%

%32.99
%30.72
%36.29

CMYK color model

#A095B0 color CMYK value is (9,15,0,31).

  • cyan value is 9.09%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,15,0,31)
C9M15Y0K31 
(9%,15%,0%,31%)
(0.09/0.15/0.00/0.31)	

CMYK percentages

%9.09
%15.34
%0
%30.98

Codes

Color #A095B0 in popluar color models

A095B0
RGB160149176
HSL264°14.59%63.73%
HSB/HSV264°15.34%69.02%
CMYK9.09%15.34%0.00%
30.98%

Color #A095B0 in popluar number systems.

HEXA095B0
Decimal160149176
Binary101000001001010110110000
Octal240225260

Shades and tints

Shades of #A095B0

#A095B0
(160,149,176)
#9288A0
(146,136,160)
#847B90
(132,123,144)
#766E80
(118,110,128)
#686170
(104,97,112)
#5A5460
(90,84,96)
#4C4750
(76,71,80)
#3E3A40
(62,58,64)
#302D30
(48,45,48)
#222020
(34,32,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A095B0

#A095B0
(160,149,176)
#A89EB7
(168,158,183)
#B0A7BE
(176,167,190)
#B8B0C5
(184,176,197)
#C0B9CC
(192,185,204)
#C8C2D3
(200,194,211)
#D0CBDA
(208,203,218)
#D8D4E1
(216,212,225)
#E0DDE8
(224,221,232)
#E8E6EF
(232,230,239)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A095B0; }

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

This text font color is #A095B0.


Background Color

.myBgColor { background-color: #A095B0; }

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

This div background color is #A095B0.


Border color

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

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

This div border color is #A095B0.


Opacity

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

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

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

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

This text has shadow with #A095B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A095B0 on black background.


Color preview on white background

This text has color #A095B0 on white background.



Black color preview on #A095B0 background

This text has black color on #A095B0 background.


White color preview on #A095B0 background

This text has white color on #A095B0 background.