Color spaces of #a376aa
RGB | 163 | 118 | 170 |
---|---|---|---|
HSL | 0.81 | 0.23 | 0.56 |
HSV | 292° | 31° | 67° |
CMYK | 0.04 | 0.31 | 0.00 0.33 |
XYZ | 28.8384 | 23.6457 | 41.0743 |
Yxy | 23.6457 | 0.3082 | 0.2527 |
Hunter Lab | 48.6268 | 20.7634 | -16.0425 |
CIE-Lab | 55.7313 | 26.7940 | -20.8360 |
#a376aa color RGB value is (163,118,170).
#a376aa hex color red value is 163, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a376aa hue: 0.81 , saturation: 0.23 and the lightness value of a376aa is 0.56.
The process color (four color CMYK) of #a376aa color hex is 0.04, 0.31, 0.00, 0.33. Web safe color of #a376aa is #996699. Color #a376aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01110110 | 10101010 |
Octal | 243 | 166 | 252 |
Decimal | 163 | 118 | 170 |
Hex | A3 | 76 | AA |
Shades of #a376aa
Tints of #a376aa
RGB Percentages of Color #a376aa
CMYK Percentages of Color #a376aa
Complementary Color
#a376aa | #7daa76 |
#a376aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a376aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a376aa Color CSS Codes
.mybgcolor {background-color:#a376aa; } .myforecolor {color:#a376aa; } .mybordercolor {border:3px solid #a376aa; }
#a376aa Text Font Color
<p style="color:#a376aa">Text here</p>
This sample text font color is #a376aa
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.
#a376aa Background Color
<div style="background-color:#a376aa">
Div content here</div>
This div background color is #a376aa
#a376aa Border Color
<div style="border:3px solid #a376aa">
Div here</div>
This div border color is #a376aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,118,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a376aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a376aa; -webkit-box-shadow: 1px 1px 3px 2px #a376aa; box-shadow: 1px 1px 3px 2px #a376aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,118,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 #a376aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a376aa; -webkit-box-shadow: 1px 1px 3px 2px #a376aa; box-shadow: 1px 1px 3px 2px #a376aa;">
Div content here</div>
This div box has shadow with color #a376aa
Comments
No comments written yet.
Please login to write comment.