Color spaces of #a864a8
RGB | 168 | 100 | 168 |
---|---|---|---|
HSL | 0.83 | 0.28 | 0.53 |
HSV | 300° | 40° | 66° |
CMYK | 0.00 | 0.40 | 0.00 0.34 |
XYZ | 27.7735 | 20.2663 | 39.4938 |
Yxy | 20.2663 | 0.3173 | 0.2315 |
Hunter Lab | 45.0181 | 31.3422 | -20.5017 |
CIE-Lab | 52.1370 | 38.0993 | -25.1553 |
#a864a8 color RGB value is (168,100,168).
#a864a8 hex color red value is 168, green value is 100 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a864a8 hue: 0.83 , saturation: 0.28 and the lightness value of a864a8 is 0.53.
The process color (four color CMYK) of #a864a8 color hex is 0.00, 0.40, 0.00, 0.34. Web safe color of #a864a8 is #996699. Color #a864a8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01100100 | 10101000 |
Octal | 250 | 144 | 250 |
Decimal | 168 | 100 | 168 |
Hex | A8 | 64 | A8 |
Shades of #a864a8
Tints of #a864a8
RGB Percentages of Color #a864a8
CMYK Percentages of Color #a864a8
Complementary Color
#a864a8 | #64a864 |
#a864a8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a864a8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a864a8 Color CSS Codes
.mybgcolor {background-color:#a864a8; } .myforecolor {color:#a864a8; } .mybordercolor {border:3px solid #a864a8; }
#a864a8 Text Font Color
<p style="color:#a864a8">Text here</p>
This sample text font color is #a864a8
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.
#a864a8 Background Color
<div style="background-color:#a864a8">
Div content here</div>
This div background color is #a864a8
#a864a8 Border Color
<div style="border:3px solid #a864a8">
Div here</div>
This div border color is #a864a8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,100,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a864a8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a864a8; -webkit-box-shadow: 1px 1px 3px 2px #a864a8; box-shadow: 1px 1px 3px 2px #a864a8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,100,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a864a8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a864a8; -webkit-box-shadow: 1px 1px 3px 2px #a864a8; box-shadow: 1px 1px 3px 2px #a864a8;">
Div content here</div>
This div box has shadow with color #a864a8
#a864a8 Color Palettes
Comments
No comments written yet.
Please login to write comment.