COLOR #A09DD1

HEX: #A09DD1
RGB: (160,157,209)

Color info

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

RGB color model

#A09DD1 color RGB value is (160,157,209).

  • red value is 160;
  • green value is 157;
  • blue value is 209.
RGB:
(160,157,209)
(63%,62%,82%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 209 of 255 = 82%

160
157
209

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

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 209 = 526 (100%)
R 160 of 526 ~ 30.42%
G 157 of 526 ~ 29.85%
B 209 of 526 ~ 39.73%

%30.42
%29.85
%39.73

CMYK color model

#A09DD1 color CMYK value is (23,25,0,18).

  • cyan value is 23.44%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(23,25,0,18)
C23M25Y0K18 
(23%,25%,0%,18%)
(0.23/0.25/0.00/0.18)	

CMYK percentages

%23.44
%24.88
%0
%18.04

Codes

Color #A09DD1 in popluar color models

A09DD1
RGB160157209
HSL243°36.11%71.76%
HSB/HSV243°24.88%81.96%
CMYK23.44%24.88%0.00%
18.04%

Color #A09DD1 in popluar number systems.

HEXA09DD1
Decimal160157209
Binary101000001001110111010001
Octal240235321

Shades and tints

Shades of #A09DD1

#A09DD1
(160,157,209)
#928FBE
(146,143,190)
#8481AB
(132,129,171)
#767398
(118,115,152)
#686585
(104,101,133)
#5A5772
(90,87,114)
#4C495F
(76,73,95)
#3E3B4C
(62,59,76)
#302D39
(48,45,57)
#221F26
(34,31,38)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A09DD1

#A09DD1
(160,157,209)
#A8A5D5
(168,165,213)
#B0ADD9
(176,173,217)
#B8B5DD
(184,181,221)
#C0BDE1
(192,189,225)
#C8C5E5
(200,197,229)
#D0CDE9
(208,205,233)
#D8D5ED
(216,213,237)
#E0DDF1
(224,221,241)
#E8E5F5
(232,229,245)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09DD1 color. Also use rgb(160,157,209) instead hex code.

Text Font Color

.myTextColor { color: #A09DD1; }

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

This text font color is #A09DD1.


Background Color

.myBgColor { background-color: #A09DD1; }

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

This div background color is #A09DD1.


Border color

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

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

This div border color is #A09DD1.


Opacity

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

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

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

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

This text has shadow with #A09DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09DD1 on black background.


Color preview on white background

This text has color #A09DD1 on white background.



Black color preview on #A09DD1 background

This text has black color on #A09DD1 background.


White color preview on #A09DD1 background

This text has white color on #A09DD1 background.