Color spaces of #a4499d
RGB | 164 | 73 | 157 |
---|---|---|---|
HSL | 0.85 | 0.38 | 0.46 |
HSV | 305° | 55° | 64° |
CMYK | 0.00 | 0.55 | 0.04 0.36 |
XYZ | 23.7782 | 15.0919 | 33.5581 |
Yxy | 15.0919 | 0.3283 | 0.2084 |
Hunter Lab | 38.8483 | 41.2715 | -24.0223 |
CIE-Lab | 45.7598 | 48.8468 | -28.6135 |
#a4499d color RGB value is (164,73,157).
#a4499d hex color red value is 164, green value is 73 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a4499d hue: 0.85 , saturation: 0.38 and the lightness value of a4499d is 0.46.
The process color (four color CMYK) of #a4499d color hex is 0.00, 0.55, 0.04, 0.36. Web safe color of #a4499d is #993399. Color #a4499d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01001001 | 10011101 |
Octal | 244 | 111 | 235 |
Decimal | 164 | 73 | 157 |
Hex | A4 | 49 | 9D |
Shades of #a4499d
Tints of #a4499d
RGB Percentages of Color #a4499d
CMYK Percentages of Color #a4499d
Complementary Color
#a4499d | #49a450 |
#a4499d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4499d Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4499d Color CSS Codes
.mybgcolor {background-color:#a4499d; } .myforecolor {color:#a4499d; } .mybordercolor {border:3px solid #a4499d; }
#a4499d Text Font Color
<p style="color:#a4499d">Text here</p>
This sample text font color is #a4499d
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.
#a4499d Background Color
<div style="background-color:#a4499d">
Div content here</div>
This div background color is #a4499d
#a4499d Border Color
<div style="border:3px solid #a4499d">
Div here</div>
This div border color is #a4499d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,73,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4499d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4499d; -webkit-box-shadow: 1px 1px 3px 2px #a4499d; box-shadow: 1px 1px 3px 2px #a4499d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,73,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4499d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4499d; -webkit-box-shadow: 1px 1px 3px 2px #a4499d; box-shadow: 1px 1px 3px 2px #a4499d;">
Div content here</div>
This div box has shadow with color #a4499d
Comments
No comments written yet.
Please login to write comment.