#a83fed color space conversions
Hex:
        #a83fed
        RGB:
        168, 63, 237
        CMY:
        34, 75, 7
        CMYK:
        29, 73, 0, 7
      HSL:
        276°, 82.8571%, 58.8235%
        HSV (HSB):
        276°, 73.4177%, 92.9412%
        XYZ:
        33.2120, 17.9943, 81.8435
        xyY:
        0.2496, 0.1352, 17.9943
      CIE-Lab:
        49.4892, 69.8918, -68.9341
        CIE-LCH:
        49.4892, 98.1671, 315.3953
        CIE-Luv:
        49.4892, 28.4966, -111.4064
        Hunter-Lab:
        42.4197, 65.5203, -84.6991
      #a83fed color charts
#a83fed RGB chart
      #a83fed CMYK chart
      #a83fed RGB pie chart
      #a83fed color shades, tints & tones
#a83fed color schemes
#a83fed color preview, HTML & CSS examples
           This text has a color of #a83fed        
        
          <p style="color:#a83fed;">Text here</p>
        
        
          .mytext {color:#a83fed;}
        
        Text color #a83fed
      
           This box has a color of #a83fed        
        
          <div style="background-color:#a83fed;">Content here</div>
        
        
          .mybackground {background-color:#a83fed;}
        
        Background color #a83fed
      
           Border around this has a color of #a83fed        
        
          <div style="border:2px solid #a83fed;">Content here</div>
        
        
          .myborder {border:2px solid #a83fed;}
        
        Border color #a83fed