Color spaces of #a16fbf
RGB | 161 | 111 | 191 |
---|---|---|---|
HSL | 0.77 | 0.38 | 0.59 |
HSV | 278° | 42° | 75° |
CMYK | 0.16 | 0.42 | 0.00 0.25 |
XYZ | 29.7864 | 22.7075 | 52.1033 |
Yxy | 22.7075 | 0.2848 | 0.2171 |
Hunter Lab | 47.6524 | 28.1845 | -31.4712 |
CIE-Lab | 54.7698 | 34.5805 | -34.4174 |
#a16fbf color RGB value is (161,111,191).
#a16fbf hex color red value is 161, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a16fbf hue: 0.77 , saturation: 0.38 and the lightness value of a16fbf is 0.59.
The process color (four color CMYK) of #a16fbf color hex is 0.16, 0.42, 0.00, 0.25. Web safe color of #a16fbf is #9966cc. Color #a16fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01101111 | 10111111 |
Octal | 241 | 157 | 277 |
Decimal | 161 | 111 | 191 |
Hex | A1 | 6F | BF |
Shades of #a16fbf
Tints of #a16fbf
RGB Percentages of Color #a16fbf
CMYK Percentages of Color #a16fbf
Complementary Color
#a16fbf | #8dbf6f |
#a16fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a16fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a16fbf Color CSS Codes
.mybgcolor {background-color:#a16fbf; } .myforecolor {color:#a16fbf; } .mybordercolor {border:3px solid #a16fbf; }
#a16fbf Text Font Color
<p style="color:#a16fbf">Text here</p>
This sample text font color is #a16fbf
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.
#a16fbf Background Color
<div style="background-color:#a16fbf">
Div content here</div>
This div background color is #a16fbf
#a16fbf Border Color
<div style="border:3px solid #a16fbf">
Div here</div>
This div border color is #a16fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,111,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a16fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a16fbf; -webkit-box-shadow: 1px 1px 3px 2px #a16fbf; box-shadow: 1px 1px 3px 2px #a16fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,111,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a16fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a16fbf; -webkit-box-shadow: 1px 1px 3px 2px #a16fbf; box-shadow: 1px 1px 3px 2px #a16fbf;">
Div content here</div>
This div box has shadow with color #a16fbf
Comments
No comments written yet.
Please login to write comment.