Color spaces of #a566ae
RGB | 165 | 102 | 174 |
---|---|---|---|
HSL | 0.81 | 0.31 | 0.54 |
HSV | 293° | 41° | 68° |
CMYK | 0.05 | 0.41 | 0.00 0.32 |
XYZ | 27.9084 | 20.5581 | 42.5416 |
Yxy | 20.5581 | 0.3067 | 0.2259 |
Hunter Lab | 45.3410 | 30.5238 | -23.8906 |
CIE-Lab | 52.4624 | 37.2328 | -28.1727 |
#a566ae color RGB value is (165,102,174).
#a566ae hex color red value is 165, green value is 102 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a566ae hue: 0.81 , saturation: 0.31 and the lightness value of a566ae is 0.54.
The process color (four color CMYK) of #a566ae color hex is 0.05, 0.41, 0.00, 0.32. Web safe color of #a566ae is #996699. Color #a566ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01100110 | 10101110 |
Octal | 245 | 146 | 256 |
Decimal | 165 | 102 | 174 |
Hex | A5 | 66 | AE |
Shades of #a566ae
Tints of #a566ae
RGB Percentages of Color #a566ae
CMYK Percentages of Color #a566ae
Complementary Color
#a566ae | #6fae66 |
#a566ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a566ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a566ae Color CSS Codes
.mybgcolor {background-color:#a566ae; } .myforecolor {color:#a566ae; } .mybordercolor {border:3px solid #a566ae; }
#a566ae Text Font Color
<p style="color:#a566ae">Text here</p>
This sample text font color is #a566ae
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.
#a566ae Background Color
<div style="background-color:#a566ae">
Div content here</div>
This div background color is #a566ae
#a566ae Border Color
<div style="border:3px solid #a566ae">
Div here</div>
This div border color is #a566ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,102,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a566ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a566ae; -webkit-box-shadow: 1px 1px 3px 2px #a566ae; box-shadow: 1px 1px 3px 2px #a566ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,102,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 #a566ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a566ae; -webkit-box-shadow: 1px 1px 3px 2px #a566ae; box-shadow: 1px 1px 3px 2px #a566ae;">
Div content here</div>
This div box has shadow with color #a566ae
Comments
No comments written yet.
Please login to write comment.