Color Hex Logo

#a199fa Color Hex

#A199FA
(161,153,250)
0 Favorites   0 Comments

Color spaces of #a199fa

RGB 161153250
HSL0.680.910.79
HSV245°39°98°
CMYK 0.360.390.00   0.02
XYZ43.344537.261795.3502
Yxy37.26170.24630.2118
Hunter Lab61.042419.9238-49.8833
CIE-Lab67.472925.0622-47.4262

#a199fa color RGB value is (161,153,250).

#a199fa hex color red value is 161, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a199fa hue: 0.68 , saturation: 0.91 and the lightness value of a199fa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 11111010
Octal 241 231 372
Decimal 161 153 250
Hex A1 99 FA

RGB Percentages of Color #a199fa

%28.55
%27.13
%44.33

CMYK Percentages of Color #a199fa

%36
%39
%0
%2

Triadic Colors of #a199fa

#a199fa #faa199 #99faa1

Analogous Colors of #a199fa

#a199fa #d299fa #99c2fa

Monochromatic Colors of #a199fa

#a199fa

Complementary Color

#a199fa #f2fa99

#a199fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199fa Color CSS Codes

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

#a199fa Text Font Color

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

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


#a199fa Background Color

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

This div background color is #a199fa


#a199fa Border Color

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

This div border color is #a199fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,153,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a199fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a199fa;
  -webkit-box-shadow: 1px 1px 3px 2px #a199fa;
  box-shadow:         1px 1px 3px 2px #a199fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,153,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199fa

Related Colors


Comments

No comments written yet.

Please login to write comment.