COLOR #A09FFA

HEX: #A09FFA
RGB: (160,159,250)

Color info

#A09FFA contains mainly blue color. Web safe color of #A09FFA is #9999FF (or #99F).

RGB color model

#A09FFA color RGB value is (160,159,250).

  • red value is 160;
  • green value is 159;
  • blue value is 250.
RGB:
(160,159,250)
(63%,62%,98%)

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 250 of 255 = 98%

160
159
250

R + G + B ~ 74%. #A09FFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 159 + 250 = 569 (100%)
R 160 of 569 ~ 28.12%
G 159 of 569 ~ 27.94%
B 250 of 569 ~ 43.94%

%28.12
%27.94
%43.94

CMYK color model

#A09FFA color CMYK value is (36,36,0,2).

  • cyan value is 36.00%
  • magenta value is 36.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(36,36,0,2)
C36M36Y0K2 
(36%,36%,0%,2%)
(0.36/0.36/0.00/0.02)	

CMYK percentages

%36
%36.4
%0
%1.96

Codes

Color #A09FFA in popluar color models

A09FFA
RGB160159250
HSL241°90.10%80.20%
HSB/HSV241°36.40%98.04%
CMYK36.00%36.40%0.00%
1.96%

Color #A09FFA in popluar number systems.

HEXA09FFA
Decimal160159250
Binary101000001001111111111010
Octal240237372

Shades and tints

Shades of #A09FFA

#A09FFA
(160,159,250)
#9291E4
(146,145,228)
#8483CE
(132,131,206)
#7675B8
(118,117,184)
#6867A2
(104,103,162)
#5A598C
(90,89,140)
#4C4B76
(76,75,118)
#3E3D60
(62,61,96)
#302F4A
(48,47,74)
#222134
(34,33,52)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #A09FFA

#A09FFA
(160,159,250)
#A8A7FA
(168,167,250)
#B0AFFA
(176,175,250)
#B8B7FA
(184,183,250)
#C0BFFA
(192,191,250)
#C8C7FA
(200,199,250)
#D0CFFA
(208,207,250)
#D8D7FA
(216,215,250)
#E0DFFA
(224,223,250)
#E8E7FA
(232,231,250)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09FFA; }

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

This text font color is #A09FFA.


Background Color

.myBgColor { background-color: #A09FFA; }

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

This div background color is #A09FFA.


Border color

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

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

This div border color is #A09FFA.


Opacity

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

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

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

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

This text has shadow with #A09FFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09FFA on black background.


Color preview on white background

This text has color #A09FFA on white background.



Black color preview on #A09FFA background

This text has black color on #A09FFA background.


White color preview on #A09FFA background

This text has white color on #A09FFA background.