Color spaces of #a776ae
RGB | 167 | 118 | 174 |
---|---|---|---|
HSL | 0.81 | 0.26 | 0.57 |
HSV | 293° | 32° | 68° |
CMYK | 0.04 | 0.32 | 0.00 0.32 |
XYZ | 30.0548 | 24.2283 | 43.1369 |
Yxy | 24.2283 | 0.3085 | 0.2487 |
Hunter Lab | 49.2223 | 22.8520 | -17.5044 |
CIE-Lab | 56.3157 | 28.9342 | -22.2081 |
#a776ae color RGB value is (167,118,174).
#a776ae hex color red value is 167, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a776ae hue: 0.81 , saturation: 0.26 and the lightness value of a776ae is 0.57.
The process color (four color CMYK) of #a776ae color hex is 0.04, 0.32, 0.00, 0.32. Web safe color of #a776ae is #996699. Color #a776ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01110110 | 10101110 |
Octal | 247 | 166 | 256 |
Decimal | 167 | 118 | 174 |
Hex | A7 | 76 | AE |
Shades of #a776ae
Tints of #a776ae
RGB Percentages of Color #a776ae
CMYK Percentages of Color #a776ae
Complementary Color
#a776ae | #7dae76 |
#a776ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a776ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a776ae Color CSS Codes
.mybgcolor {background-color:#a776ae; } .myforecolor {color:#a776ae; } .mybordercolor {border:3px solid #a776ae; }
#a776ae Text Font Color
<p style="color:#a776ae">Text here</p>
This sample text font color is #a776ae
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.
#a776ae Background Color
<div style="background-color:#a776ae">
Div content here</div>
This div background color is #a776ae
#a776ae Border Color
<div style="border:3px solid #a776ae">
Div here</div>
This div border color is #a776ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,118,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a776ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a776ae; -webkit-box-shadow: 1px 1px 3px 2px #a776ae; box-shadow: 1px 1px 3px 2px #a776ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,118,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a776ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a776ae; -webkit-box-shadow: 1px 1px 3px 2px #a776ae; box-shadow: 1px 1px 3px 2px #a776ae;">
Div content here</div>
This div box has shadow with color #a776ae
Comments
No comments written yet.
Please login to write comment.