COLOR #A09ED4

HEX: #A09ED4 RGB: (160,158,212)

Color info

#A09ED4 contains red, green and blue colors in about the same proportion. Web safe color of #A09ED4 is #9999CC (or #99C).

RGB color model

#A09ED4 color RGB value is (160,158,212).

RGB: (160,158,212) (63%, 62%, 83%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 212 of 255 = 83%

160
158
212

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 212 = 530 (100%)
R 160 of 530 ~ 30.19%
G 158 of 530 ~ 29.81%
B 212 of 530 ~ 40'%

%30.19
%29.81
%40

CMYK color model

#A09ED4 color CMYK value is (25,25,0,17).

  • cyan value is 24.53%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (25,25,0,17)
C25M25Y0K17 (25%, 25%, 0%, 17%)
(0.25 / 0.25 / 0.00 / 0.17)

CMYK percentages

%24.53
%25.47
%0
%16.86

Codes

Color #A09ED4 in popluar color models

A0 9E D4
RGB 160 158 212
HSL 242° 38.57% 72.55%
HSB/HSV 242° 25.47% 83.14%
CMYK 24.53% 25.47% 0.00%
16.86%

Color #A09ED4 in popluar number systems.

HEX A0 9E D4
Decimal 160 158 212
Binary 10100000 10011110 11010100
Octal 240 236 324

Shades and tints

Shades of #A09ED4

#A09ED4
(160,158,212)
#9290C1
(146,144,193)
#8482AE
(132,130,174)
#76749B
(118,116,155)
#686688
(104,102,136)
#5A5875
(90,88,117)
#4C4A62
(76,74,98)
#3E3C4F
(62,60,79)
#302E3C
(48,46,60)
#222029
(34,32,41)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A09ED4

#A09ED4
(160,158,212)
#A8A6D7
(168,166,215)
#B0AEDA
(176,174,218)
#B8B6DD
(184,182,221)
#C0BEE0
(192,190,224)
#C8C6E3
(200,198,227)
#D0CEE6
(208,206,230)
#D8D6E9
(216,214,233)
#E0DEEC
(224,222,236)
#E8E6EF
(232,230,239)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09ED4; }

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

This text font color is #A09ED4.

Background Color

.myBgColor { background-color: #A09ED4; }

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

This div background color is #A09ED4.

Border color

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

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

This div border color is #A09ED4.

Opacity

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

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

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

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

This text has shadow with #A09ED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09ED4.

Preview

Color preview on black background

This text has color #A09ED4 on black background.


Color preview on white background

This text has color #A09ED4 on white background.


Black color preview on #A09ED4 background

This text has black color on #A09ED4 background.


White color preview on #A09ED4 background

This text has white color on #A09ED4 background.


Related colors

Complementary color

Complementary color for #hex is #5F612B.


I love getcolorcode.com

Triadic colors

1 #D4A09E and #9ED4A0 with #A09ED4 are triadic colors.

2 #D49EA0 and #9EA0D4 with #A09ED4 are triadic colors.