Color spaces of #a964ad
RGB | 169 | 100 | 173 |
---|---|---|---|
HSL | 0.82 | 0.31 | 0.54 |
HSV | 297° | 42° | 68° |
CMYK | 0.02 | 0.42 | 0.00 0.32 |
XYZ | 28.4622 | 20.5665 | 42.0048 |
Yxy | 20.5665 | 0.3127 | 0.2259 |
Hunter Lab | 45.3503 | 32.6649 | -23.1709 |
CIE-Lab | 52.4718 | 39.3764 | -27.5391 |
#a964ad color RGB value is (169,100,173).
#a964ad hex color red value is 169, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a964ad hue: 0.82 , saturation: 0.31 and the lightness value of a964ad is 0.54.
The process color (four color CMYK) of #a964ad color hex is 0.02, 0.42, 0.00, 0.32. Web safe color of #a964ad is #996699. Color #a964ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01100100 | 10101101 |
Octal | 251 | 144 | 255 |
Decimal | 169 | 100 | 173 |
Hex | A9 | 64 | AD |
Shades of #a964ad
Tints of #a964ad
RGB Percentages of Color #a964ad
CMYK Percentages of Color #a964ad
Complementary Color
#a964ad | #68ad64 |
#a964ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a964ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a964ad Color CSS Codes
.mybgcolor {background-color:#a964ad; } .myforecolor {color:#a964ad; } .mybordercolor {border:3px solid #a964ad; }
#a964ad Text Font Color
<p style="color:#a964ad">Text here</p>
This sample text font color is #a964ad
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.
#a964ad Background Color
<div style="background-color:#a964ad">
Div content here</div>
This div background color is #a964ad
#a964ad Border Color
<div style="border:3px solid #a964ad">
Div here</div>
This div border color is #a964ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,100,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a964ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a964ad; -webkit-box-shadow: 1px 1px 3px 2px #a964ad; box-shadow: 1px 1px 3px 2px #a964ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,100,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 #a964ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a964ad; -webkit-box-shadow: 1px 1px 3px 2px #a964ad; box-shadow: 1px 1px 3px 2px #a964ad;">
Div content here</div>
This div box has shadow with color #a964ad
Comments
No comments written yet.
Please login to write comment.