Color spaces of #a649ca
RGB | 166 | 73 | 202 |
---|---|---|---|
HSL | 0.79 | 0.55 | 0.54 |
HSV | 283° | 64° | 79° |
CMYK | 0.18 | 0.64 | 0.00 0.21 |
XYZ | 28.7691 | 17.1363 | 57.6685 |
Yxy | 17.1363 | 0.2778 | 0.1654 |
Hunter Lab | 41.3960 | 51.6096 | -53.6193 |
CIE-Lab | 48.4313 | 57.9901 | -50.7280 |
#a649ca color RGB value is (166,73,202).
#a649ca hex color red value is 166, green value is 73 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a649ca hue: 0.79 , saturation: 0.55 and the lightness value of a649ca is 0.54.
The process color (four color CMYK) of #a649ca color hex is 0.18, 0.64, 0.00, 0.21. Web safe color of #a649ca is #9933cc. Color #a649ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01001001 | 11001010 |
Octal | 246 | 111 | 312 |
Decimal | 166 | 73 | 202 |
Hex | A6 | 49 | CA |
Shades of #a649ca
Tints of #a649ca
RGB Percentages of Color #a649ca
CMYK Percentages of Color #a649ca
Complementary Color
#a649ca | #6dca49 |
#a649ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a649ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a649ca Color CSS Codes
.mybgcolor {background-color:#a649ca; } .myforecolor {color:#a649ca; } .mybordercolor {border:3px solid #a649ca; }
#a649ca Text Font Color
<p style="color:#a649ca">Text here</p>
This sample text font color is #a649ca
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.
#a649ca Background Color
<div style="background-color:#a649ca">
Div content here</div>
This div background color is #a649ca
#a649ca Border Color
<div style="border:3px solid #a649ca">
Div here</div>
This div border color is #a649ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,73,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a649ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a649ca; -webkit-box-shadow: 1px 1px 3px 2px #a649ca; box-shadow: 1px 1px 3px 2px #a649ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,73,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a649ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a649ca; -webkit-box-shadow: 1px 1px 3px 2px #a649ca; box-shadow: 1px 1px 3px 2px #a649ca;">
Div content here</div>
This div box has shadow with color #a649ca
Comments
No comments written yet.
Please login to write comment.