Color spaces of #a96fbd
RGB | 169 | 111 | 189 |
---|---|---|---|
HSL | 0.79 | 0.37 | 0.59 |
HSV | 285° | 41° | 74° |
CMYK | 0.11 | 0.41 | 0.00 0.26 |
XYZ | 31.2319 | 23.4780 | 51.0297 |
Yxy | 23.4780 | 0.2954 | 0.2220 |
Hunter Lab | 48.4541 | 30.2605 | -28.5237 |
CIE-Lab | 55.5613 | 36.5759 | -31.9707 |
#a96fbd color RGB value is (169,111,189).
#a96fbd hex color red value is 169, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a96fbd hue: 0.79 , saturation: 0.37 and the lightness value of a96fbd is 0.59.
The process color (four color CMYK) of #a96fbd color hex is 0.11, 0.41, 0.00, 0.26. Web safe color of #a96fbd is #9966cc. Color #a96fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01101111 | 10111101 |
Octal | 251 | 157 | 275 |
Decimal | 169 | 111 | 189 |
Hex | A9 | 6F | BD |
Shades of #a96fbd
Tints of #a96fbd
RGB Percentages of Color #a96fbd
CMYK Percentages of Color #a96fbd
Complementary Color
#a96fbd | #83bd6f |
#a96fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a96fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a96fbd Color CSS Codes
.mybgcolor {background-color:#a96fbd; } .myforecolor {color:#a96fbd; } .mybordercolor {border:3px solid #a96fbd; }
#a96fbd Text Font Color
<p style="color:#a96fbd">Text here</p>
This sample text font color is #a96fbd
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.
#a96fbd Background Color
<div style="background-color:#a96fbd">
Div content here</div>
This div background color is #a96fbd
#a96fbd Border Color
<div style="border:3px solid #a96fbd">
Div here</div>
This div border color is #a96fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,111,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a96fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a96fbd; -webkit-box-shadow: 1px 1px 3px 2px #a96fbd; box-shadow: 1px 1px 3px 2px #a96fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,111,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a96fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a96fbd; -webkit-box-shadow: 1px 1px 3px 2px #a96fbd; box-shadow: 1px 1px 3px 2px #a96fbd;">
Div content here</div>
This div box has shadow with color #a96fbd
Comments
No comments written yet.
Please login to write comment.