Color Hex Logo

#a198aa Color Hex

#A198AA
(161,152,170)
0 Favorites   0 Comments

Color spaces of #a198aa

RGB 161152170
HSL0.750.100.63
HSV270°11°67°
CMYK 0.050.110.00   0.33
XYZ33.181932.935842.6386
Yxy32.93580.30510.3028
Hunter Lab57.38972.7741-3.8776
CIE-Lab64.10896.7692-8.2037

#a198aa color RGB value is (161,152,170).

#a198aa hex color red value is 161, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a198aa hue: 0.75 , saturation: 0.10 and the lightness value of a198aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011000 10101010
Octal 241 230 252
Decimal 161 152 170
Hex A1 98 AA

RGB Percentages of Color #a198aa

%33.33
%31.47
%35.20

CMYK Percentages of Color #a198aa

%5
%11
%0
%33

Triadic Colors of #a198aa

#a198aa #aaa198 #98aaa1

Analogous Colors of #a198aa

#a198aa #aa98aa #9898aa

Monochromatic Colors of #a198aa

#a198aa

Complementary Color

#a198aa #a1aa98

#a198aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a198aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a198aa Color CSS Codes

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

#a198aa Text Font Color

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

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


#a198aa Background Color

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

This div background color is #a198aa


#a198aa Border Color

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

This div border color is #a198aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a198aa


Comments

No comments written yet.

Please login to write comment.