Color spaces of #a767bf
RGB | 167 | 103 | 191 |
---|---|---|---|
HSL | 0.79 | 0.41 | 0.58 |
HSV | 284° | 46° | 75° |
CMYK | 0.13 | 0.46 | 0.00 0.25 |
XYZ | 30.1906 | 21.6776 | 51.8832 |
Yxy | 21.6776 | 0.2910 | 0.2089 |
Hunter Lab | 46.5592 | 34.2669 | -33.4783 |
CIE-Lab | 53.6832 | 40.7931 | -36.0701 |
#a767bf color RGB value is (167,103,191).
#a767bf hex color red value is 167, green value is 103 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a767bf hue: 0.79 , saturation: 0.41 and the lightness value of a767bf is 0.58.
The process color (four color CMYK) of #a767bf color hex is 0.13, 0.46, 0.00, 0.25. Web safe color of #a767bf is #9966cc. Color #a767bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01100111 | 10111111 |
Octal | 247 | 147 | 277 |
Decimal | 167 | 103 | 191 |
Hex | A7 | 67 | BF |
Shades of #a767bf
Tints of #a767bf
RGB Percentages of Color #a767bf
CMYK Percentages of Color #a767bf
Complementary Color
#a767bf | #7fbf67 |
#a767bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a767bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a767bf Color CSS Codes
.mybgcolor {background-color:#a767bf; } .myforecolor {color:#a767bf; } .mybordercolor {border:3px solid #a767bf; }
#a767bf Text Font Color
<p style="color:#a767bf">Text here</p>
This sample text font color is #a767bf
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.
#a767bf Background Color
<div style="background-color:#a767bf">
Div content here</div>
This div background color is #a767bf
#a767bf Border Color
<div style="border:3px solid #a767bf">
Div here</div>
This div border color is #a767bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,103,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a767bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a767bf; -webkit-box-shadow: 1px 1px 3px 2px #a767bf; box-shadow: 1px 1px 3px 2px #a767bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,103,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a767bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a767bf; -webkit-box-shadow: 1px 1px 3px 2px #a767bf; box-shadow: 1px 1px 3px 2px #a767bf;">
Div content here</div>
This div box has shadow with color #a767bf
Comments
No comments written yet.
Please login to write comment.