Color Hex Logo

#a686ff Color Hex

#A686FF
(166,134,255)
0 Favorites   0 Comments

Color spaces of #a686ff

RGB 166134255
HSL0.711.000.76
HSV256°47°100°
CMYK 0.350.470.00   0.00
XYZ42.301032.377298.6277
Yxy32.37720.24410.1868
Hunter Lab56.901033.1228-62.9380
CIE-Lab63.653438.4119-56.1793

#a686ff color RGB value is (166,134,255).

#a686ff hex color red value is 166, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a686ff hue: 0.71 , saturation: 1.00 and the lightness value of a686ff is 0.76.

The process color (four color CMYK) of #a686ff color hex is 0.35, 0.47, 0.00, 0.00. Web safe color of #a686ff is #9999ff. Color #a686ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 11111111
Octal 246 206 377
Decimal 166 134 255
Hex A6 86 FF

RGB Percentages of Color #a686ff

%29.91
%24.14
%45.95

CMYK Percentages of Color #a686ff

%35
%47
%0
%0

Triadic Colors of #a686ff

#a686ff #ffa686 #86ffa6

Analogous Colors of #a686ff

#a686ff #e386ff #86a3ff

Monochromatic Colors of #a686ff

#a686ff

Complementary Color

#a686ff #dfff86

#a686ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a686ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a686ff Color CSS Codes

.mybgcolor {background-color:#a686ff; } 
.myforecolor {color:#a686ff; }
.mybordercolor {border:3px solid #a686ff; }

#a686ff Text Font Color

<p style="color:#a686ff">Text here</p>

This sample text font color is #a686ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a686ff Background Color

<div style="background-color:#a686ff">
Div content here</div>

This div background color is #a686ff


#a686ff Border Color

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

This div border color is #a686ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,134,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a686ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a686ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a686ff;
  box-shadow:         1px 1px 3px 2px #a686ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,134,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a686ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a686ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a686ff;
  box-shadow:         1px 1px 3px 2px #a686ff;">
Div content here</div>

This div box has shadow with color #a686ff

Related Colors

#a686ff Color Palettes


Comments

No comments written yet.

Please login to write comment.