#a701ec color space conversions
Hex:
        #a701ec
        RGB:
        167, 1, 236
        CMY:
        35, 100, 7
        CMYK:
        29, 100, 0, 7
      HSL:
        282°, 99.1561%, 46.4706%
        HSV (HSB):
        282°, 99.5763%, 92.5490%
        XYZ:
        31.0875, 14.2933, 80.4773
        xyY:
        0.2470, 0.1136, 14.2933
      CIE-Lab:
        44.6507, 83.0720, -76.2587
        CIE-LCH:
        44.6507, 112.7668, 317.4486
        CIE-Luv:
        44.6507, 33.4005, -118.4977
        Hunter-Lab:
        37.8065, 80.6155, -99.7438
      #a701ec color charts
#a701ec RGB chart
      #a701ec CMYK chart
      #a701ec RGB pie chart
      #a701ec color shades, tints & tones
#a701ec color schemes
#a701ec color preview, HTML & CSS examples
           This text has a color of #a701ec        
        
          <p style="color:#a701ec;">Text here</p>
        
        
          .mytext {color:#a701ec;}
        
        Text color #a701ec
      
           This box has a color of #a701ec        
        
          <div style="background-color:#a701ec;">Content here</div>
        
        
          .mybackground {background-color:#a701ec;}
        
        Background color #a701ec
      
           Border around this has a color of #a701ec        
        
          <div style="border:2px solid #a701ec;">Content here</div>
        
        
          .myborder {border:2px solid #a701ec;}
        
        Border color #a701ec