Color spaces of #aa0aab
RGB | 170 | 10 | 171 |
---|---|---|---|
HSL | 0.83 | 0.89 | 0.35 |
HSV | 300° | 94° | 67° |
CMYK | 0.01 | 0.94 | 0.00 0.33 |
XYZ | 24.0368 | 11.7034 | 39.5202 |
Yxy | 11.7034 | 0.3194 | 0.1555 |
Hunter Lab | 34.2102 | 65.5498 | -44.5456 |
CIE-Lab | 40.7408 | 71.6186 | -44.8357 |
#aa0aab color RGB value is (170,10,171).
#aa0aab hex color red value is 170, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa0aab hue: 0.83 , saturation: 0.89 and the lightness value of aa0aab is 0.35.
The process color (four color CMYK) of #aa0aab color hex is 0.01, 0.94, 0.00, 0.33. Web safe color of #aa0aab is #990099. Color #aa0aab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00001010 | 10101011 |
Octal | 252 | 12 | 253 |
Decimal | 170 | 10 | 171 |
Hex | AA | A | AB |
Shades of #aa0aab
Tints of #aa0aab
RGB Percentages of Color #aa0aab
CMYK Percentages of Color #aa0aab
Complementary Color
#aa0aab | #0bab0a |
#aa0aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa0aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa0aab Color CSS Codes
.mybgcolor {background-color:#aa0aab; } .myforecolor {color:#aa0aab; } .mybordercolor {border:3px solid #aa0aab; }
#aa0aab Text Font Color
<p style="color:#aa0aab">Text here</p>
This sample text font color is #aa0aab
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.
#aa0aab Background Color
<div style="background-color:#aa0aab">
Div content here</div>
This div background color is #aa0aab
#aa0aab Border Color
<div style="border:3px solid #aa0aab">
Div here</div>
This div border color is #aa0aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,10,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa0aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa0aab; -webkit-box-shadow: 1px 1px 3px 2px #aa0aab; box-shadow: 1px 1px 3px 2px #aa0aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,10,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 #aa0aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa0aab; -webkit-box-shadow: 1px 1px 3px 2px #aa0aab; box-shadow: 1px 1px 3px 2px #aa0aab;">
Div content here</div>
This div box has shadow with color #aa0aab
Comments
No comments written yet.
Please login to write comment.