COLOR #A683FB

HEX: #A683FB
RGB: (166,131,251)

Color info

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

RGB color model

#A683FB color RGB value is (166,131,251).

  • red value is 166;
  • green value is 131;
  • blue value is 251.
RGB:
(166,131,251)
(65%,51%,98%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 251 of 255 = 98%

166
131
251

R + G + B ~ 71%. #A683FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 251 = 548 (100%)
R 166 of 548 ~ 30.29%
G 131 of 548 ~ 23.91%
B 251 of 548 ~ 45.8%

%30.29
%23.91
%45.8

CMYK color model

#A683FB color CMYK value is (34,48,0,2).

  • cyan value is 33.86%
  • magenta value is 47.81%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(34,48,0,2)
C34M48Y0K2 
(34%,48%,0%,2%)
(0.34/0.48/0.00/0.02)	

CMYK percentages

%33.86
%47.81
%0
%1.57

Codes

Color #A683FB in popluar color models

A683FB
RGB166131251
HSL258°93.75%74.90%
HSB/HSV258°47.81%98.43%
CMYK33.86%47.81%0.00%
1.57%

Color #A683FB in popluar number systems.

HEXA683FB
Decimal166131251
Binary101001101000001111111011
Octal246203373

Shades and tints

Shades of #A683FB

#A683FB
(166,131,251)
#9778E5
(151,120,229)
#886DCF
(136,109,207)
#7962B9
(121,98,185)
#6A57A3
(106,87,163)
#5B4C8D
(91,76,141)
#4C4177
(76,65,119)
#3D3661
(61,54,97)
#2E2B4B
(46,43,75)
#1F2035
(31,32,53)
#10151F
(16,21,31)
#000000
(0,0,0)

Tints of #A683FB

#A683FB
(166,131,251)
#AE8EFB
(174,142,251)
#B699FB
(182,153,251)
#BEA4FB
(190,164,251)
#C6AFFB
(198,175,251)
#CEBAFB
(206,186,251)
#D6C5FB
(214,197,251)
#DED0FB
(222,208,251)
#E6DBFB
(230,219,251)
#EEE6FB
(238,230,251)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A683FB color. Also use rgb(166,131,251) instead hex code.

Text Font Color

.myTextColor { color: #A683FB; }

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

This text font color is #A683FB.


Background Color

.myBgColor { background-color: #A683FB; }

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

This div background color is #A683FB.


Border color

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

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

This div border color is #A683FB.


Opacity

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

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

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

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

This text has shadow with #A683FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A683FB on black background.


Color preview on white background

This text has color #A683FB on white background.



Black color preview on #A683FB background

This text has black color on #A683FB background.


White color preview on #A683FB background

This text has white color on #A683FB background.