Color spaces of #a742af
RGB | 167 | 66 | 175 |
---|---|---|---|
HSL | 0.82 | 0.45 | 0.47 |
HSV | 296° | 62° | 69° |
CMYK | 0.05 | 0.62 | 0.00 0.31 |
XYZ | 25.6224 | 15.2071 | 42.1422 |
Yxy | 15.2071 | 0.3088 | 0.1833 |
Hunter Lab | 38.9963 | 49.0394 | -36.7757 |
CIE-Lab | 45.9166 | 56.1143 | -38.9997 |
#a742af color RGB value is (167,66,175).
#a742af hex color red value is 167, green value is 66 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a742af hue: 0.82 , saturation: 0.45 and the lightness value of a742af is 0.47.
The process color (four color CMYK) of #a742af color hex is 0.05, 0.62, 0.00, 0.31. Web safe color of #a742af is #993399. Color #a742af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01000010 | 10101111 |
Octal | 247 | 102 | 257 |
Decimal | 167 | 66 | 175 |
Hex | A7 | 42 | AF |
Shades of #a742af
Tints of #a742af
RGB Percentages of Color #a742af
CMYK Percentages of Color #a742af
Complementary Color
#a742af | #4aaf42 |
#a742af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a742af Color Preview on White Background
Lorem ipsum dolor sit amet.
#a742af Color CSS Codes
.mybgcolor {background-color:#a742af; } .myforecolor {color:#a742af; } .mybordercolor {border:3px solid #a742af; }
#a742af Text Font Color
<p style="color:#a742af">Text here</p>
This sample text font color is #a742af
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.
#a742af Background Color
<div style="background-color:#a742af">
Div content here</div>
This div background color is #a742af
#a742af Border Color
<div style="border:3px solid #a742af">
Div here</div>
This div border color is #a742af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,66,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a742af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a742af; -webkit-box-shadow: 1px 1px 3px 2px #a742af; box-shadow: 1px 1px 3px 2px #a742af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,66,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a742af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a742af; -webkit-box-shadow: 1px 1px 3px 2px #a742af; box-shadow: 1px 1px 3px 2px #a742af;">
Div content here</div>
This div box has shadow with color #a742af
Comments
No comments written yet.
Please login to write comment.