Color Hex Logo

#a491ff Color Hex

#A491FF
(164,145,255)
0 Favorites   0 Comments

Color spaces of #a491ff

RGB 164145255
HSL0.701.000.78
HSV250°43°100°
CMYK 0.360.430.00   0.00
XYZ43.485235.363399.1416
Yxy35.36330.24430.1987
Hunter Lab59.467026.4605-57.2195
CIE-Lab66.030531.6952-52.4163

#a491ff color RGB value is (164,145,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 11111111
Octal 244 221 377
Decimal 164 145 255
Hex A4 91 FF

RGB Percentages of Color #a491ff

%29.08
%25.71
%45.21

CMYK Percentages of Color #a491ff

%36
%43
%0
%0

Triadic Colors of #a491ff

#a491ff #ffa491 #91ffa4

Analogous Colors of #a491ff

#a491ff #db91ff #91b5ff

Monochromatic Colors of #a491ff

#a491ff

Complementary Color

#a491ff #ecff91

#a491ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a491ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a491ff Color CSS Codes

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

#a491ff Text Font Color

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

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


#a491ff Background Color

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

This div background color is #a491ff


#a491ff Border Color

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

This div border color is #a491ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a491ff

Related Colors


Comments

No comments written yet.

Please login to write comment.