Color Hex Logo

#a196da Color Hex

#A196DA
(161,150,218)
0 Favorites   0 Comments

Color spaces of #a196da

RGB 161150218
HSL0.690.480.72
HSV250°31°85°
CMYK 0.260.310.00   0.15
XYZ38.259234.451770.9630
Yxy34.45170.26630.2398
Hunter Lab58.695613.6334-30.5948
CIE-Lab65.319518.6628-33.1959

#a196da color RGB value is (161,150,218).

#a196da hex color red value is 161, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a196da hue: 0.69 , saturation: 0.48 and the lightness value of a196da is 0.72.

The process color (four color CMYK) of #a196da color hex is 0.26, 0.31, 0.00, 0.15. Web safe color of #a196da is #9999cc. Color #a196da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010110 11011010
Octal 241 226 332
Decimal 161 150 218
Hex A1 96 DA

RGB Percentages of Color #a196da

%30.43
%28.36
%41.21

CMYK Percentages of Color #a196da

%26
%31
%0
%15

Triadic Colors of #a196da

#a196da #daa196 #96daa1

Analogous Colors of #a196da

#a196da #c396da #96adda

Monochromatic Colors of #a196da

#a196da

Complementary Color

#a196da #cfda96

#a196da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a196da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a196da Color CSS Codes

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

#a196da Text Font Color

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

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


#a196da Background Color

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

This div background color is #a196da


#a196da Border Color

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

This div border color is #a196da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a196da


Comments

No comments written yet.

Please login to write comment.