Color spaces of #a16ffe
RGB | 161 | 111 | 254 |
---|---|---|---|
HSL | 0.72 | 0.99 | 0.72 |
HSV | 261° | 56° | 100° |
CMYK | 0.37 | 0.56 | 0.00 0.00 |
XYZ | 38.2718 | 26.1017 | 96.7869 |
Yxy | 26.1017 | 0.2375 | 0.1620 |
Hunter Lab | 51.0898 | 44.3086 | -76.5588 |
CIE-Lab | 58.1335 | 49.6778 | -64.4850 |
#a16ffe color RGB value is (161,111,254).
#a16ffe hex color red value is 161, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a16ffe hue: 0.72 , saturation: 0.99 and the lightness value of a16ffe is 0.72.
The process color (four color CMYK) of #a16ffe color hex is 0.37, 0.56, 0.00, 0.00. Web safe color of #a16ffe is #9966ff. Color #a16ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01101111 | 11111110 |
Octal | 241 | 157 | 376 |
Decimal | 161 | 111 | 254 |
Hex | A1 | 6F | FE |
Shades of #a16ffe
Tints of #a16ffe
RGB Percentages of Color #a16ffe
CMYK Percentages of Color #a16ffe
Complementary Color
#a16ffe | #ccfe6f |
#a16ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a16ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a16ffe Color CSS Codes
.mybgcolor {background-color:#a16ffe; } .myforecolor {color:#a16ffe; } .mybordercolor {border:3px solid #a16ffe; }
#a16ffe Text Font Color
<p style="color:#a16ffe">Text here</p>
This sample text font color is #a16ffe
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.
#a16ffe Background Color
<div style="background-color:#a16ffe">
Div content here</div>
This div background color is #a16ffe
#a16ffe Border Color
<div style="border:3px solid #a16ffe">
Div here</div>
This div border color is #a16ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,111,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a16ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a16ffe; -webkit-box-shadow: 1px 1px 3px 2px #a16ffe; box-shadow: 1px 1px 3px 2px #a16ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,111,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a16ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a16ffe; -webkit-box-shadow: 1px 1px 3px 2px #a16ffe; box-shadow: 1px 1px 3px 2px #a16ffe;">
Div content here</div>
This div box has shadow with color #a16ffe
Comments
No comments written yet.
Please login to write comment.