Color spaces of #a041ad
RGB | 160 | 65 | 173 |
---|---|---|---|
HSL | 0.81 | 0.45 | 0.47 |
HSV | 293° | 62° | 68° |
CMYK | 0.08 | 0.62 | 0.00 0.32 |
XYZ | 23.9303 | 14.2713 | 41.0285 |
Yxy | 14.2713 | 0.3020 | 0.1801 |
Hunter Lab | 37.7774 | 46.9615 | -37.9483 |
CIE-Lab | 44.6195 | 54.4322 | -39.9406 |
#a041ad color RGB value is (160,65,173).
#a041ad hex color red value is 160, green value is 65 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a041ad hue: 0.81 , saturation: 0.45 and the lightness value of a041ad is 0.47.
The process color (four color CMYK) of #a041ad color hex is 0.08, 0.62, 0.00, 0.32. Web safe color of #a041ad is #993399. Color #a041ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01000001 | 10101101 |
Octal | 240 | 101 | 255 |
Decimal | 160 | 65 | 173 |
Hex | A0 | 41 | AD |
Shades of #a041ad
Tints of #a041ad
RGB Percentages of Color #a041ad
CMYK Percentages of Color #a041ad
Complementary Color
#a041ad | #4ead41 |
#a041ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a041ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a041ad Color CSS Codes
.mybgcolor {background-color:#a041ad; } .myforecolor {color:#a041ad; } .mybordercolor {border:3px solid #a041ad; }
#a041ad Text Font Color
<p style="color:#a041ad">Text here</p>
This sample text font color is #a041ad
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.
#a041ad Background Color
<div style="background-color:#a041ad">
Div content here</div>
This div background color is #a041ad
#a041ad Border Color
<div style="border:3px solid #a041ad">
Div here</div>
This div border color is #a041ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,65,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a041ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a041ad; -webkit-box-shadow: 1px 1px 3px 2px #a041ad; box-shadow: 1px 1px 3px 2px #a041ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,65,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 #a041ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a041ad; -webkit-box-shadow: 1px 1px 3px 2px #a041ad; box-shadow: 1px 1px 3px 2px #a041ad;">
Div content here</div>
This div box has shadow with color #a041ad
Comments
No comments written yet.
Please login to write comment.