#a312ec color space conversions
Hex:
        #a312ec
        RGB:
        163, 18, 236
        CMY:
        36, 93, 7
        CMYK:
        31, 92, 0, 7
      HSL:
        280°, 85.8268%, 49.8039%
        HSV (HSB):
        280°, 92.3729%, 92.5490%
        XYZ:
        30.4609, 14.2753, 80.5068
        xyY:
        0.2432, 0.1140, 14.2753
      CIE-Lab:
        44.6251, 80.8517, -76.3249
        CIE-LCH:
        44.6251, 111.1867, 316.6497
        CIE-Luv:
        44.6251, 30.6366, -118.3688
        Hunter-Lab:
        37.7826, 77.7896, -99.8866
      #a312ec color charts
#a312ec RGB chart
      #a312ec CMYK chart
      #a312ec RGB pie chart
      #a312ec color shades, tints & tones
#a312ec color schemes
#a312ec color preview, HTML & CSS examples
           This text has a color of #a312ec        
        
          <p style="color:#a312ec;">Text here</p>
        
        
          .mytext {color:#a312ec;}
        
        Text color #a312ec
      
           This box has a color of #a312ec        
        
          <div style="background-color:#a312ec;">Content here</div>
        
        
          .mybackground {background-color:#a312ec;}
        
        Background color #a312ec
      
           Border around this has a color of #a312ec        
        
          <div style="border:2px solid #a312ec;">Content here</div>
        
        
          .myborder {border:2px solid #a312ec;}
        
        Border color #a312ec