Color Hex Logo

#a199bf Color Hex

#A199BF
(161,153,191)
0 Favorites   0 Comments

Color spaces of #a199bf

RGB 161153191
HSL0.700.230.67
HSV253°20°75°
CMYK 0.160.200.00   0.25
XYZ35.493134.121154.0056
Yxy34.12110.28710.2760
Hunter Lab58.41336.2370-13.9269
CIE-Lab65.058610.6670-18.5591

#a199bf color RGB value is (161,153,191).

#a199bf hex color red value is 161, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a199bf hue: 0.70 , saturation: 0.23 and the lightness value of a199bf is 0.67.

The process color (four color CMYK) of #a199bf color hex is 0.16, 0.20, 0.00, 0.25. Web safe color of #a199bf is #9999cc. Color #a199bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 10111111
Octal 241 231 277
Decimal 161 153 191
Hex A1 99 BF

RGB Percentages of Color #a199bf

%31.88
%30.30
%37.82

CMYK Percentages of Color #a199bf

%16
%20
%0
%25

Triadic Colors of #a199bf

#a199bf #bfa199 #99bfa1

Analogous Colors of #a199bf

#a199bf #b499bf #99a4bf

Monochromatic Colors of #a199bf

#a199bf

Complementary Color

#a199bf #b7bf99

#a199bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199bf Color CSS Codes

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

#a199bf Text Font Color

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

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


#a199bf Background Color

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

This div background color is #a199bf


#a199bf Border Color

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

This div border color is #a199bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199bf


Comments

No comments written yet.

Please login to write comment.