Color spaces of #a944ff
RGB | 169 | 68 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.63 |
HSV | 272° | 73° | 100° |
CMYK | 0.34 | 0.73 | 0.00 0.00 |
XYZ | 36.4793 | 19.7893 | 96.5048 |
Yxy | 19.7893 | 0.2388 | 0.1295 |
Hunter Lab | 44.4852 | 68.5268 | -97.4824 |
CIE-Lab | 51.5981 | 71.9906 | -75.5657 |
#a944ff color RGB value is (169,68,255).
#a944ff hex color red value is 169, green value is 68 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a944ff hue: 0.76 , saturation: 1.00 and the lightness value of a944ff is 0.63.
The process color (four color CMYK) of #a944ff color hex is 0.34, 0.73, 0.00, 0.00. Web safe color of #a944ff is #9933ff. Color #a944ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01000100 | 11111111 |
Octal | 251 | 104 | 377 |
Decimal | 169 | 68 | 255 |
Hex | A9 | 44 | FF |
Shades of #a944ff
Tints of #a944ff
RGB Percentages of Color #a944ff
CMYK Percentages of Color #a944ff
Complementary Color
#a944ff | #9aff44 |
#a944ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a944ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a944ff Color CSS Codes
.mybgcolor {background-color:#a944ff; } .myforecolor {color:#a944ff; } .mybordercolor {border:3px solid #a944ff; }
#a944ff Text Font Color
<p style="color:#a944ff">Text here</p>
This sample text font color is #a944ff
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.
#a944ff Background Color
<div style="background-color:#a944ff">
Div content here</div>
This div background color is #a944ff
#a944ff Border Color
<div style="border:3px solid #a944ff">
Div here</div>
This div border color is #a944ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,68,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a944ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a944ff; -webkit-box-shadow: 1px 1px 3px 2px #a944ff; box-shadow: 1px 1px 3px 2px #a944ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,68,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a944ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a944ff; -webkit-box-shadow: 1px 1px 3px 2px #a944ff; box-shadow: 1px 1px 3px 2px #a944ff;">
Div content here</div>
This div box has shadow with color #a944ff
#a944ff Color Palettes
Comments
No comments written yet.
Please login to write comment.