#a130ed color space conversions
Hex:
        #a130ed
        RGB:
        161, 48, 237
        CMY:
        37, 81, 7
        CMYK:
        32, 80, 0, 7
      HSL:
        276°, 84.0000%, 55.8824%
        HSV (HSB):
        276°, 79.7468%, 92.9412%
        XYZ:
        31.0410, 15.8054, 81.5355
        xyY:
        0.2418, 0.1231, 15.8054
      CIE-Lab:
        46.7181, 73.9885, -73.4833
        CIE-LCH:
        46.7181, 104.2789, 315.1963
        CIE-Luv:
        46.7181, 26.9191, -115.9414
        Hunter-Lab:
        39.7560, 69.7974, -93.7685
      #a130ed color charts
#a130ed RGB chart
      #a130ed CMYK chart
      #a130ed RGB pie chart
      #a130ed color shades, tints & tones
#a130ed color schemes
#a130ed color preview, HTML & CSS examples
           This text has a color of #a130ed        
        
          <p style="color:#a130ed;">Text here</p>
        
        
          .mytext {color:#a130ed;}
        
        Text color #a130ed
      
           This box has a color of #a130ed        
        
          <div style="background-color:#a130ed;">Content here</div>
        
        
          .mybackground {background-color:#a130ed;}
        
        Background color #a130ed
      
           Border around this has a color of #a130ed        
        
          <div style="border:2px solid #a130ed;">Content here</div>
        
        
          .myborder {border:2px solid #a130ed;}
        
        Border color #a130ed