Color spaces of #a45aaf
RGB | 164 | 90 | 175 |
---|---|---|---|
HSL | 0.81 | 0.35 | 0.52 |
HSV | 292° | 49° | 69° |
CMYK | 0.06 | 0.49 | 0.00 0.31 |
XYZ | 26.7039 | 18.3000 | 42.6822 |
Yxy | 18.3000 | 0.3045 | 0.2087 |
Hunter Lab | 42.7785 | 36.5638 | -29.2116 |
CIE-Lab | 49.8580 | 43.6074 | -32.8241 |
#a45aaf color RGB value is (164,90,175).
#a45aaf hex color red value is 164, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a45aaf hue: 0.81 , saturation: 0.35 and the lightness value of a45aaf is 0.52.
The process color (four color CMYK) of #a45aaf color hex is 0.06, 0.49, 0.00, 0.31. Web safe color of #a45aaf is #996699. Color #a45aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01011010 | 10101111 |
Octal | 244 | 132 | 257 |
Decimal | 164 | 90 | 175 |
Hex | A4 | 5A | AF |
Shades of #a45aaf
Tints of #a45aaf
RGB Percentages of Color #a45aaf
CMYK Percentages of Color #a45aaf
Complementary Color
#a45aaf | #65af5a |
#a45aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a45aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a45aaf Color CSS Codes
.mybgcolor {background-color:#a45aaf; } .myforecolor {color:#a45aaf; } .mybordercolor {border:3px solid #a45aaf; }
#a45aaf Text Font Color
<p style="color:#a45aaf">Text here</p>
This sample text font color is #a45aaf
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.
#a45aaf Background Color
<div style="background-color:#a45aaf">
Div content here</div>
This div background color is #a45aaf
#a45aaf Border Color
<div style="border:3px solid #a45aaf">
Div here</div>
This div border color is #a45aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,90,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a45aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a45aaf; -webkit-box-shadow: 1px 1px 3px 2px #a45aaf; box-shadow: 1px 1px 3px 2px #a45aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,90,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a45aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a45aaf; -webkit-box-shadow: 1px 1px 3px 2px #a45aaf; box-shadow: 1px 1px 3px 2px #a45aaf;">
Div content here</div>
This div box has shadow with color #a45aaf
Comments
No comments written yet.
Please login to write comment.