Color spaces of #a188ff
RGB | 161 | 136 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.77 |
HSV | 253° | 47° | 100° |
CMYK | 0.37 | 0.47 | 0.00 0.00 |
XYZ | 41.5521 | 32.4054 | 98.6726 |
Yxy | 32.4054 | 0.2407 | 0.1877 |
Hunter Lab | 56.9257 | 30.6734 | -62.9227 |
CIE-Lab | 63.6765 | 36.0460 | -56.1688 |
#a188ff color RGB value is (161,136,255).
#a188ff hex color red value is 161, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a188ff hue: 0.70 , saturation: 1.00 and the lightness value of a188ff is 0.77.
The process color (four color CMYK) of #a188ff color hex is 0.37, 0.47, 0.00, 0.00. Web safe color of #a188ff is #9999ff. Color #a188ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001000 | 11111111 |
Octal | 241 | 210 | 377 |
Decimal | 161 | 136 | 255 |
Hex | A1 | 88 | FF |
Shades of #a188ff
Tints of #a188ff
RGB Percentages of Color #a188ff
CMYK Percentages of Color #a188ff
Complementary Color
#a188ff | #e6ff88 |
#a188ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a188ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a188ff Color CSS Codes
.mybgcolor {background-color:#a188ff; } .myforecolor {color:#a188ff; } .mybordercolor {border:3px solid #a188ff; }
#a188ff Text Font Color
<p style="color:#a188ff">Text here</p>
This sample text font color is #a188ff
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.
#a188ff Background Color
<div style="background-color:#a188ff">
Div content here</div>
This div background color is #a188ff
#a188ff Border Color
<div style="border:3px solid #a188ff">
Div here</div>
This div border color is #a188ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,136,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a188ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a188ff; -webkit-box-shadow: 1px 1px 3px 2px #a188ff; box-shadow: 1px 1px 3px 2px #a188ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,136,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a188ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a188ff; -webkit-box-shadow: 1px 1px 3px 2px #a188ff; box-shadow: 1px 1px 3px 2px #a188ff;">
Div content here</div>
This div box has shadow with color #a188ff
Comments
No comments written yet.
Please login to write comment.