Color spaces of #a442aa
RGB | 164 | 66 | 170 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.46 |
HSV | 297° | 61° | 67° |
CMYK | 0.04 | 0.61 | 0.00 0.33 |
XYZ | 24.5138 | 14.6912 | 39.5739 |
Yxy | 14.6912 | 0.3112 | 0.1865 |
Hunter Lab | 38.3291 | 47.0857 | -34.3852 |
CIE-Lab | 45.2083 | 54.4399 | -37.1977 |
#a442aa color RGB value is (164,66,170).
#a442aa hex color red value is 164, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a442aa hue: 0.82 , saturation: 0.44 and the lightness value of a442aa is 0.46.
The process color (four color CMYK) of #a442aa color hex is 0.04, 0.61, 0.00, 0.33. Web safe color of #a442aa is #993399. Color #a442aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01000010 | 10101010 |
Octal | 244 | 102 | 252 |
Decimal | 164 | 66 | 170 |
Hex | A4 | 42 | AA |
Shades of #a442aa
Tints of #a442aa
RGB Percentages of Color #a442aa
CMYK Percentages of Color #a442aa
Complementary Color
#a442aa | #48aa42 |
#a442aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a442aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a442aa Color CSS Codes
.mybgcolor {background-color:#a442aa; } .myforecolor {color:#a442aa; } .mybordercolor {border:3px solid #a442aa; }
#a442aa Text Font Color
<p style="color:#a442aa">Text here</p>
This sample text font color is #a442aa
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.
#a442aa Background Color
<div style="background-color:#a442aa">
Div content here</div>
This div background color is #a442aa
#a442aa Border Color
<div style="border:3px solid #a442aa">
Div here</div>
This div border color is #a442aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,66,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a442aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a442aa; -webkit-box-shadow: 1px 1px 3px 2px #a442aa; box-shadow: 1px 1px 3px 2px #a442aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,66,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 #a442aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a442aa; -webkit-box-shadow: 1px 1px 3px 2px #a442aa; box-shadow: 1px 1px 3px 2px #a442aa;">
Div content here</div>
This div box has shadow with color #a442aa
Comments
No comments written yet.
Please login to write comment.