Color spaces of #a67ac4
RGB | 166 | 122 | 196 |
---|---|---|---|
HSL | 0.77 | 0.39 | 0.62 |
HSV | 276° | 38° | 77° |
CMYK | 0.15 | 0.38 | 0.00 0.23 |
XYZ | 32.6492 | 26.0116 | 55.5245 |
Yxy | 26.0116 | 0.2859 | 0.2278 |
Hunter Lab | 51.0016 | 25.0159 | -28.8469 |
CIE-Lab | 58.0481 | 30.9993 | -32.1167 |
#a67ac4 color RGB value is (166,122,196).
#a67ac4 hex color red value is 166, green value is 122 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a67ac4 hue: 0.77 , saturation: 0.39 and the lightness value of a67ac4 is 0.62.
The process color (four color CMYK) of #a67ac4 color hex is 0.15, 0.38, 0.00, 0.23. Web safe color of #a67ac4 is #9966cc. Color #a67ac4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01111010 | 11000100 |
Octal | 246 | 172 | 304 |
Decimal | 166 | 122 | 196 |
Hex | A6 | 7A | C4 |
Shades of #a67ac4
Tints of #a67ac4
RGB Percentages of Color #a67ac4
CMYK Percentages of Color #a67ac4
Complementary Color
#a67ac4 | #98c47a |
#a67ac4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a67ac4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a67ac4 Color CSS Codes
.mybgcolor {background-color:#a67ac4; } .myforecolor {color:#a67ac4; } .mybordercolor {border:3px solid #a67ac4; }
#a67ac4 Text Font Color
<p style="color:#a67ac4">Text here</p>
This sample text font color is #a67ac4
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.
#a67ac4 Background Color
<div style="background-color:#a67ac4">
Div content here</div>
This div background color is #a67ac4
#a67ac4 Border Color
<div style="border:3px solid #a67ac4">
Div here</div>
This div border color is #a67ac4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,122,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a67ac4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a67ac4; -webkit-box-shadow: 1px 1px 3px 2px #a67ac4; box-shadow: 1px 1px 3px 2px #a67ac4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,122,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a67ac4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a67ac4; -webkit-box-shadow: 1px 1px 3px 2px #a67ac4; box-shadow: 1px 1px 3px 2px #a67ac4;">
Div content here</div>
This div box has shadow with color #a67ac4
Comments
No comments written yet.
Please login to write comment.