Color spaces of #a119a2
RGB | 161 | 25 | 162 |
---|---|---|---|
HSL | 0.83 | 0.73 | 0.37 |
HSV | 300° | 85° | 64° |
CMYK | 0.01 | 0.85 | 0.00 0.36 |
XYZ | 21.5672 | 10.8810 | 35.1459 |
Yxy | 10.8810 | 0.3191 | 0.1610 |
Hunter Lab | 32.9864 | 58.9811 | -40.0811 |
CIE-Lab | 39.3793 | 66.2646 | -41.7123 |
#a119a2 color RGB value is (161,25,162).
#a119a2 hex color red value is 161, green value is 25 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #a119a2 hue: 0.83 , saturation: 0.73 and the lightness value of a119a2 is 0.37.
The process color (four color CMYK) of #a119a2 color hex is 0.01, 0.85, 0.00, 0.36. Web safe color of #a119a2 is #990099. Color #a119a2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00011001 | 10100010 |
Octal | 241 | 31 | 242 |
Decimal | 161 | 25 | 162 |
Hex | A1 | 19 | A2 |
Shades of #a119a2
Tints of #a119a2
RGB Percentages of Color #a119a2
CMYK Percentages of Color #a119a2
Complementary Color
#a119a2 | #1aa219 |
#a119a2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a119a2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a119a2 Color CSS Codes
.mybgcolor {background-color:#a119a2; } .myforecolor {color:#a119a2; } .mybordercolor {border:3px solid #a119a2; }
#a119a2 Text Font Color
<p style="color:#a119a2">Text here</p>
This sample text font color is #a119a2
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.
#a119a2 Background Color
<div style="background-color:#a119a2">
Div content here</div>
This div background color is #a119a2
#a119a2 Border Color
<div style="border:3px solid #a119a2">
Div here</div>
This div border color is #a119a2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,25,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a119a2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a119a2; -webkit-box-shadow: 1px 1px 3px 2px #a119a2; box-shadow: 1px 1px 3px 2px #a119a2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,25,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a119a2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a119a2; -webkit-box-shadow: 1px 1px 3px 2px #a119a2; box-shadow: 1px 1px 3px 2px #a119a2;">
Div content here</div>
This div box has shadow with color #a119a2
Comments
No comments written yet.
Please login to write comment.