Color spaces of #a31aaa
RGB | 163 | 26 | 170 |
---|---|---|---|
HSL | 0.83 | 0.73 | 0.38 |
HSV | 297° | 85° | 67° |
CMYK | 0.04 | 0.85 | 0.00 0.33 |
XYZ | 22.7294 | 11.4276 | 39.0380 |
Yxy | 11.4276 | 0.3105 | 0.1561 |
Hunter Lab | 33.8047 | 60.8603 | -44.8053 |
CIE-Lab | 40.2915 | 67.7152 | -45.0277 |
#a31aaa color RGB value is (163,26,170).
#a31aaa hex color red value is 163, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a31aaa hue: 0.83 , saturation: 0.73 and the lightness value of a31aaa is 0.38.
The process color (four color CMYK) of #a31aaa color hex is 0.04, 0.85, 0.00, 0.33. Web safe color of #a31aaa is #993399. Color #a31aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00011010 | 10101010 |
Octal | 243 | 32 | 252 |
Decimal | 163 | 26 | 170 |
Hex | A3 | 1A | AA |
Shades of #a31aaa
Tints of #a31aaa
RGB Percentages of Color #a31aaa
CMYK Percentages of Color #a31aaa
Complementary Color
#a31aaa | #21aa1a |
#a31aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a31aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a31aaa Color CSS Codes
.mybgcolor {background-color:#a31aaa; } .myforecolor {color:#a31aaa; } .mybordercolor {border:3px solid #a31aaa; }
#a31aaa Text Font Color
<p style="color:#a31aaa">Text here</p>
This sample text font color is #a31aaa
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.
#a31aaa Background Color
<div style="background-color:#a31aaa">
Div content here</div>
This div background color is #a31aaa
#a31aaa Border Color
<div style="border:3px solid #a31aaa">
Div here</div>
This div border color is #a31aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,26,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a31aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a31aaa; -webkit-box-shadow: 1px 1px 3px 2px #a31aaa; box-shadow: 1px 1px 3px 2px #a31aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,26,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a31aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a31aaa; -webkit-box-shadow: 1px 1px 3px 2px #a31aaa; box-shadow: 1px 1px 3px 2px #a31aaa;">
Div content here</div>
This div box has shadow with color #a31aaa
Comments
No comments written yet.
Please login to write comment.