Color spaces of #a16bcd
RGB | 161 | 107 | 205 |
---|---|---|---|
HSL | 0.76 | 0.49 | 0.61 |
HSV | 273° | 48° | 80° |
CMYK | 0.21 | 0.48 | 0.00 0.20 |
XYZ | 30.9751 | 22.5002 | 60.4680 |
Yxy | 22.5002 | 0.2718 | 0.1975 |
Hunter Lab | 47.4344 | 33.5520 | -42.3772 |
CIE-Lab | 54.5538 | 39.9706 | -42.7493 |
#a16bcd color RGB value is (161,107,205).
#a16bcd hex color red value is 161, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a16bcd hue: 0.76 , saturation: 0.49 and the lightness value of a16bcd is 0.61.
The process color (four color CMYK) of #a16bcd color hex is 0.21, 0.48, 0.00, 0.20. Web safe color of #a16bcd is #9966cc. Color #a16bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01101011 | 11001101 |
Octal | 241 | 153 | 315 |
Decimal | 161 | 107 | 205 |
Hex | A1 | 6B | CD |
Shades of #a16bcd
Tints of #a16bcd
RGB Percentages of Color #a16bcd
CMYK Percentages of Color #a16bcd
Complementary Color
#a16bcd | #97cd6b |
#a16bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a16bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a16bcd Color CSS Codes
.mybgcolor {background-color:#a16bcd; } .myforecolor {color:#a16bcd; } .mybordercolor {border:3px solid #a16bcd; }
#a16bcd Text Font Color
<p style="color:#a16bcd">Text here</p>
This sample text font color is #a16bcd
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.
#a16bcd Background Color
<div style="background-color:#a16bcd">
Div content here</div>
This div background color is #a16bcd
#a16bcd Border Color
<div style="border:3px solid #a16bcd">
Div here</div>
This div border color is #a16bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,107,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a16bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a16bcd; -webkit-box-shadow: 1px 1px 3px 2px #a16bcd; box-shadow: 1px 1px 3px 2px #a16bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,107,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a16bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a16bcd; -webkit-box-shadow: 1px 1px 3px 2px #a16bcd; box-shadow: 1px 1px 3px 2px #a16bcd;">
Div content here</div>
This div box has shadow with color #a16bcd
Comments
No comments written yet.
Please login to write comment.