Color spaces of #a16aad
RGB | 161 | 106 | 173 |
---|---|---|---|
HSL | 0.80 | 0.29 | 0.55 |
HSV | 289° | 39° | 68° |
CMYK | 0.07 | 0.39 | 0.00 0.32 |
XYZ | 27.3948 | 20.9023 | 42.1258 |
Yxy | 20.9023 | 0.3030 | 0.2312 |
Hunter Lab | 45.7190 | 26.9487 | -22.6268 |
CIE-Lab | 52.8424 | 33.5437 | -27.0397 |
#a16aad color RGB value is (161,106,173).
#a16aad hex color red value is 161, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a16aad hue: 0.80 , saturation: 0.29 and the lightness value of a16aad is 0.55.
The process color (four color CMYK) of #a16aad color hex is 0.07, 0.39, 0.00, 0.32. Web safe color of #a16aad is #996699. Color #a16aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01101010 | 10101101 |
Octal | 241 | 152 | 255 |
Decimal | 161 | 106 | 173 |
Hex | A1 | 6A | AD |
Shades of #a16aad
Tints of #a16aad
RGB Percentages of Color #a16aad
CMYK Percentages of Color #a16aad
Complementary Color
#a16aad | #76ad6a |
#a16aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a16aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a16aad Color CSS Codes
.mybgcolor {background-color:#a16aad; } .myforecolor {color:#a16aad; } .mybordercolor {border:3px solid #a16aad; }
#a16aad Text Font Color
<p style="color:#a16aad">Text here</p>
This sample text font color is #a16aad
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.
#a16aad Background Color
<div style="background-color:#a16aad">
Div content here</div>
This div background color is #a16aad
#a16aad Border Color
<div style="border:3px solid #a16aad">
Div here</div>
This div border color is #a16aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,106,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a16aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a16aad; -webkit-box-shadow: 1px 1px 3px 2px #a16aad; box-shadow: 1px 1px 3px 2px #a16aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,106,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a16aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a16aad; -webkit-box-shadow: 1px 1px 3px 2px #a16aad; box-shadow: 1px 1px 3px 2px #a16aad;">
Div content here</div>
This div box has shadow with color #a16aad
#a16aad Color Palettes
Comments
No comments written yet.
Please login to write comment.