COLOR #A09EDB

HEX: #A09EDB RGB: (160,158,219)

Color info

#A09EDB contains mainly red and blue colors. Web safe color of #A09EDB is #9999CC (or #99C).

RGB color model

#A09EDB color RGB value is (160,158,219).

RGB: (160,158,219) (63%, 62%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 219 of 255 = 86%

160
158
219

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 219 = 537 (100%)
R 160 of 537 ~ 29.8%
G 158 of 537 ~ 29.42%
B 219 of 537 ~ 40.78'%

%29.8
%29.42
%40.78

CMYK color model

#A09EDB color CMYK value is (27,28,0,14).

  • cyan value is 26.94%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (27,28,0,14) C27M28Y0K14 (27%,28%,0%,14%) (0.27/0.28/0.00/0.14) 

CMYK percentages

%26.94
%27.85
%0
%14.12

Codes

Color #A09EDB in popluar color models

A0 9E DB
RGB 160 158 219
HSL 242° 45.86% 73.92%
HSB/HSV 242° 27.85% 85.88%
CMYK 26.94% 27.85% 0.00%
14.12%

Color #A09EDB in popluar number systems.

HEX A0 9E DB
Decimal 160 158 219
Binary 10100000 10011110 11011011
Octal 240 236 333

Shades and tints

Shades of #A09EDB

#A09EDB
(160,158,219)
#9290C8
(146,144,200)
#8482B5
(132,130,181)
#7674A2
(118,116,162)
#68668F
(104,102,143)
#5A587C
(90,88,124)
#4C4A69
(76,74,105)
#3E3C56
(62,60,86)
#302E43
(48,46,67)
#222030
(34,32,48)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #A09EDB

#A09EDB
(160,158,219)
#A8A6DE
(168,166,222)
#B0AEE1
(176,174,225)
#B8B6E4
(184,182,228)
#C0BEE7
(192,190,231)
#C8C6EA
(200,198,234)
#D0CEED
(208,206,237)
#D8D6F0
(216,214,240)
#E0DEF3
(224,222,243)
#E8E6F6
(232,230,246)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09EDB color. Also use rgb(160,158,219) instead hex code.

Text Font Color

.myTextColor { color: #A09EDB; }

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

This text font color is #A09EDB.

Background Color

.myBgColor { background-color: #A09EDB; }

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

This div background color is #A09EDB.

Border color

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

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

This div border color is #A09EDB.

Opacity

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

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

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

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

This text has shadow with #A09EDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09EDB.

Preview

Color preview on black background

This text has color #A09EDB on black background.


Color preview on white background

This text has color #A09EDB on white background.


Black color preview on #A09EDB background

This text has black color on #A09EDB background.


White color preview on #A09EDB background

This text has white color on #A09EDB background.


Related colors

Complementary color

Complementary color for #hex is #5F6124.


I love getcolorcode.com

Triadic colors

1 #DBA09E and #9EDBA0 with #A09EDB are triadic colors.

2 #DB9EA0 and #9EA0DB with #A09EDB are triadic colors.