#a40acc color space conversions
Hex:
        #a40acc
        RGB:
        164, 10, 204
        CMY:
        36, 96, 20
        CMYK:
        20, 95, 0, 20
      HSL:
        288°, 90.6542%, 41.9608%
        HSV (HSB):
        288°, 95.0980%, 80.0000%
        XYZ:
        26.3175, 12.4692, 58.1465
        xyY:
        0.2715, 0.1286, 12.4692
      CIE-Lab:
        41.9524, 76.0960, -62.3445
        CIE-LCH:
        41.9524, 98.3739, 320.6727
        CIE-Luv:
        41.9524, 40.1496, -97.5953
        Hunter-Lab:
        35.3118, 71.2383, -72.9121
      #a40acc color charts
#a40acc RGB chart
      #a40acc CMYK chart
      #a40acc RGB pie chart
      #a40acc color shades, tints & tones
#a40acc color schemes
#a40acc color preview, HTML & CSS examples
           This text has a color of #a40acc        
        
          <p style="color:#a40acc;">Text here</p>
        
        
          .mytext {color:#a40acc;}
        
        Text color #a40acc
      
           This box has a color of #a40acc        
        
          <div style="background-color:#a40acc;">Content here</div>
        
        
          .mybackground {background-color:#a40acc;}
        
        Background color #a40acc
      
           Border around this has a color of #a40acc        
        
          <div style="border:2px solid #a40acc;">Content here</div>
        
        
          .myborder {border:2px solid #a40acc;}
        
        Border color #a40acc