Color spaces of #a19aeb
RGB | 161 | 154 | 235 |
---|---|---|---|
HSL | 0.68 | 0.67 | 0.76 |
HSV | 245° | 34° | 92° |
CMYK | 0.31 | 0.34 | 0.00 0.08 |
XYZ | 41.2489 | 36.6864 | 83.5044 |
Yxy | 36.6864 | 0.2555 | 0.2272 |
Hunter Lab | 60.5693 | 15.5658 | -39.3422 |
CIE-Lab | 67.0411 | 20.6184 | -39.8940 |
#a19aeb color RGB value is (161,154,235).
#a19aeb hex color red value is 161, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a19aeb hue: 0.68 , saturation: 0.67 and the lightness value of a19aeb is 0.76.
The process color (four color CMYK) of #a19aeb color hex is 0.31, 0.34, 0.00, 0.08. Web safe color of #a19aeb is #9999ff. Color #a19aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10011010 | 11101011 |
Octal | 241 | 232 | 353 |
Decimal | 161 | 154 | 235 |
Hex | A1 | 9A | EB |
Shades of #a19aeb
Tints of #a19aeb
RGB Percentages of Color #a19aeb
CMYK Percentages of Color #a19aeb
Complementary Color
#a19aeb | #e4eb9a |
#a19aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a19aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a19aeb Color CSS Codes
.mybgcolor {background-color:#a19aeb; } .myforecolor {color:#a19aeb; } .mybordercolor {border:3px solid #a19aeb; }
#a19aeb Text Font Color
<p style="color:#a19aeb">Text here</p>
This sample text font color is #a19aeb
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.
#a19aeb Background Color
<div style="background-color:#a19aeb">
Div content here</div>
This div background color is #a19aeb
#a19aeb Border Color
<div style="border:3px solid #a19aeb">
Div here</div>
This div border color is #a19aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,154,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a19aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a19aeb; -webkit-box-shadow: 1px 1px 3px 2px #a19aeb; box-shadow: 1px 1px 3px 2px #a19aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,154,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a19aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a19aeb; -webkit-box-shadow: 1px 1px 3px 2px #a19aeb; box-shadow: 1px 1px 3px 2px #a19aeb;">
Div content here</div>
This div box has shadow with color #a19aeb
Comments
No comments written yet.
Please login to write comment.