COLOR #A08BE4

HEX: #A08BE4
RGB: (160,139,228)

Color info

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

RGB color model

#A08BE4 color RGB value is (160,139,228).

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

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 228 of 255 = 89%

160
139
228

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

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 228 = 527 (100%)
R 160 of 527 ~ 30.36%
G 139 of 527 ~ 26.38%
B 228 of 527 ~ 43.26%

%30.36
%26.38
%43.26

CMYK color model

#A08BE4 color CMYK value is (30,39,0,11).

  • cyan value is 29.82%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,39,0,11)
C30M39Y0K11 
(30%,39%,0%,11%)
(0.30/0.39/0.00/0.11)	

CMYK percentages

%29.82
%39.04
%0
%10.59

Codes

Color #A08BE4 in popluar color models

A08BE4
RGB160139228
HSL254°62.24%71.96%
HSB/HSV254°39.04%89.41%
CMYK29.82%39.04%0.00%
10.59%

Color #A08BE4 in popluar number systems.

HEXA08BE4
Decimal160139228
Binary101000001000101111100100
Octal240213344

Shades and tints

Shades of #A08BE4

#A08BE4
(160,139,228)
#927FD0
(146,127,208)
#8473BC
(132,115,188)
#7667A8
(118,103,168)
#685B94
(104,91,148)
#5A4F80
(90,79,128)
#4C436C
(76,67,108)
#3E3758
(62,55,88)
#302B44
(48,43,68)
#221F30
(34,31,48)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #A08BE4

#A08BE4
(160,139,228)
#A895E6
(168,149,230)
#B09FE8
(176,159,232)
#B8A9EA
(184,169,234)
#C0B3EC
(192,179,236)
#C8BDEE
(200,189,238)
#D0C7F0
(208,199,240)
#D8D1F2
(216,209,242)
#E0DBF4
(224,219,244)
#E8E5F6
(232,229,246)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08BE4; }

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

This text font color is #A08BE4.


Background Color

.myBgColor { background-color: #A08BE4; }

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

This div background color is #A08BE4.


Border color

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

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

This div border color is #A08BE4.


Opacity

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

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

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

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

This text has shadow with #A08BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08BE4 on black background.


Color preview on white background

This text has color #A08BE4 on white background.



Black color preview on #A08BE4 background

This text has black color on #A08BE4 background.


White color preview on #A08BE4 background

This text has white color on #A08BE4 background.