Color spaces of #a193bf
RGB | 161 | 147 | 191 |
---|---|---|---|
HSL | 0.72 | 0.26 | 0.66 |
HSV | 259° | 23° | 75° |
CMYK | 0.16 | 0.23 | 0.00 0.25 |
XYZ | 34.5356 | 32.2061 | 53.6864 |
Yxy | 32.2061 | 0.2868 | 0.2674 |
Hunter Lab | 56.7504 | 9.3134 | -16.3636 |
CIE-Lab | 63.5129 | 14.0623 | -20.9116 |
#a193bf color RGB value is (161,147,191).
#a193bf hex color red value is 161, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a193bf hue: 0.72 , saturation: 0.26 and the lightness value of a193bf is 0.66.
The process color (four color CMYK) of #a193bf color hex is 0.16, 0.23, 0.00, 0.25. Web safe color of #a193bf is #9999cc. Color #a193bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10010011 | 10111111 |
Octal | 241 | 223 | 277 |
Decimal | 161 | 147 | 191 |
Hex | A1 | 93 | BF |
Shades of #a193bf
Tints of #a193bf
RGB Percentages of Color #a193bf
CMYK Percentages of Color #a193bf
Complementary Color
#a193bf | #b1bf93 |
#a193bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a193bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a193bf Color CSS Codes
.mybgcolor {background-color:#a193bf; } .myforecolor {color:#a193bf; } .mybordercolor {border:3px solid #a193bf; }
#a193bf Text Font Color
<p style="color:#a193bf">Text here</p>
This sample text font color is #a193bf
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.
#a193bf Background Color
<div style="background-color:#a193bf">
Div content here</div>
This div background color is #a193bf
#a193bf Border Color
<div style="border:3px solid #a193bf">
Div here</div>
This div border color is #a193bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,147,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a193bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a193bf; -webkit-box-shadow: 1px 1px 3px 2px #a193bf; box-shadow: 1px 1px 3px 2px #a193bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,147,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a193bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a193bf; -webkit-box-shadow: 1px 1px 3px 2px #a193bf; box-shadow: 1px 1px 3px 2px #a193bf;">
Div content here</div>
This div box has shadow with color #a193bf
Comments
No comments written yet.
Please login to write comment.