Color spaces of #a967ab
RGB | 169 | 103 | 171 |
---|---|---|---|
HSL | 0.83 | 0.29 | 0.54 |
HSV | 298° | 40° | 67° |
CMYK | 0.01 | 0.40 | 0.00 0.33 |
XYZ | 28.5631 | 21.0758 | 41.0907 |
Yxy | 21.0758 | 0.3148 | 0.2323 |
Hunter Lab | 45.9084 | 30.7188 | -20.9322 |
CIE-Lab | 53.0324 | 37.3548 | -25.5086 |
#a967ab color RGB value is (169,103,171).
#a967ab hex color red value is 169, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a967ab hue: 0.83 , saturation: 0.29 and the lightness value of a967ab is 0.54.
The process color (four color CMYK) of #a967ab color hex is 0.01, 0.40, 0.00, 0.33. Web safe color of #a967ab is #996699. Color #a967ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01100111 | 10101011 |
Octal | 251 | 147 | 253 |
Decimal | 169 | 103 | 171 |
Hex | A9 | 67 | AB |
Shades of #a967ab
Tints of #a967ab
RGB Percentages of Color #a967ab
CMYK Percentages of Color #a967ab
Complementary Color
#a967ab | #69ab67 |
#a967ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a967ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a967ab Color CSS Codes
.mybgcolor {background-color:#a967ab; } .myforecolor {color:#a967ab; } .mybordercolor {border:3px solid #a967ab; }
#a967ab Text Font Color
<p style="color:#a967ab">Text here</p>
This sample text font color is #a967ab
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.
#a967ab Background Color
<div style="background-color:#a967ab">
Div content here</div>
This div background color is #a967ab
#a967ab Border Color
<div style="border:3px solid #a967ab">
Div here</div>
This div border color is #a967ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,103,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a967ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a967ab; -webkit-box-shadow: 1px 1px 3px 2px #a967ab; box-shadow: 1px 1px 3px 2px #a967ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,103,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a967ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a967ab; -webkit-box-shadow: 1px 1px 3px 2px #a967ab; box-shadow: 1px 1px 3px 2px #a967ab;">
Div content here</div>
This div box has shadow with color #a967ab
Comments
No comments written yet.
Please login to write comment.