Color Hex Logo

#a99ff1 Color Hex

#A99FF1
(169,159,241)
0 Favorites   0 Comments

Color spaces of #a99ff1

RGB 169159241
HSL0.690.750.78
HSV247°34°95°
CMYK 0.300.340.00   0.05
XYZ44.637539.582288.5066
Yxy39.58220.25840.2292
Hunter Lab62.914416.5448-39.3678
CIE-Lab69.170921.5326-39.8067

#a99ff1 color RGB value is (169,159,241).

#a99ff1 hex color red value is 169, green value is 159 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #a99ff1 hue: 0.69 , saturation: 0.75 and the lightness value of a99ff1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011111 11110001
Octal 251 237 361
Decimal 169 159 241
Hex A9 9F F1

RGB Percentages of Color #a99ff1

%29.70
%27.94
%42.36

CMYK Percentages of Color #a99ff1

%30
%34
%0
%5

Triadic Colors of #a99ff1

#a99ff1 #f1a99f #9ff1a9

Analogous Colors of #a99ff1

#a99ff1 #d29ff1 #9fbef1

Monochromatic Colors of #a99ff1

#a99ff1

Complementary Color

#a99ff1 #e7f19f

#a99ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99ff1 Color CSS Codes

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

#a99ff1 Text Font Color

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

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


#a99ff1 Background Color

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

This div background color is #a99ff1


#a99ff1 Border Color

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

This div border color is #a99ff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99ff1


Comments

No comments written yet.

Please login to write comment.