COLOR #A09BE6

HEX: #A09BE6
RGB: (160,155,230)

Color info

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

RGB color model

#A09BE6 color RGB value is (160,155,230).

  • red value is 160;
  • green value is 155;
  • blue value is 230.
RGB: (160,155,230) (63%,61%,90%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 230 of 255 = 90%

160
155
230

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 230 = 545 (100%)
R 160 of 545 ~ 29.36%
G 155 of 545 ~ 28.44%
B 230 of 545 ~ 42.2%

%29.36
%28.44
%42.2

CMYK color model

#A09BE6 color CMYK value is (30,33,0,10).

  • cyan value is 30.43%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (30,33,0,10) C30M33Y0K10 (30%,33%,0%,10%) (0.30/0.33/0.00/0.10)

CMYK percentages

%30.43
%32.61
%0
%9.8

Codes

Color #A09BE6 in popluar color models

A09BE6
RGB160155230
HSL244°60.00%75.49%
HSB/HSV244°32.61%90.20%
CMYK30.43%32.61%0.00%
9.80%

Color #A09BE6 in popluar number systems.

HEXA09BE6
Decimal160155230
Binary101000001001101111100110
Octal240233346

Shades and tints

Shades of #A09BE6

#A09BE6
(160,155,230)
#928DD2
(146,141,210)
#847FBE
(132,127,190)
#7671AA
(118,113,170)
#686396
(104,99,150)
#5A5582
(90,85,130)
#4C476E
(76,71,110)
#3E395A
(62,57,90)
#302B46
(48,43,70)
#221D32
(34,29,50)
#140F1E
(20,15,30)
#000000
(0,0,0)

Tints of #A09BE6

#A09BE6
(160,155,230)
#A8A4E8
(168,164,232)
#B0ADEA
(176,173,234)
#B8B6EC
(184,182,236)
#C0BFEE
(192,191,238)
#C8C8F0
(200,200,240)
#D0D1F2
(208,209,242)
#D8DAF4
(216,218,244)
#E0E3F6
(224,227,246)
#E8ECF8
(232,236,248)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09BE6 color. Also use rgb(160,155,230) instead hex code.

Text Font Color

.myTextColor { color: #A09BE6; }

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

This text font color is #A09BE6.


Background Color

.myBgColor { background-color: #A09BE6; }

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

This div background color is #A09BE6.


Border color

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

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

This div border color is #A09BE6.


Opacity

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

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

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

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

This text has shadow with #A09BE6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A09BE6 on black background.


Color preview on white background

This text has color #A09BE6 on white background.



Black color preview on #A09BE6 background

This text has black color on #A09BE6 background.


White color preview on #A09BE6 background

This text has white color on #A09BE6 background.