Color spaces of #a531ac
RGB | 165 | 49 | 172 |
---|---|---|---|
HSL | 0.82 | 0.56 | 0.43 |
HSV | 297° | 72° | 67° |
CMYK | 0.04 | 0.72 | 0.00 0.33 |
XYZ | 24.0618 | 13.1745 | 40.3045 |
Yxy | 13.1745 | 0.3103 | 0.1699 |
Hunter Lab | 36.2967 | 54.8120 | -40.4290 |
CIE-Lab | 43.0250 | 61.8824 | -41.8350 |
#a531ac color RGB value is (165,49,172).
#a531ac hex color red value is 165, green value is 49 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a531ac hue: 0.82 , saturation: 0.56 and the lightness value of a531ac is 0.43.
The process color (four color CMYK) of #a531ac color hex is 0.04, 0.72, 0.00, 0.33. Web safe color of #a531ac is #993399. Color #a531ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00110001 | 10101100 |
Octal | 245 | 61 | 254 |
Decimal | 165 | 49 | 172 |
Hex | A5 | 31 | AC |
Shades of #a531ac
Tints of #a531ac
RGB Percentages of Color #a531ac
CMYK Percentages of Color #a531ac
Complementary Color
#a531ac | #38ac31 |
#a531ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a531ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a531ac Color CSS Codes
.mybgcolor {background-color:#a531ac; } .myforecolor {color:#a531ac; } .mybordercolor {border:3px solid #a531ac; }
#a531ac Text Font Color
<p style="color:#a531ac">Text here</p>
This sample text font color is #a531ac
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.
#a531ac Background Color
<div style="background-color:#a531ac">
Div content here</div>
This div background color is #a531ac
#a531ac Border Color
<div style="border:3px solid #a531ac">
Div here</div>
This div border color is #a531ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,49,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a531ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a531ac; -webkit-box-shadow: 1px 1px 3px 2px #a531ac; box-shadow: 1px 1px 3px 2px #a531ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,49,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a531ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a531ac; -webkit-box-shadow: 1px 1px 3px 2px #a531ac; box-shadow: 1px 1px 3px 2px #a531ac;">
Div content here</div>
This div box has shadow with color #a531ac
Comments
No comments written yet.
Please login to write comment.