COLOR #A08EDE

HEX: #A08EDE
RGB: (160,142,222)

Color info

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

RGB color model

#A08EDE color RGB value is (160,142,222).

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

RGB channels and saturation

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

160
142
222

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 222 = 524 (100%)
R 160 of 524 ~ 30.53%
G 142 of 524 ~ 27.1%
B 222 of 524 ~ 42.37%

%30.53
%27.1
%42.37

CMYK color model

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

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

CMYK percentages

%27.93
%36.04
%0
%12.94

Codes

Color #A08EDE in popluar color models

A08EDE
RGB160142222
HSL254°54.79%71.37%
HSB/HSV254°36.04%87.06%
CMYK27.93%36.04%0.00%
12.94%

Color #A08EDE in popluar number systems.

HEXA08EDE
Decimal160142222
Binary101000001000111011011110
Octal240216336

Shades and tints

Shades of #A08EDE

#A08EDE
(160,142,222)
#9282CA
(146,130,202)
#8476B6
(132,118,182)
#766AA2
(118,106,162)
#685E8E
(104,94,142)
#5A527A
(90,82,122)
#4C4666
(76,70,102)
#3E3A52
(62,58,82)
#302E3E
(48,46,62)
#22222A
(34,34,42)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #A08EDE

#A08EDE
(160,142,222)
#A898E1
(168,152,225)
#B0A2E4
(176,162,228)
#B8ACE7
(184,172,231)
#C0B6EA
(192,182,234)
#C8C0ED
(200,192,237)
#D0CAF0
(208,202,240)
#D8D4F3
(216,212,243)
#E0DEF6
(224,222,246)
#E8E8F9
(232,232,249)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08EDE; }

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

This text font color is #A08EDE.


Background Color

.myBgColor { background-color: #A08EDE; }

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

This div background color is #A08EDE.


Border color

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

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

This div border color is #A08EDE.


Opacity

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

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

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

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

This text has shadow with #A08EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08EDE on black background.


Color preview on white background

This text has color #A08EDE on white background.



Black color preview on #A08EDE background

This text has black color on #A08EDE background.


White color preview on #A08EDE background

This text has white color on #A08EDE background.