COLOR #A09FC8

HEX: #A09FC8 RGB: (160,159,200)

Color info

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

RGB color model

#A09FC8 color RGB value is (160,159,200).

RGB: (160,159,200) (63%, 62%, 78%)

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 200 of 255 = 78%

160
159
200

R + G + B ~ 68%. #A09FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 159 + 200 = 519 (100%)
R 160 of 519 ~ 30.83%
G 159 of 519 ~ 30.64%
B 200 of 519 ~ 38.54'%

%30.83
%30.64
%38.54

CMYK color model

#A09FC8 color CMYK value is (20,21,0,22).

  • cyan value is 20.00%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (20,21,0,22)
C20M21Y0K22 (20%, 21%, 0%, 22%)
(0.20 / 0.21 / 0.00 / 0.22)

CMYK percentages

%20
%20.5
%0
%21.57

Codes

Color #A09FC8 in popluar color models

A0 9F C8
RGB 160 159 200
HSL 241° 27.15% 70.39%
HSB/HSV 241° 20.50% 78.43%
CMYK 20.00% 20.50% 0.00%
21.57%

Color #A09FC8 in popluar number systems.

HEX A0 9F C8
Decimal 160 159 200
Binary 10100000 10011111 11001000
Octal 240 237 310

Shades and tints

Shades of #A09FC8

#A09FC8
(160,159,200)
#9291B6
(146,145,182)
#8483A4
(132,131,164)
#767592
(118,117,146)
#686780
(104,103,128)
#5A596E
(90,89,110)
#4C4B5C
(76,75,92)
#3E3D4A
(62,61,74)
#302F38
(48,47,56)
#222126
(34,33,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A09FC8

#A09FC8
(160,159,200)
#A8A7CD
(168,167,205)
#B0AFD2
(176,175,210)
#B8B7D7
(184,183,215)
#C0BFDC
(192,191,220)
#C8C7E1
(200,199,225)
#D0CFE6
(208,207,230)
#D8D7EB
(216,215,235)
#E0DFF0
(224,223,240)
#E8E7F5
(232,231,245)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09FC8 color. Also use rgb(160,159,200) instead hex code.

Text Font Color

.myTextColor { color: #A09FC8; }

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

This text font color is #A09FC8.

Background Color

.myBgColor { background-color: #A09FC8; }

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

This div background color is #A09FC8.

Border color

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

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

This div border color is #A09FC8.

Opacity

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

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

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

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

This text has shadow with #A09FC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09FC8.

Preview

Color preview on black background

This text has color #A09FC8 on black background.


Color preview on white background

This text has color #A09FC8 on white background.


Black color preview on #A09FC8 background

This text has black color on #A09FC8 background.


White color preview on #A09FC8 background

This text has white color on #A09FC8 background.


Related colors

Complementary color

Complementary color for #hex is #5F6037.


I love getcolorcode.com

Triadic colors

1 #C8A09F and #9FC8A0 with #A09FC8 are triadic colors.

2 #C89FA0 and #9FA0C8 with #A09FC8 are triadic colors.