Color spaces of #a01faa
RGB | 160 | 31 | 170 |
---|---|---|---|
HSL | 0.82 | 0.69 | 0.39 |
HSV | 296° | 82° | 67° |
CMYK | 0.06 | 0.82 | 0.00 0.33 |
XYZ | 22.2429 | 11.3558 | 39.0498 |
Yxy | 11.3558 | 0.3062 | 0.1563 |
Hunter Lab | 33.6984 | 58.8483 | -45.1166 |
CIE-Lab | 40.1734 | 65.9941 | -45.2457 |
#a01faa color RGB value is (160,31,170).
#a01faa hex color red value is 160, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a01faa hue: 0.82 , saturation: 0.69 and the lightness value of a01faa is 0.39.
The process color (four color CMYK) of #a01faa color hex is 0.06, 0.82, 0.00, 0.33. Web safe color of #a01faa is #993399. Color #a01faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00011111 | 10101010 |
Octal | 240 | 37 | 252 |
Decimal | 160 | 31 | 170 |
Hex | A0 | 1F | AA |
Shades of #a01faa
Tints of #a01faa
RGB Percentages of Color #a01faa
CMYK Percentages of Color #a01faa
Complementary Color
#a01faa | #29aa1f |
#a01faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a01faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a01faa Color CSS Codes
.mybgcolor {background-color:#a01faa; } .myforecolor {color:#a01faa; } .mybordercolor {border:3px solid #a01faa; }
#a01faa Text Font Color
<p style="color:#a01faa">Text here</p>
This sample text font color is #a01faa
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.
#a01faa Background Color
<div style="background-color:#a01faa">
Div content here</div>
This div background color is #a01faa
#a01faa Border Color
<div style="border:3px solid #a01faa">
Div here</div>
This div border color is #a01faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,31,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a01faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a01faa; -webkit-box-shadow: 1px 1px 3px 2px #a01faa; box-shadow: 1px 1px 3px 2px #a01faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,31,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a01faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a01faa; -webkit-box-shadow: 1px 1px 3px 2px #a01faa; box-shadow: 1px 1px 3px 2px #a01faa;">
Div content here</div>
This div box has shadow with color #a01faa
Comments
No comments written yet.
Please login to write comment.