Color spaces of #a09aff
RGB | 160 | 154 | 255 |
---|---|---|---|
HSL | 0.68 | 1.00 | 0.80 |
HSV | 244° | 40° | 100° |
CMYK | 0.37 | 0.40 | 0.00 0.00 |
XYZ | 44.1028 | 37.8048 | 99.5803 |
Yxy | 37.8048 | 0.2430 | 0.2083 |
Hunter Lab | 61.4856 | 20.4358 | -52.9844 |
CIE-Lab | 67.8765 | 25.5539 | -49.5191 |
#a09aff color RGB value is (160,154,255).
#a09aff hex color red value is 160, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a09aff hue: 0.68 , saturation: 1.00 and the lightness value of a09aff is 0.80.
The process color (four color CMYK) of #a09aff color hex is 0.37, 0.40, 0.00, 0.00. Web safe color of #a09aff is #9999ff. Color #a09aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10011010 | 11111111 |
Octal | 240 | 232 | 377 |
Decimal | 160 | 154 | 255 |
Hex | A0 | 9A | FF |
Shades of #a09aff
Tints of #a09aff
RGB Percentages of Color #a09aff
CMYK Percentages of Color #a09aff
Complementary Color
#a09aff | #f9ff9a |
#a09aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a09aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a09aff Color CSS Codes
.mybgcolor {background-color:#a09aff; } .myforecolor {color:#a09aff; } .mybordercolor {border:3px solid #a09aff; }
#a09aff Text Font Color
<p style="color:#a09aff">Text here</p>
This sample text font color is #a09aff
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.
#a09aff Background Color
<div style="background-color:#a09aff">
Div content here</div>
This div background color is #a09aff
#a09aff Border Color
<div style="border:3px solid #a09aff">
Div here</div>
This div border color is #a09aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,154,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a09aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a09aff; -webkit-box-shadow: 1px 1px 3px 2px #a09aff; box-shadow: 1px 1px 3px 2px #a09aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,154,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 #a09aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a09aff; -webkit-box-shadow: 1px 1px 3px 2px #a09aff; box-shadow: 1px 1px 3px 2px #a09aff;">
Div content here</div>
This div box has shadow with color #a09aff
Comments
No comments written yet.
Please login to write comment.