Color spaces of #a192af
RGB | 161 | 146 | 175 |
---|---|---|---|
HSL | 0.75 | 0.15 | 0.63 |
HSV | 271° | 17° | 69° |
CMYK | 0.08 | 0.17 | 0.00 0.31 |
XYZ | 32.7147 | 31.2300 | 44.8612 |
Yxy | 31.2300 | 0.3007 | 0.2870 |
Hunter Lab | 55.8838 | 6.6983 | -8.4769 |
CIE-Lab | 62.7013 | 11.1762 | -13.1300 |
#a192af color RGB value is (161,146,175).
#a192af hex color red value is 161, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a192af hue: 0.75 , saturation: 0.15 and the lightness value of a192af is 0.63.
The process color (four color CMYK) of #a192af color hex is 0.08, 0.17, 0.00, 0.31. Web safe color of #a192af is #999999. Color #a192af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10010010 | 10101111 |
Octal | 241 | 222 | 257 |
Decimal | 161 | 146 | 175 |
Hex | A1 | 92 | AF |
Shades of #a192af
Tints of #a192af
RGB Percentages of Color #a192af
CMYK Percentages of Color #a192af
Complementary Color
#a192af | #a0af92 |
#a192af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a192af Color Preview on White Background
Lorem ipsum dolor sit amet.
#a192af Color CSS Codes
.mybgcolor {background-color:#a192af; } .myforecolor {color:#a192af; } .mybordercolor {border:3px solid #a192af; }
#a192af Text Font Color
<p style="color:#a192af">Text here</p>
This sample text font color is #a192af
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.
#a192af Background Color
<div style="background-color:#a192af">
Div content here</div>
This div background color is #a192af
#a192af Border Color
<div style="border:3px solid #a192af">
Div here</div>
This div border color is #a192af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,146,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a192af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a192af; -webkit-box-shadow: 1px 1px 3px 2px #a192af; box-shadow: 1px 1px 3px 2px #a192af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,146,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a192af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a192af; -webkit-box-shadow: 1px 1px 3px 2px #a192af; box-shadow: 1px 1px 3px 2px #a192af;">
Div content here</div>
This div box has shadow with color #a192af
Comments
No comments written yet.
Please login to write comment.