Color spaces of #a343ad
RGB | 163 | 67 | 173 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.47 |
HSV | 294° | 61° | 68° |
CMYK | 0.06 | 0.61 | 0.00 0.32 |
XYZ | 24.6542 | 14.8180 | 41.0959 |
Yxy | 14.8180 | 0.3060 | 0.1839 |
Hunter Lab | 38.4942 | 46.9584 | -36.3514 |
CIE-Lab | 45.3839 | 54.2895 | -38.7017 |
#a343ad color RGB value is (163,67,173).
#a343ad hex color red value is 163, green value is 67 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a343ad hue: 0.82 , saturation: 0.44 and the lightness value of a343ad is 0.47.
The process color (four color CMYK) of #a343ad color hex is 0.06, 0.61, 0.00, 0.32. Web safe color of #a343ad is #993399. Color #a343ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01000011 | 10101101 |
Octal | 243 | 103 | 255 |
Decimal | 163 | 67 | 173 |
Hex | A3 | 43 | AD |
Shades of #a343ad
Tints of #a343ad
RGB Percentages of Color #a343ad
CMYK Percentages of Color #a343ad
Complementary Color
#a343ad | #4dad43 |
#a343ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a343ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a343ad Color CSS Codes
.mybgcolor {background-color:#a343ad; } .myforecolor {color:#a343ad; } .mybordercolor {border:3px solid #a343ad; }
#a343ad Text Font Color
<p style="color:#a343ad">Text here</p>
This sample text font color is #a343ad
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.
#a343ad Background Color
<div style="background-color:#a343ad">
Div content here</div>
This div background color is #a343ad
#a343ad Border Color
<div style="border:3px solid #a343ad">
Div here</div>
This div border color is #a343ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,67,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a343ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a343ad; -webkit-box-shadow: 1px 1px 3px 2px #a343ad; box-shadow: 1px 1px 3px 2px #a343ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,67,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a343ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a343ad; -webkit-box-shadow: 1px 1px 3px 2px #a343ad; box-shadow: 1px 1px 3px 2px #a343ad;">
Div content here</div>
This div box has shadow with color #a343ad
Comments
No comments written yet.
Please login to write comment.