Color spaces of #a983aa
RGB | 169 | 131 | 170 |
---|---|---|---|
HSL | 0.83 | 0.19 | 0.59 |
HSV | 298° | 23° | 67° |
CMYK | 0.01 | 0.23 | 0.00 0.33 |
XYZ | 31.7342 | 27.5699 | 41.6792 |
Yxy | 27.5699 | 0.3143 | 0.2730 |
Hunter Lab | 52.5070 | 15.9945 | -10.3085 |
CIE-Lab | 59.4982 | 21.4466 | -15.0474 |
#a983aa color RGB value is (169,131,170).
#a983aa hex color red value is 169, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a983aa hue: 0.83 , saturation: 0.19 and the lightness value of a983aa is 0.59.
The process color (four color CMYK) of #a983aa color hex is 0.01, 0.23, 0.00, 0.33. Web safe color of #a983aa is #999999. Color #a983aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10000011 | 10101010 |
Octal | 251 | 203 | 252 |
Decimal | 169 | 131 | 170 |
Hex | A9 | 83 | AA |
Shades of #a983aa
Tints of #a983aa
RGB Percentages of Color #a983aa
CMYK Percentages of Color #a983aa
Complementary Color
#a983aa | #84aa83 |
#a983aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a983aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a983aa Color CSS Codes
.mybgcolor {background-color:#a983aa; } .myforecolor {color:#a983aa; } .mybordercolor {border:3px solid #a983aa; }
#a983aa Text Font Color
<p style="color:#a983aa">Text here</p>
This sample text font color is #a983aa
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.
#a983aa Background Color
<div style="background-color:#a983aa">
Div content here</div>
This div background color is #a983aa
#a983aa Border Color
<div style="border:3px solid #a983aa">
Div here</div>
This div border color is #a983aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,131,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a983aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a983aa; -webkit-box-shadow: 1px 1px 3px 2px #a983aa; box-shadow: 1px 1px 3px 2px #a983aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,131,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 #a983aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a983aa; -webkit-box-shadow: 1px 1px 3px 2px #a983aa; box-shadow: 1px 1px 3px 2px #a983aa;">
Div content here</div>
This div box has shadow with color #a983aa
Comments
No comments written yet.
Please login to write comment.