#a314ee color space conversions
Hex:
        #a314ee
        RGB:
        163, 20, 238
        CMY:
        36, 92, 7
        CMYK:
        32, 92, 0, 7
      HSL:
        279°, 86.5079%, 50.5882%
        HSV (HSB):
        279°, 91.5966%, 93.3333%
        XYZ:
        30.7870, 14.4599, 82.0573
        xyY:
        0.2418, 0.1136, 14.4599
      CIE-Lab:
        44.8854, 80.9468, -77.0298
        CIE-LCH:
        44.8854, 111.7407, 316.4204
        CIE-Luv:
        44.8854, 30.0624, -119.5150
        Hunter-Lab:
        38.0262, 77.9727, -101.3246
      #a314ee color charts
#a314ee RGB chart
      #a314ee CMYK chart
      #a314ee RGB pie chart
      #a314ee color shades, tints & tones
#a314ee color schemes
#a314ee color preview, HTML & CSS examples
           This text has a color of #a314ee        
        
          <p style="color:#a314ee;">Text here</p>
        
        
          .mytext {color:#a314ee;}
        
        Text color #a314ee
      
           This box has a color of #a314ee        
        
          <div style="background-color:#a314ee;">Content here</div>
        
        
          .mybackground {background-color:#a314ee;}
        
        Background color #a314ee
      
           Border around this has a color of #a314ee        
        
          <div style="border:2px solid #a314ee;">Content here</div>
        
        
          .myborder {border:2px solid #a314ee;}
        
        Border color #a314ee