#a141ec color space conversions
Hex:
        #a141ec
        RGB:
        161, 65, 236
        CMY:
        37, 75, 7
        CMYK:
        32, 72, 0, 7
      HSL:
        274°, 81.8182%, 59.0196%
        HSV (HSB):
        274°, 72.4576%, 92.5490%
        XYZ:
        31.7286, 17.4138, 81.0458
        xyY:
        0.2437, 0.1338, 17.4138
      CIE-Lab:
        48.7772, 67.6369, -69.5688
        CIE-LCH:
        48.7772, 97.0287, 314.1933
        CIE-Luv:
        48.7772, 24.6719, -111.5898
        Hunter-Lab:
        41.7298, 62.6922, -85.9395
      #a141ec color charts
#a141ec RGB chart
      #a141ec CMYK chart
      #a141ec RGB pie chart
      #a141ec color shades, tints & tones
#a141ec color schemes
#a141ec color preview, HTML & CSS examples
           This text has a color of #a141ec        
        
          <p style="color:#a141ec;">Text here</p>
        
        
          .mytext {color:#a141ec;}
        
        Text color #a141ec
      
           This box has a color of #a141ec        
        
          <div style="background-color:#a141ec;">Content here</div>
        
        
          .mybackground {background-color:#a141ec;}
        
        Background color #a141ec
      
           Border around this has a color of #a141ec        
        
          <div style="border:2px solid #a141ec;">Content here</div>
        
        
          .myborder {border:2px solid #a141ec;}
        
        Border color #a141ec