Color spaces of #aa97af
RGB | 170 | 151 | 175 |
---|---|---|---|
HSL | 0.80 | 0.13 | 0.64 |
HSV | 288° | 14° | 69° |
CMYK | 0.03 | 0.14 | 0.00 0.31 |
XYZ | 35.3820 | 33.7744 | 45.2117 |
Yxy | 33.7744 | 0.3094 | 0.2953 |
Hunter Lab | 58.1157 | 6.9717 | -5.4442 |
CIE-Lab | 64.7831 | 11.4784 | -9.9273 |
#aa97af color RGB value is (170,151,175).
#aa97af hex color red value is 170, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa97af hue: 0.80 , saturation: 0.13 and the lightness value of aa97af is 0.64.
The process color (four color CMYK) of #aa97af color hex is 0.03, 0.14, 0.00, 0.31. Web safe color of #aa97af is #999999. Color #aa97af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010111 | 10101111 |
Octal | 252 | 227 | 257 |
Decimal | 170 | 151 | 175 |
Hex | AA | 97 | AF |
Shades of #aa97af
Tints of #aa97af
RGB Percentages of Color #aa97af
CMYK Percentages of Color #aa97af
Complementary Color
#aa97af | #9caf97 |
#aa97af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa97af Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa97af Color CSS Codes
.mybgcolor {background-color:#aa97af; } .myforecolor {color:#aa97af; } .mybordercolor {border:3px solid #aa97af; }
#aa97af Text Font Color
<p style="color:#aa97af">Text here</p>
This sample text font color is #aa97af
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.
#aa97af Background Color
<div style="background-color:#aa97af">
Div content here</div>
This div background color is #aa97af
#aa97af Border Color
<div style="border:3px solid #aa97af">
Div here</div>
This div border color is #aa97af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,151,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa97af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa97af; -webkit-box-shadow: 1px 1px 3px 2px #aa97af; box-shadow: 1px 1px 3px 2px #aa97af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,151,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa97af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa97af; -webkit-box-shadow: 1px 1px 3px 2px #aa97af; box-shadow: 1px 1px 3px 2px #aa97af;">
Div content here</div>
This div box has shadow with color #aa97af
Comments
No comments written yet.
Please login to write comment.