Hex | ac29cd |
RGB | 172 , 40 , 205 |
RGB % | 41.2, 9.6, 49.2 |
HSL | 287.9, 66.7, 48.2 |
HSV | 287.9, 80, 80.4 |
CMYK | 41,204,0,50 |
XYZ | 0.288, 0.148, 0.591 |
xyY | 0.281, 0.144, 0.148 |
CIE-LAB | 0.453, 0.717, -0.574 |
CIE-LUV | 0.453, 0.423, -0.928 |
CIE-HCL | 321.295, 0.918, 0.453 |
Binary | 10101100,00101000,11001101 |
#ac29cd HTML/CSS Color Name is Dark Orchid / DarkOrchid3 / Violet.
In a RGB color space, #ac29cd color RGB value is (Red:172,Green:40,Blue:205). it is composed of 41.2% red, 9.6% green and 49.2% blue. The process color (four color CMYK) of #ac29cd color hex is 41,204,0,50. HSL of color #ac29cd hue: 287.9 , saturation: 66.7 and the lightness value of ac29cd is 48.2. Mainly color is Violet. Reverse color is: #53d732.
The color codes conversion takes 2.548733 milliseconds.
.bgcolor {background-color:#ac29cd; .textcolor {color:#ac29cd; } .bordercolor {border:3px solid #ac29cd; }
<p style="color:#ac29cd">Text here</p>
<p style="background-color:#ac29cd;">Content here</p>
<div style="border:1px solid #ac29cd;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #ac29cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac29cd; -webkit-box-shadow: 1px 1px 3px 2px #ac29cd; box-shadow: 1px 1px 3px 2px #ac29cd; }
<p style="text-shadow: 4px 4px 2px #ac29cd">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac29cd; -webkit-box-shadow: 1px 1px 3px 2px #ac29cd; box-shadow: 1px 1px 3px 2px #ac29cd;">
Content here</div>