COLOR #A09BFD

HEX: #A09BFD
RGB: (160,155,253)

Color info

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

RGB color model

#A09BFD color RGB value is (160,155,253).

  • red value is 160;
  • green value is 155;
  • blue value is 253.
RGB:
(160,155,253)
(63%,61%,99%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 253 of 255 = 99%

160
155
253

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 253 = 568 (100%)
R 160 of 568 ~ 28.17%
G 155 of 568 ~ 27.29%
B 253 of 568 ~ 44.54%

%28.17
%27.29
%44.54

CMYK color model

#A09BFD color CMYK value is (37,39,0,1).

  • cyan value is 36.76%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(37,39,0,1)
C37M39Y0K1 
(37%,39%,0%,1%)
(0.37/0.39/0.00/0.01)	

CMYK percentages

%36.76
%38.74
%0
%0.78

Codes

Color #A09BFD in popluar color models

A09BFD
RGB160155253
HSL243°96.08%80.00%
HSB/HSV243°38.74%99.22%
CMYK36.76%38.74%0.00%
0.78%

Color #A09BFD in popluar number systems.

HEXA09BFD
Decimal160155253
Binary101000001001101111111101
Octal240233375

Shades and tints

Shades of #A09BFD

#A09BFD
(160,155,253)
#928DE6
(146,141,230)
#847FCF
(132,127,207)
#7671B8
(118,113,184)
#6863A1
(104,99,161)
#5A558A
(90,85,138)
#4C4773
(76,71,115)
#3E395C
(62,57,92)
#302B45
(48,43,69)
#221D2E
(34,29,46)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #A09BFD

#A09BFD
(160,155,253)
#A8A4FD
(168,164,253)
#B0ADFD
(176,173,253)
#B8B6FD
(184,182,253)
#C0BFFD
(192,191,253)
#C8C8FD
(200,200,253)
#D0D1FD
(208,209,253)
#D8DAFD
(216,218,253)
#E0E3FD
(224,227,253)
#E8ECFD
(232,236,253)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09BFD color. Also use rgb(160,155,253) instead hex code.

Text Font Color

.myTextColor { color: #A09BFD; }

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

This text font color is #A09BFD.


Background Color

.myBgColor { background-color: #A09BFD; }

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

This div background color is #A09BFD.


Border color

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

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

This div border color is #A09BFD.


Opacity

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

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

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

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

This text has shadow with #A09BFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09BFD on black background.


Color preview on white background

This text has color #A09BFD on white background.



Black color preview on #A09BFD background

This text has black color on #A09BFD background.


White color preview on #A09BFD background

This text has white color on #A09BFD background.