Color spaces of #a149dc
RGB | 161 | 73 | 220 |
---|---|---|---|
HSL | 0.77 | 0.68 | 0.57 |
HSV | 276° | 67° | 86° |
CMYK | 0.27 | 0.67 | 0.00 0.14 |
XYZ | 29.9988 | 17.5095 | 69.5087 |
Yxy | 17.5095 | 0.2564 | 0.1496 |
Hunter Lab | 41.8444 | 54.7415 | -69.1970 |
CIE-Lab | 48.8957 | 60.7051 | -60.3201 |
#a149dc color RGB value is (161,73,220).
#a149dc hex color red value is 161, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a149dc hue: 0.77 , saturation: 0.68 and the lightness value of a149dc is 0.57.
The process color (four color CMYK) of #a149dc color hex is 0.27, 0.67, 0.00, 0.14. Web safe color of #a149dc is #9933cc. Color #a149dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01001001 | 11011100 |
Octal | 241 | 111 | 334 |
Decimal | 161 | 73 | 220 |
Hex | A1 | 49 | DC |
Shades of #a149dc
Tints of #a149dc
RGB Percentages of Color #a149dc
CMYK Percentages of Color #a149dc
Complementary Color
#a149dc | #84dc49 |
#a149dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a149dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a149dc Color CSS Codes
.mybgcolor {background-color:#a149dc; } .myforecolor {color:#a149dc; } .mybordercolor {border:3px solid #a149dc; }
#a149dc Text Font Color
<p style="color:#a149dc">Text here</p>
This sample text font color is #a149dc
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.
#a149dc Background Color
<div style="background-color:#a149dc">
Div content here</div>
This div background color is #a149dc
#a149dc Border Color
<div style="border:3px solid #a149dc">
Div here</div>
This div border color is #a149dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,73,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a149dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a149dc; -webkit-box-shadow: 1px 1px 3px 2px #a149dc; box-shadow: 1px 1px 3px 2px #a149dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,73,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a149dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a149dc; -webkit-box-shadow: 1px 1px 3px 2px #a149dc; box-shadow: 1px 1px 3px 2px #a149dc;">
Div content here</div>
This div box has shadow with color #a149dc
Comments
No comments written yet.
Please login to write comment.