Color spaces of #a78aad
RGB | 167 | 138 | 173 |
---|---|---|---|
HSL | 0.80 | 0.18 | 0.61 |
HSV | 290° | 20° | 68° |
CMYK | 0.03 | 0.20 | 0.00 0.32 |
XYZ | 32.5677 | 29.4096 | 43.4953 |
Yxy | 29.4096 | 0.3088 | 0.2788 |
Hunter Lab | 54.2306 | 12.2930 | -9.5917 |
CIE-Lab | 61.1414 | 17.3742 | -14.2935 |
#a78aad color RGB value is (167,138,173).
#a78aad hex color red value is 167, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a78aad hue: 0.80 , saturation: 0.18 and the lightness value of a78aad is 0.61.
The process color (four color CMYK) of #a78aad color hex is 0.03, 0.20, 0.00, 0.32. Web safe color of #a78aad is #999999. Color #a78aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10001010 | 10101101 |
Octal | 247 | 212 | 255 |
Decimal | 167 | 138 | 173 |
Hex | A7 | 8A | AD |
Shades of #a78aad
Tints of #a78aad
RGB Percentages of Color #a78aad
CMYK Percentages of Color #a78aad
Complementary Color
#a78aad | #90ad8a |
#a78aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a78aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a78aad Color CSS Codes
.mybgcolor {background-color:#a78aad; } .myforecolor {color:#a78aad; } .mybordercolor {border:3px solid #a78aad; }
#a78aad Text Font Color
<p style="color:#a78aad">Text here</p>
This sample text font color is #a78aad
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.
#a78aad Background Color
<div style="background-color:#a78aad">
Div content here</div>
This div background color is #a78aad
#a78aad Border Color
<div style="border:3px solid #a78aad">
Div here</div>
This div border color is #a78aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,138,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a78aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a78aad; -webkit-box-shadow: 1px 1px 3px 2px #a78aad; box-shadow: 1px 1px 3px 2px #a78aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,138,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 #a78aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a78aad; -webkit-box-shadow: 1px 1px 3px 2px #a78aad; box-shadow: 1px 1px 3px 2px #a78aad;">
Div content here</div>
This div box has shadow with color #a78aad
Comments
No comments written yet.
Please login to write comment.