Color spaces of #a92aab
RGB | 169 | 42 | 171 |
---|---|---|---|
HSL | 0.83 | 0.61 | 0.42 |
HSV | 299° | 75° | 67° |
CMYK | 0.01 | 0.75 | 0.00 0.33 |
XYZ | 24.5408 | 13.0312 | 39.7499 |
Yxy | 13.0312 | 0.3174 | 0.1685 |
Hunter Lab | 36.0988 | 58.1758 | -40.0177 |
CIE-Lab | 42.8102 | 64.8933 | -41.5436 |
#a92aab color RGB value is (169,42,171).
#a92aab hex color red value is 169, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a92aab hue: 0.83 , saturation: 0.61 and the lightness value of a92aab is 0.42.
The process color (four color CMYK) of #a92aab color hex is 0.01, 0.75, 0.00, 0.33. Web safe color of #a92aab is #993399. Color #a92aab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00101010 | 10101011 |
Octal | 251 | 52 | 253 |
Decimal | 169 | 42 | 171 |
Hex | A9 | 2A | AB |
Shades of #a92aab
Tints of #a92aab
RGB Percentages of Color #a92aab
CMYK Percentages of Color #a92aab
Complementary Color
#a92aab | #2cab2a |
#a92aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a92aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a92aab Color CSS Codes
.mybgcolor {background-color:#a92aab; } .myforecolor {color:#a92aab; } .mybordercolor {border:3px solid #a92aab; }
#a92aab Text Font Color
<p style="color:#a92aab">Text here</p>
This sample text font color is #a92aab
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.
#a92aab Background Color
<div style="background-color:#a92aab">
Div content here</div>
This div background color is #a92aab
#a92aab Border Color
<div style="border:3px solid #a92aab">
Div here</div>
This div border color is #a92aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,42,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a92aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a92aab; -webkit-box-shadow: 1px 1px 3px 2px #a92aab; box-shadow: 1px 1px 3px 2px #a92aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,42,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 #a92aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a92aab; -webkit-box-shadow: 1px 1px 3px 2px #a92aab; box-shadow: 1px 1px 3px 2px #a92aab;">
Div content here</div>
This div box has shadow with color #a92aab
Comments
No comments written yet.
Please login to write comment.