Color Hex Logo

#a991ff Color Hex

#A991FF
(169,145,255)
0 Favorites   0 Comments

Color spaces of #a991ff

RGB 169145255
HSL0.701.000.78
HSV253°43°100°
CMYK 0.340.430.00   0.00
XYZ44.537635.905899.1909
Yxy35.90580.24790.1999
Hunter Lab59.921427.8105-56.2006
CIE-Lab66.447932.9797-51.7289

#a991ff color RGB value is (169,145,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010001 11111111
Octal 251 221 377
Decimal 169 145 255
Hex A9 91 FF

RGB Percentages of Color #a991ff

%29.70
%25.48
%44.82

CMYK Percentages of Color #a991ff

%34
%43
%0
%0

Triadic Colors of #a991ff

#a991ff #ffa991 #91ffa9

Analogous Colors of #a991ff

#a991ff #e091ff #91b0ff

Monochromatic Colors of #a991ff

#a991ff

Complementary Color

#a991ff #e7ff91

#a991ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a991ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a991ff Color CSS Codes

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

#a991ff Text Font Color

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

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


#a991ff Background Color

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

This div background color is #a991ff


#a991ff Border Color

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

This div border color is #a991ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a991ff

Related Colors


Comments

No comments written yet.

Please login to write comment.