COLOR #A08EDD

HEX: #A08EDD
RGB: (160,142,221)

Color info

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

RGB color model

#A08EDD color RGB value is (160,142,221).

  • red value is 160;
  • green value is 142;
  • blue value is 221.
RGB:
(160,142,221)
(63%,56%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 221 of 255 = 87%

160
142
221

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 221 = 523 (100%)
R 160 of 523 ~ 30.59%
G 142 of 523 ~ 27.15%
B 221 of 523 ~ 42.26%

%30.59
%27.15
%42.26

CMYK color model

#A08EDD color CMYK value is (28,36,0,13).

  • cyan value is 27.60%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(28,36,0,13)
C28M36Y0K13 
(28%,36%,0%,13%)
(0.28/0.36/0.00/0.13)	

CMYK percentages

%27.6
%35.75
%0
%13.33

Codes

Color #A08EDD in popluar color models

A08EDD
RGB160142221
HSL254°53.74%71.18%
HSB/HSV254°35.75%86.67%
CMYK27.60%35.75%0.00%
13.33%

Color #A08EDD in popluar number systems.

HEXA08EDD
Decimal160142221
Binary101000001000111011011101
Octal240216335

Shades and tints

Shades of #A08EDD

#A08EDD
(160,142,221)
#9282C9
(146,130,201)
#8476B5
(132,118,181)
#766AA1
(118,106,161)
#685E8D
(104,94,141)
#5A5279
(90,82,121)
#4C4665
(76,70,101)
#3E3A51
(62,58,81)
#302E3D
(48,46,61)
#222229
(34,34,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #A08EDD

#A08EDD
(160,142,221)
#A898E0
(168,152,224)
#B0A2E3
(176,162,227)
#B8ACE6
(184,172,230)
#C0B6E9
(192,182,233)
#C8C0EC
(200,192,236)
#D0CAEF
(208,202,239)
#D8D4F2
(216,212,242)
#E0DEF5
(224,222,245)
#E8E8F8
(232,232,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08EDD color. Also use rgb(160,142,221) instead hex code.

Text Font Color

.myTextColor { color: #A08EDD; }

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

This text font color is #A08EDD.


Background Color

.myBgColor { background-color: #A08EDD; }

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

This div background color is #A08EDD.


Border color

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

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

This div border color is #A08EDD.


Opacity

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

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

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

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

This text has shadow with #A08EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08EDD on black background.


Color preview on white background

This text has color #A08EDD on white background.



Black color preview on #A08EDD background

This text has black color on #A08EDD background.


White color preview on #A08EDD background

This text has white color on #A08EDD background.