Color spaces of #a96ae1
RGB | 169 | 106 | 225 |
---|---|---|---|
HSL | 0.75 | 0.66 | 0.65 |
HSV | 272° | 53° | 88° |
CMYK | 0.25 | 0.53 | 0.00 0.12 |
XYZ | 35.1068 | 24.1793 | 74.0509 |
Yxy | 24.1793 | 0.2633 | 0.1813 |
Hunter Lab | 49.1725 | 41.3887 | -54.8666 |
CIE-Lab | 56.2669 | 47.2513 | -51.2834 |
#a96ae1 color RGB value is (169,106,225).
#a96ae1 hex color red value is 169, green value is 106 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a96ae1 hue: 0.75 , saturation: 0.66 and the lightness value of a96ae1 is 0.65.
The process color (four color CMYK) of #a96ae1 color hex is 0.25, 0.53, 0.00, 0.12. Web safe color of #a96ae1 is #9966cc. Color #a96ae1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01101010 | 11100001 |
Octal | 251 | 152 | 341 |
Decimal | 169 | 106 | 225 |
Hex | A9 | 6A | E1 |
Shades of #a96ae1
Tints of #a96ae1
RGB Percentages of Color #a96ae1
CMYK Percentages of Color #a96ae1
Complementary Color
#a96ae1 | #a2e16a |
#a96ae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a96ae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a96ae1 Color CSS Codes
.mybgcolor {background-color:#a96ae1; } .myforecolor {color:#a96ae1; } .mybordercolor {border:3px solid #a96ae1; }
#a96ae1 Text Font Color
<p style="color:#a96ae1">Text here</p>
This sample text font color is #a96ae1
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.
#a96ae1 Background Color
<div style="background-color:#a96ae1">
Div content here</div>
This div background color is #a96ae1
#a96ae1 Border Color
<div style="border:3px solid #a96ae1">
Div here</div>
This div border color is #a96ae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,106,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a96ae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a96ae1; -webkit-box-shadow: 1px 1px 3px 2px #a96ae1; box-shadow: 1px 1px 3px 2px #a96ae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,106,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a96ae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a96ae1; -webkit-box-shadow: 1px 1px 3px 2px #a96ae1; box-shadow: 1px 1px 3px 2px #a96ae1;">
Div content here</div>
This div box has shadow with color #a96ae1
Comments
No comments written yet.
Please login to write comment.