Color Hex Logo

#a199ba Color Hex

#A199BA
(161,153,186)
0 Favorites   0 Comments

Color spaces of #a199ba

RGB 161153186
HSL0.710.190.66
HSV255°18°73°
CMYK 0.130.180.00   0.27
XYZ34.952133.904751.1565
Yxy33.90470.29120.2825
Hunter Lab58.22775.2488-11.3303
CIE-Lab64.88699.5685-16.0208

#a199ba color RGB value is (161,153,186).

#a199ba hex color red value is 161, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a199ba hue: 0.71 , saturation: 0.19 and the lightness value of a199ba is 0.66.

The process color (four color CMYK) of #a199ba color hex is 0.13, 0.18, 0.00, 0.27. Web safe color of #a199ba is #9999cc. Color #a199ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 10111010
Octal 241 231 272
Decimal 161 153 186
Hex A1 99 BA

RGB Percentages of Color #a199ba

%32.20
%30.60
%37.20

CMYK Percentages of Color #a199ba

%13
%18
%0
%27

Triadic Colors of #a199ba

#a199ba #baa199 #99baa1

Analogous Colors of #a199ba

#a199ba #b299ba #99a2ba

Monochromatic Colors of #a199ba

#a199ba

Complementary Color

#a199ba #b2ba99

#a199ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199ba Color CSS Codes

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

#a199ba Text Font Color

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

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


#a199ba Background Color

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

This div background color is #a199ba


#a199ba Border Color

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

This div border color is #a199ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199ba


Comments

No comments written yet.

Please login to write comment.