Color Hex Logo

#a99bff Color Hex

#A99BFF
(169,155,255)
1 Favorites   0 Comments

Color spaces of #a99bff

RGB 169155255
HSL0.691.000.80
HSV248°39°100°
CMYK 0.340.390.00   0.00
XYZ46.133539.097799.7229
Yxy39.09770.24940.2114
Hunter Lab62.528222.2737-50.7888
CIE-Lab68.822027.3308-47.9816

#a99bff color RGB value is (169,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011011 11111111
Octal 251 233 377
Decimal 169 155 255
Hex A9 9B FF

RGB Percentages of Color #a99bff

%29.19
%26.77
%44.04

CMYK Percentages of Color #a99bff

%34
%39
%0
%0

Triadic Colors of #a99bff

#a99bff #ffa99b #9bffa9

Analogous Colors of #a99bff

#a99bff #db9bff #9bbfff

Monochromatic Colors of #a99bff

#a99bff

Complementary Color

#a99bff #f1ff9b

#a99bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99bff Color CSS Codes

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

#a99bff Text Font Color

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

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


#a99bff Background Color

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

This div background color is #a99bff


#a99bff Border Color

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

This div border color is #a99bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99bff


Comments

No comments written yet.

Please login to write comment.