Color spaces of #a168ee
RGB | 161 | 104 | 238 |
---|---|---|---|
HSL | 0.74 | 0.80 | 0.67 |
HSV | 266° | 56° | 93° |
CMYK | 0.32 | 0.56 | 0.00 0.07 |
XYZ | 35.0809 | 23.6507 | 83.6050 |
Yxy | 23.6507 | 0.2465 | 0.1662 |
Hunter Lab | 48.6320 | 43.6558 | -67.8852 |
CIE-Lab | 55.7364 | 49.4498 | -59.4584 |
#a168ee color RGB value is (161,104,238).
#a168ee hex color red value is 161, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a168ee hue: 0.74 , saturation: 0.80 and the lightness value of a168ee is 0.67.
The process color (four color CMYK) of #a168ee color hex is 0.32, 0.56, 0.00, 0.07. Web safe color of #a168ee is #9966ff. Color #a168ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01101000 | 11101110 |
Octal | 241 | 150 | 356 |
Decimal | 161 | 104 | 238 |
Hex | A1 | 68 | EE |
Shades of #a168ee
Tints of #a168ee
RGB Percentages of Color #a168ee
CMYK Percentages of Color #a168ee
Complementary Color
#a168ee | #b5ee68 |
#a168ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a168ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#a168ee Color CSS Codes
.mybgcolor {background-color:#a168ee; } .myforecolor {color:#a168ee; } .mybordercolor {border:3px solid #a168ee; }
#a168ee Text Font Color
<p style="color:#a168ee">Text here</p>
This sample text font color is #a168ee
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.
#a168ee Background Color
<div style="background-color:#a168ee">
Div content here</div>
This div background color is #a168ee
#a168ee Border Color
<div style="border:3px solid #a168ee">
Div here</div>
This div border color is #a168ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,104,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a168ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a168ee; -webkit-box-shadow: 1px 1px 3px 2px #a168ee; box-shadow: 1px 1px 3px 2px #a168ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,104,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a168ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a168ee; -webkit-box-shadow: 1px 1px 3px 2px #a168ee; box-shadow: 1px 1px 3px 2px #a168ee;">
Div content here</div>
This div box has shadow with color #a168ee
Comments
No comments written yet.
Please login to write comment.