COLOR #A08BE9

HEX: #A08BE9
RGB: (160,139,233)

Color info

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

RGB color model

#A08BE9 color RGB value is (160,139,233).

  • red value is 160;
  • green value is 139;
  • blue value is 233.
RGB:
(160,139,233)
(63%,55%,91%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 233 of 255 = 91%

160
139
233

R + G + B ~ 70%. #A08BE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 233 = 532 (100%)
R 160 of 532 ~ 30.08%
G 139 of 532 ~ 26.13%
B 233 of 532 ~ 43.8%

%30.08
%26.13
%43.8

CMYK color model

#A08BE9 color CMYK value is (31,40,0,9).

  • cyan value is 31.33%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(31,40,0,9)
C31M40Y0K9 
(31%,40%,0%,9%)
(0.31/0.40/0.00/0.09)	

CMYK percentages

%31.33
%40.34
%0
%8.63

Codes

Color #A08BE9 in popluar color models

A08BE9
RGB160139233
HSL253°68.12%72.94%
HSB/HSV253°40.34%91.37%
CMYK31.33%40.34%0.00%
8.63%

Color #A08BE9 in popluar number systems.

HEXA08BE9
Decimal160139233
Binary101000001000101111101001
Octal240213351

Shades and tints

Shades of #A08BE9

#A08BE9
(160,139,233)
#927FD4
(146,127,212)
#8473BF
(132,115,191)
#7667AA
(118,103,170)
#685B95
(104,91,149)
#5A4F80
(90,79,128)
#4C436B
(76,67,107)
#3E3756
(62,55,86)
#302B41
(48,43,65)
#221F2C
(34,31,44)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A08BE9

#A08BE9
(160,139,233)
#A895EB
(168,149,235)
#B09FED
(176,159,237)
#B8A9EF
(184,169,239)
#C0B3F1
(192,179,241)
#C8BDF3
(200,189,243)
#D0C7F5
(208,199,245)
#D8D1F7
(216,209,247)
#E0DBF9
(224,219,249)
#E8E5FB
(232,229,251)
#F0EFFD
(240,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08BE9 color. Also use rgb(160,139,233) instead hex code.

Text Font Color

.myTextColor { color: #A08BE9; }

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

This text font color is #A08BE9.


Background Color

.myBgColor { background-color: #A08BE9; }

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

This div background color is #A08BE9.


Border color

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

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

This div border color is #A08BE9.


Opacity

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

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

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

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

This text has shadow with #A08BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08BE9 on black background.


Color preview on white background

This text has color #A08BE9 on white background.



Black color preview on #A08BE9 background

This text has black color on #A08BE9 background.


White color preview on #A08BE9 background

This text has white color on #A08BE9 background.