Color spaces of #aa6daf
RGB | 170 | 109 | 175 |
---|---|---|---|
HSL | 0.82 | 0.29 | 0.56 |
HSV | 295° | 38° | 69° |
CMYK | 0.03 | 0.38 | 0.00 0.31 |
XYZ | 29.7841 | 22.5785 | 43.3457 |
Yxy | 22.5785 | 0.3112 | 0.2359 |
Hunter Lab | 47.5168 | 28.7314 | -20.8236 |
CIE-Lab | 54.6355 | 35.1505 | -25.3415 |
#aa6daf color RGB value is (170,109,175).
#aa6daf hex color red value is 170, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa6daf hue: 0.82 , saturation: 0.29 and the lightness value of aa6daf is 0.56.
The process color (four color CMYK) of #aa6daf color hex is 0.03, 0.38, 0.00, 0.31. Web safe color of #aa6daf is #996699. Color #aa6daf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01101101 | 10101111 |
Octal | 252 | 155 | 257 |
Decimal | 170 | 109 | 175 |
Hex | AA | 6D | AF |
Shades of #aa6daf
Tints of #aa6daf
RGB Percentages of Color #aa6daf
CMYK Percentages of Color #aa6daf
Complementary Color
#aa6daf | #72af6d |
#aa6daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa6daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa6daf Color CSS Codes
.mybgcolor {background-color:#aa6daf; } .myforecolor {color:#aa6daf; } .mybordercolor {border:3px solid #aa6daf; }
#aa6daf Text Font Color
<p style="color:#aa6daf">Text here</p>
This sample text font color is #aa6daf
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.
#aa6daf Background Color
<div style="background-color:#aa6daf">
Div content here</div>
This div background color is #aa6daf
#aa6daf Border Color
<div style="border:3px solid #aa6daf">
Div here</div>
This div border color is #aa6daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,109,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa6daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa6daf; -webkit-box-shadow: 1px 1px 3px 2px #aa6daf; box-shadow: 1px 1px 3px 2px #aa6daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,109,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 #aa6daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa6daf; -webkit-box-shadow: 1px 1px 3px 2px #aa6daf; box-shadow: 1px 1px 3px 2px #aa6daf;">
Div content here</div>
This div box has shadow with color #aa6daf
Comments
No comments written yet.
Please login to write comment.