Color spaces of #a679ce
RGB | 166 | 121 | 206 |
---|---|---|---|
HSL | 0.75 | 0.46 | 0.64 |
HSV | 272° | 41° | 81° |
CMYK | 0.19 | 0.41 | 0.00 0.19 |
XYZ | 33.7038 | 26.2380 | 61.6806 |
Yxy | 26.2380 | 0.2771 | 0.2157 |
Hunter Lab | 51.2230 | 27.8093 | -35.5384 |
CIE-Lab | 58.2623 | 33.8064 | -37.4469 |
#a679ce color RGB value is (166,121,206).
#a679ce hex color red value is 166, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a679ce hue: 0.75 , saturation: 0.46 and the lightness value of a679ce is 0.64.
The process color (four color CMYK) of #a679ce color hex is 0.19, 0.41, 0.00, 0.19. Web safe color of #a679ce is #9966cc. Color #a679ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01111001 | 11001110 |
Octal | 246 | 171 | 316 |
Decimal | 166 | 121 | 206 |
Hex | A6 | 79 | CE |
Shades of #a679ce
Tints of #a679ce
RGB Percentages of Color #a679ce
CMYK Percentages of Color #a679ce
Complementary Color
#a679ce | #a1ce79 |
#a679ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a679ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a679ce Color CSS Codes
.mybgcolor {background-color:#a679ce; } .myforecolor {color:#a679ce; } .mybordercolor {border:3px solid #a679ce; }
#a679ce Text Font Color
<p style="color:#a679ce">Text here</p>
This sample text font color is #a679ce
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.
#a679ce Background Color
<div style="background-color:#a679ce">
Div content here</div>
This div background color is #a679ce
#a679ce Border Color
<div style="border:3px solid #a679ce">
Div here</div>
This div border color is #a679ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,121,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a679ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a679ce; -webkit-box-shadow: 1px 1px 3px 2px #a679ce; box-shadow: 1px 1px 3px 2px #a679ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,121,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a679ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a679ce; -webkit-box-shadow: 1px 1px 3px 2px #a679ce; box-shadow: 1px 1px 3px 2px #a679ce;">
Div content here</div>
This div box has shadow with color #a679ce
Comments
No comments written yet.
Please login to write comment.