Color spaces of #a970cc
RGB | 169 | 112 | 204 |
---|---|---|---|
HSL | 0.77 | 0.47 | 0.62 |
HSV | 277° | 45° | 80° |
CMYK | 0.17 | 0.45 | 0.00 0.20 |
XYZ | 33.0554 | 24.3830 | 60.0909 |
Yxy | 24.3830 | 0.2813 | 0.2075 |
Hunter Lab | 49.3791 | 33.0780 | -37.5863 |
CIE-Lab | 56.4692 | 39.2508 | -39.1043 |
#a970cc color RGB value is (169,112,204).
#a970cc hex color red value is 169, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a970cc hue: 0.77 , saturation: 0.47 and the lightness value of a970cc is 0.62.
The process color (four color CMYK) of #a970cc color hex is 0.17, 0.45, 0.00, 0.20. Web safe color of #a970cc is #9966cc. Color #a970cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01110000 | 11001100 |
Octal | 251 | 160 | 314 |
Decimal | 169 | 112 | 204 |
Hex | A9 | 70 | CC |
Shades of #a970cc
Tints of #a970cc
RGB Percentages of Color #a970cc
CMYK Percentages of Color #a970cc
Complementary Color
#a970cc | #93cc70 |
#a970cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a970cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a970cc Color CSS Codes
.mybgcolor {background-color:#a970cc; } .myforecolor {color:#a970cc; } .mybordercolor {border:3px solid #a970cc; }
#a970cc Text Font Color
<p style="color:#a970cc">Text here</p>
This sample text font color is #a970cc
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.
#a970cc Background Color
<div style="background-color:#a970cc">
Div content here</div>
This div background color is #a970cc
#a970cc Border Color
<div style="border:3px solid #a970cc">
Div here</div>
This div border color is #a970cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,112,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a970cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a970cc; -webkit-box-shadow: 1px 1px 3px 2px #a970cc; box-shadow: 1px 1px 3px 2px #a970cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,112,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a970cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a970cc; -webkit-box-shadow: 1px 1px 3px 2px #a970cc; box-shadow: 1px 1px 3px 2px #a970cc;">
Div content here</div>
This div box has shadow with color #a970cc
Comments
No comments written yet.
Please login to write comment.