Color spaces of #a1aabf
RGB | 161 | 170 | 191 |
---|---|---|---|
HSL | 0.62 | 0.19 | 0.69 |
HSV | 222° | 16° | 75° |
CMYK | 0.16 | 0.11 | 0.00 0.25 |
XYZ | 38.4766 | 40.0881 | 55.0001 |
Yxy | 40.0881 | 0.2881 | 0.3001 |
Hunter Lab | 63.3152 | -2.3272 | -7.1829 |
CIE-Lab | 69.5322 | 1.2025 | -11.8118 |
#a1aabf color RGB value is (161,170,191).
#a1aabf hex color red value is 161, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a1aabf hue: 0.62 , saturation: 0.19 and the lightness value of a1aabf is 0.69.
The process color (four color CMYK) of #a1aabf color hex is 0.16, 0.11, 0.00, 0.25. Web safe color of #a1aabf is #9999cc. Color #a1aabf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10101010 | 10111111 |
Octal | 241 | 252 | 277 |
Decimal | 161 | 170 | 191 |
Hex | A1 | AA | BF |
Shades of #a1aabf
Tints of #a1aabf
RGB Percentages of Color #a1aabf
CMYK Percentages of Color #a1aabf
Complementary Color
#a1aabf | #bfb6a1 |
#a1aabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1aabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1aabf Color CSS Codes
.mybgcolor {background-color:#a1aabf; } .myforecolor {color:#a1aabf; } .mybordercolor {border:3px solid #a1aabf; }
#a1aabf Text Font Color
<p style="color:#a1aabf">Text here</p>
This sample text font color is #a1aabf
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.
#a1aabf Background Color
<div style="background-color:#a1aabf">
Div content here</div>
This div background color is #a1aabf
#a1aabf Border Color
<div style="border:3px solid #a1aabf">
Div here</div>
This div border color is #a1aabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,170,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1aabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1aabf; -webkit-box-shadow: 1px 1px 3px 2px #a1aabf; box-shadow: 1px 1px 3px 2px #a1aabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,170,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 #a1aabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1aabf; -webkit-box-shadow: 1px 1px 3px 2px #a1aabf; box-shadow: 1px 1px 3px 2px #a1aabf;">
Div content here</div>
This div box has shadow with color #a1aabf
Comments
No comments written yet.
Please login to write comment.