Color spaces of #a63aac
RGB | 166 | 58 | 172 |
---|---|---|---|
HSL | 0.82 | 0.50 | 0.45 |
HSV | 297° | 66° | 67° |
CMYK | 0.03 | 0.66 | 0.00 0.33 |
XYZ | 24.6853 | 14.1117 | 40.4525 |
Yxy | 14.1117 | 0.3115 | 0.1781 |
Hunter Lab | 37.5655 | 51.5573 | -37.5506 |
CIE-Lab | 44.3927 | 58.6959 | -39.6524 |
#a63aac color RGB value is (166,58,172).
#a63aac hex color red value is 166, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a63aac hue: 0.82 , saturation: 0.50 and the lightness value of a63aac is 0.45.
The process color (four color CMYK) of #a63aac color hex is 0.03, 0.66, 0.00, 0.33. Web safe color of #a63aac is #993399. Color #a63aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00111010 | 10101100 |
Octal | 246 | 72 | 254 |
Decimal | 166 | 58 | 172 |
Hex | A6 | 3A | AC |
Shades of #a63aac
Tints of #a63aac
RGB Percentages of Color #a63aac
CMYK Percentages of Color #a63aac
Complementary Color
#a63aac | #40ac3a |
#a63aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a63aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a63aac Color CSS Codes
.mybgcolor {background-color:#a63aac; } .myforecolor {color:#a63aac; } .mybordercolor {border:3px solid #a63aac; }
#a63aac Text Font Color
<p style="color:#a63aac">Text here</p>
This sample text font color is #a63aac
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.
#a63aac Background Color
<div style="background-color:#a63aac">
Div content here</div>
This div background color is #a63aac
#a63aac Border Color
<div style="border:3px solid #a63aac">
Div here</div>
This div border color is #a63aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,58,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a63aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a63aac; -webkit-box-shadow: 1px 1px 3px 2px #a63aac; box-shadow: 1px 1px 3px 2px #a63aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,58,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a63aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a63aac; -webkit-box-shadow: 1px 1px 3px 2px #a63aac; box-shadow: 1px 1px 3px 2px #a63aac;">
Div content here</div>
This div box has shadow with color #a63aac
Comments
No comments written yet.
Please login to write comment.