Color Hex Logo

#a691ff Color Hex

#A691FF
(166,145,255)
0 Favorites   0 Comments

Color spaces of #a691ff

RGB 166145255
HSL0.701.000.78
HSV251°43°100°
CMYK 0.350.430.00   0.00
XYZ43.901335.577899.1611
Yxy35.57780.24580.1992
Hunter Lab59.647126.9966-56.8144
CIE-Lab66.196132.2068-52.1436

#a691ff color RGB value is (166,145,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 11111111
Octal 246 221 377
Decimal 166 145 255
Hex A6 91 FF

RGB Percentages of Color #a691ff

%29.33
%25.62
%45.05

CMYK Percentages of Color #a691ff

%35
%43
%0
%0

Triadic Colors of #a691ff

#a691ff #ffa691 #91ffa6

Analogous Colors of #a691ff

#a691ff #dd91ff #91b3ff

Monochromatic Colors of #a691ff

#a691ff

Complementary Color

#a691ff #eaff91

#a691ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a691ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a691ff Color CSS Codes

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

#a691ff Text Font Color

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

This sample text font color is #a691ff
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.


#a691ff Background Color

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

This div background color is #a691ff


#a691ff Border Color

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

This div border color is #a691ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,145,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 #a691ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a691ff

Related Colors


Comments

No comments written yet.

Please login to write comment.