Color spaces of #a046a2
RGB | 160 | 70 | 162 |
---|---|---|---|
HSL | 0.83 | 0.40 | 0.45 |
HSV | 299° | 57° | 64° |
CMYK | 0.01 | 0.57 | 0.00 0.36 |
XYZ | 23.2090 | 14.4625 | 35.7507 |
Yxy | 14.4625 | 0.3161 | 0.1970 |
Hunter Lab | 38.0296 | 42.3846 | -29.1164 |
CIE-Lab | 44.8890 | 50.0659 | -32.9953 |
#a046a2 color RGB value is (160,70,162).
#a046a2 hex color red value is 160, green value is 70 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #a046a2 hue: 0.83 , saturation: 0.40 and the lightness value of a046a2 is 0.45.
The process color (four color CMYK) of #a046a2 color hex is 0.01, 0.57, 0.00, 0.36. Web safe color of #a046a2 is #993399. Color #a046a2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01000110 | 10100010 |
Octal | 240 | 106 | 242 |
Decimal | 160 | 70 | 162 |
Hex | A0 | 46 | A2 |
Shades of #a046a2
Tints of #a046a2
RGB Percentages of Color #a046a2
CMYK Percentages of Color #a046a2
Complementary Color
#a046a2 | #48a246 |
#a046a2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a046a2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a046a2 Color CSS Codes
.mybgcolor {background-color:#a046a2; } .myforecolor {color:#a046a2; } .mybordercolor {border:3px solid #a046a2; }
#a046a2 Text Font Color
<p style="color:#a046a2">Text here</p>
This sample text font color is #a046a2
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.
#a046a2 Background Color
<div style="background-color:#a046a2">
Div content here</div>
This div background color is #a046a2
#a046a2 Border Color
<div style="border:3px solid #a046a2">
Div here</div>
This div border color is #a046a2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,70,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a046a2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a046a2; -webkit-box-shadow: 1px 1px 3px 2px #a046a2; box-shadow: 1px 1px 3px 2px #a046a2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,70,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 #a046a2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a046a2; -webkit-box-shadow: 1px 1px 3px 2px #a046a2; box-shadow: 1px 1px 3px 2px #a046a2;">
Div content here</div>
This div box has shadow with color #a046a2
Comments
No comments written yet.
Please login to write comment.