Color spaces of #a021ab
RGB | 160 | 33 | 171 |
---|---|---|---|
HSL | 0.82 | 0.68 | 0.40 |
HSV | 295° | 81° | 67° |
CMYK | 0.06 | 0.81 | 0.00 0.33 |
XYZ | 22.3917 | 11.5016 | 39.5679 |
Yxy | 11.5016 | 0.3048 | 0.1566 |
Hunter Lab | 33.9140 | 58.5050 | -45.4346 |
CIE-Lab | 40.4128 | 65.6479 | -45.4586 |
#a021ab color RGB value is (160,33,171).
#a021ab hex color red value is 160, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a021ab hue: 0.82 , saturation: 0.68 and the lightness value of a021ab is 0.40.
The process color (four color CMYK) of #a021ab color hex is 0.06, 0.81, 0.00, 0.33. Web safe color of #a021ab is #993399. Color #a021ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00100001 | 10101011 |
Octal | 240 | 41 | 253 |
Decimal | 160 | 33 | 171 |
Hex | A0 | 21 | AB |
Shades of #a021ab
Tints of #a021ab
RGB Percentages of Color #a021ab
CMYK Percentages of Color #a021ab
Complementary Color
#a021ab | #2cab21 |
#a021ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a021ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a021ab Color CSS Codes
.mybgcolor {background-color:#a021ab; } .myforecolor {color:#a021ab; } .mybordercolor {border:3px solid #a021ab; }
#a021ab Text Font Color
<p style="color:#a021ab">Text here</p>
This sample text font color is #a021ab
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.
#a021ab Background Color
<div style="background-color:#a021ab">
Div content here</div>
This div background color is #a021ab
#a021ab Border Color
<div style="border:3px solid #a021ab">
Div here</div>
This div border color is #a021ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,33,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a021ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a021ab; -webkit-box-shadow: 1px 1px 3px 2px #a021ab; box-shadow: 1px 1px 3px 2px #a021ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,33,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 #a021ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a021ab; -webkit-box-shadow: 1px 1px 3px 2px #a021ab; box-shadow: 1px 1px 3px 2px #a021ab;">
Div content here</div>
This div box has shadow with color #a021ab
Comments
No comments written yet.
Please login to write comment.