Color Hex Logo

#a99ffd Color Hex

#A99FFD
(169,159,253)
0 Favorites   0 Comments

Color spaces of #a99ffd

RGB 169159253
HSL0.680.960.81
HSV246°37°99°
CMYK 0.330.370.00   0.01
XYZ46.489940.323198.2614
Yxy40.32310.25120.2179
Hunter Lab63.500519.5574-47.2957
CIE-Lab69.699024.5597-45.5159

#a99ffd color RGB value is (169,159,253).

#a99ffd hex color red value is 169, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a99ffd hue: 0.68 , saturation: 0.96 and the lightness value of a99ffd is 0.81.

The process color (four color CMYK) of #a99ffd color hex is 0.33, 0.37, 0.00, 0.01. Web safe color of #a99ffd is #9999ff. Color #a99ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011111 11111101
Octal 251 237 375
Decimal 169 159 253
Hex A9 9F FD

RGB Percentages of Color #a99ffd

%29.09
%27.37
%43.55

CMYK Percentages of Color #a99ffd

%33
%37
%0
%1

Triadic Colors of #a99ffd

#a99ffd #fda99f #9ffda9

Analogous Colors of #a99ffd

#a99ffd #d89ffd #9fc4fd

Monochromatic Colors of #a99ffd

#a99ffd

Complementary Color

#a99ffd #f3fd9f

#a99ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99ffd Color CSS Codes

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

#a99ffd Text Font Color

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

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


#a99ffd Background Color

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

This div background color is #a99ffd


#a99ffd Border Color

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

This div border color is #a99ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,159,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.