Color spaces of #a69aaf
RGB | 166 | 154 | 175 |
---|---|---|---|
HSL | 0.76 | 0.12 | 0.65 |
HSV | 274° | 12° | 69° |
CMYK | 0.05 | 0.12 | 0.00 0.31 |
XYZ | 35.0193 | 34.3133 | 45.3349 |
Yxy | 34.3133 | 0.3054 | 0.2992 |
Hunter Lab | 58.5776 | 4.2016 | -4.8820 |
CIE-Lab | 65.2105 | 8.4029 | -9.3258 |
#a69aaf color RGB value is (166,154,175).
#a69aaf hex color red value is 166, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a69aaf hue: 0.76 , saturation: 0.12 and the lightness value of a69aaf is 0.65.
The process color (four color CMYK) of #a69aaf color hex is 0.05, 0.12, 0.00, 0.31. Web safe color of #a69aaf is #999999. Color #a69aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10011010 | 10101111 |
Octal | 246 | 232 | 257 |
Decimal | 166 | 154 | 175 |
Hex | A6 | 9A | AF |
Shades of #a69aaf
Tints of #a69aaf
RGB Percentages of Color #a69aaf
CMYK Percentages of Color #a69aaf
Complementary Color
#a69aaf | #a3af9a |
#a69aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a69aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a69aaf Color CSS Codes
.mybgcolor {background-color:#a69aaf; } .myforecolor {color:#a69aaf; } .mybordercolor {border:3px solid #a69aaf; }
#a69aaf Text Font Color
<p style="color:#a69aaf">Text here</p>
This sample text font color is #a69aaf
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.
#a69aaf Background Color
<div style="background-color:#a69aaf">
Div content here</div>
This div background color is #a69aaf
#a69aaf Border Color
<div style="border:3px solid #a69aaf">
Div here</div>
This div border color is #a69aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,154,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a69aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a69aaf; -webkit-box-shadow: 1px 1px 3px 2px #a69aaf; box-shadow: 1px 1px 3px 2px #a69aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,154,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 #a69aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a69aaf; -webkit-box-shadow: 1px 1px 3px 2px #a69aaf; box-shadow: 1px 1px 3px 2px #a69aaf;">
Div content here</div>
This div box has shadow with color #a69aaf
Comments
No comments written yet.
Please login to write comment.