Color spaces of #a683aa
RGB | 166 | 131 | 170 |
---|---|---|---|
HSL | 0.82 | 0.19 | 0.59 |
HSV | 294° | 23° | 67° |
CMYK | 0.02 | 0.23 | 0.00 0.33 |
XYZ | 31.0979 | 27.2419 | 41.6494 |
Yxy | 27.2419 | 0.3110 | 0.2724 |
Hunter Lab | 52.1938 | 15.0141 | -10.7764 |
CIE-Lab | 59.1976 | 20.4083 | -15.5311 |
#a683aa color RGB value is (166,131,170).
#a683aa hex color red value is 166, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a683aa hue: 0.82 , saturation: 0.19 and the lightness value of a683aa is 0.59.
The process color (four color CMYK) of #a683aa color hex is 0.02, 0.23, 0.00, 0.33. Web safe color of #a683aa is #999999. Color #a683aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10000011 | 10101010 |
Octal | 246 | 203 | 252 |
Decimal | 166 | 131 | 170 |
Hex | A6 | 83 | AA |
Shades of #a683aa
Tints of #a683aa
RGB Percentages of Color #a683aa
CMYK Percentages of Color #a683aa
Complementary Color
#a683aa | #87aa83 |
#a683aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a683aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a683aa Color CSS Codes
.mybgcolor {background-color:#a683aa; } .myforecolor {color:#a683aa; } .mybordercolor {border:3px solid #a683aa; }
#a683aa Text Font Color
<p style="color:#a683aa">Text here</p>
This sample text font color is #a683aa
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.
#a683aa Background Color
<div style="background-color:#a683aa">
Div content here</div>
This div background color is #a683aa
#a683aa Border Color
<div style="border:3px solid #a683aa">
Div here</div>
This div border color is #a683aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,131,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a683aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a683aa; -webkit-box-shadow: 1px 1px 3px 2px #a683aa; box-shadow: 1px 1px 3px 2px #a683aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,131,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a683aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a683aa; -webkit-box-shadow: 1px 1px 3px 2px #a683aa; box-shadow: 1px 1px 3px 2px #a683aa;">
Div content here</div>
This div box has shadow with color #a683aa
Comments
No comments written yet.
Please login to write comment.