Color Hex Logo

#a199ab Color Hex

#A199AB
(161,153,171)
0 Favorites   0 Comments

Color spaces of #a199ab

RGB 161153171
HSL0.740.100.64
HSV267°11°67°
CMYK 0.060.110.00   0.33
XYZ33.439933.299843.1931
Yxy33.29980.30420.3029
Hunter Lab57.70602.4531-3.9846
CIE-Lab64.40296.4119-8.3283

#a199ab color RGB value is (161,153,171).

#a199ab hex color red value is 161, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a199ab hue: 0.74 , saturation: 0.10 and the lightness value of a199ab is 0.64.

The process color (four color CMYK) of #a199ab color hex is 0.06, 0.11, 0.00, 0.33. Web safe color of #a199ab is #999999. Color #a199ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 10101011
Octal 241 231 253
Decimal 161 153 171
Hex A1 99 AB

RGB Percentages of Color #a199ab

%33.20
%31.55
%35.26

CMYK Percentages of Color #a199ab

%6
%11
%0
%33

Triadic Colors of #a199ab

#a199ab #aba199 #99aba1

Analogous Colors of #a199ab

#a199ab #aa99ab #999aab

Monochromatic Colors of #a199ab

#a199ab

Complementary Color

#a199ab #a3ab99

#a199ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199ab Color CSS Codes

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

#a199ab Text Font Color

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

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


#a199ab Background Color

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

This div background color is #a199ab


#a199ab Border Color

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

This div border color is #a199ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199ab


Comments

No comments written yet.

Please login to write comment.