Color spaces of #a917ff
RGB | 169 | 23 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.55 |
HSV | 278° | 91° | 100° |
CMYK | 0.34 | 0.91 | 0.00 0.00 |
XYZ | 34.7186 | 16.2678 | 95.9179 |
Yxy | 16.2678 | 0.2363 | 0.1107 |
Hunter Lab | 40.3334 | 83.0678 | -112.7659 |
CIE-Lab | 47.3239 | 84.4714 | -82.5449 |
#a917ff color RGB value is (169,23,255).
#a917ff hex color red value is 169, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a917ff hue: 0.77 , saturation: 1.00 and the lightness value of a917ff is 0.55.
The process color (four color CMYK) of #a917ff color hex is 0.34, 0.91, 0.00, 0.00. Web safe color of #a917ff is #9900ff. Color #a917ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00010111 | 11111111 |
Octal | 251 | 27 | 377 |
Decimal | 169 | 23 | 255 |
Hex | A9 | 17 | FF |
Shades of #a917ff
Tints of #a917ff
RGB Percentages of Color #a917ff
CMYK Percentages of Color #a917ff
Complementary Color
#a917ff | #6dff17 |
#a917ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a917ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a917ff Color CSS Codes
.mybgcolor {background-color:#a917ff; } .myforecolor {color:#a917ff; } .mybordercolor {border:3px solid #a917ff; }
#a917ff Text Font Color
<p style="color:#a917ff">Text here</p>
This sample text font color is #a917ff
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.
#a917ff Background Color
<div style="background-color:#a917ff">
Div content here</div>
This div background color is #a917ff
#a917ff Border Color
<div style="border:3px solid #a917ff">
Div here</div>
This div border color is #a917ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,23,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a917ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a917ff; -webkit-box-shadow: 1px 1px 3px 2px #a917ff; box-shadow: 1px 1px 3px 2px #a917ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,23,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 #a917ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a917ff; -webkit-box-shadow: 1px 1px 3px 2px #a917ff; box-shadow: 1px 1px 3px 2px #a917ff;">
Div content here</div>
This div box has shadow with color #a917ff
Comments
No comments written yet.
Please login to write comment.