Color spaces of #a240aa
RGB | 162 | 64 | 170 |
---|---|---|---|
HSL | 0.82 | 0.45 | 0.46 |
HSV | 295° | 62° | 67° |
CMYK | 0.05 | 0.62 | 0.00 0.33 |
XYZ | 23.9894 | 14.2505 | 39.5164 |
Yxy | 14.2505 | 0.3085 | 0.1833 |
Hunter Lab | 37.7498 | 47.3716 | -35.6397 |
CIE-Lab | 44.5901 | 54.8189 | -38.1945 |
#a240aa color RGB value is (162,64,170).
#a240aa hex color red value is 162, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a240aa hue: 0.82 , saturation: 0.45 and the lightness value of a240aa is 0.46.
The process color (four color CMYK) of #a240aa color hex is 0.05, 0.62, 0.00, 0.33. Web safe color of #a240aa is #993399. Color #a240aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01000000 | 10101010 |
Octal | 242 | 100 | 252 |
Decimal | 162 | 64 | 170 |
Hex | A2 | 40 | AA |
Shades of #a240aa
Tints of #a240aa
RGB Percentages of Color #a240aa
CMYK Percentages of Color #a240aa
Complementary Color
#a240aa | #48aa40 |
#a240aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a240aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a240aa Color CSS Codes
.mybgcolor {background-color:#a240aa; } .myforecolor {color:#a240aa; } .mybordercolor {border:3px solid #a240aa; }
#a240aa Text Font Color
<p style="color:#a240aa">Text here</p>
This sample text font color is #a240aa
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.
#a240aa Background Color
<div style="background-color:#a240aa">
Div content here</div>
This div background color is #a240aa
#a240aa Border Color
<div style="border:3px solid #a240aa">
Div here</div>
This div border color is #a240aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,64,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a240aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a240aa; -webkit-box-shadow: 1px 1px 3px 2px #a240aa; box-shadow: 1px 1px 3px 2px #a240aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,64,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 #a240aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a240aa; -webkit-box-shadow: 1px 1px 3px 2px #a240aa; box-shadow: 1px 1px 3px 2px #a240aa;">
Div content here</div>
This div box has shadow with color #a240aa
Comments
No comments written yet.
Please login to write comment.