COLOR #A789FE

HEX: #A789FE
RGB: (167,137,254)

Color info

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

RGB color model

#A789FE color RGB value is (167,137,254).

  • red value is 167;
  • green value is 137;
  • blue value is 254.
RGB:
(167,137,254)
(65%,54%,100%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 254 of 255 = 100%

167
137
254

R + G + B ~ 73%. #A789FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 254 = 558 (100%)
R 167 of 558 ~ 29.93%
G 137 of 558 ~ 24.55%
B 254 of 558 ~ 45.52%

%29.93
%24.55
%45.52

CMYK color model

#A789FE color CMYK value is (34,46,0,0).

  • cyan value is 34.25%
  • magenta value is 46.06%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(34,46,0,0)
C34M46Y0K0 
(34%,46%,0%,0%)
(0.34/0.46/0.00/0.00)	

CMYK percentages

%34.25
%46.06
%0
%0.39

Codes

Color #A789FE in popluar color models

A789FE
RGB167137254
HSL255°98.32%76.67%
HSB/HSV255°46.06%99.61%
CMYK34.25%46.06%0.00%
0.39%

Color #A789FE in popluar number systems.

HEXA789FE
Decimal167137254
Binary101001111000100111111110
Octal247211376

Shades and tints

Shades of #A789FE

#A789FE
(167,137,254)
#987DE7
(152,125,231)
#8971D0
(137,113,208)
#7A65B9
(122,101,185)
#6B59A2
(107,89,162)
#5C4D8B
(92,77,139)
#4D4174
(77,65,116)
#3E355D
(62,53,93)
#2F2946
(47,41,70)
#201D2F
(32,29,47)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #A789FE

#A789FE
(167,137,254)
#AF93FE
(175,147,254)
#B79DFE
(183,157,254)
#BFA7FE
(191,167,254)
#C7B1FE
(199,177,254)
#CFBBFE
(207,187,254)
#D7C5FE
(215,197,254)
#DFCFFE
(223,207,254)
#E7D9FE
(231,217,254)
#EFE3FE
(239,227,254)
#F7EDFE
(247,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A789FE color. Also use rgb(167,137,254) instead hex code.

Text Font Color

.myTextColor { color: #A789FE; }

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

This text font color is #A789FE.


Background Color

.myBgColor { background-color: #A789FE; }

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

This div background color is #A789FE.


Border color

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

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

This div border color is #A789FE.


Opacity

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

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

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

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

This text has shadow with #A789FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A789FE on black background.


Color preview on white background

This text has color #A789FE on white background.



Black color preview on #A789FE background

This text has black color on #A789FE background.


White color preview on #A789FE background

This text has white color on #A789FE background.